agentplace
Agentplace is an AI agent marketplace for OpenClaw, offering 60+ free and premium agents for various tasks like automation and content generation.
Install this skill
Security score
The agentplace skill was audited on Mar 3, 2026 and we found 25 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 91 | curl -s "https://api.agentplace.sh/marketplace/agents" |
Curl to non-GitHub URL
| 94 | curl -s "https://api.agentplace.sh/marketplace/agents?search=video&limit=10" |
Curl to non-GitHub URL
| 110 | curl -s "https://api.agentplace.sh/marketplace/agents?search=QUERY&limit=10" |
Curl to non-GitHub URL
| 118 | curl -s "https://api.agentplace.sh/marketplace/agents/AGENT_ID" |
Curl to non-GitHub URL
| 125 | curl -s "https://api.agentplace.sh/marketplace/agents/SLUG/install" |
Curl to non-GitHub URL
| 128 | curl -s -H "x-api-key: $AGENTPLACE_API_KEY" "https://api.agentplace.sh/marketplace/agents/SLUG/install" |
Curl to non-GitHub URL
| 163 | curl -N -s --max-time 300 -X POST "https://api.agentplace.sh/v1/agents/AGENT_ID/execute" \ |
Curl to non-GitHub URL
| 202 | curl -N -s -X POST "https://api.agentplace.sh/v1/agents/AGENT_ID/continue" \ |
Curl to non-GitHub URL
| 211 | curl -s -H "x-api-key: $AGENTPLACE_API_KEY" "https://api.agentplace.sh/api/wallet/balance/key" |
Access to .env file
| 141 | ".env.example": "# Required\nKEY=your-key-here" |
External URL reference
| 78 | - "Sign up at https://www.agentplace.sh/signin, then generate an API key from your dashboard." |
External URL reference
| 91 | curl -s "https://api.agentplace.sh/marketplace/agents" |
External URL reference
| 94 | curl -s "https://api.agentplace.sh/marketplace/agents?search=video&limit=10" |
External URL reference
| 105 | Base URL: `https://api.agentplace.sh` |
External URL reference
| 110 | curl -s "https://api.agentplace.sh/marketplace/agents?search=QUERY&limit=10" |
External URL reference
| 118 | curl -s "https://api.agentplace.sh/marketplace/agents/AGENT_ID" |
External URL reference
| 125 | curl -s "https://api.agentplace.sh/marketplace/agents/SLUG/install" |
External URL reference
| 128 | curl -s -H "x-api-key: $AGENTPLACE_API_KEY" "https://api.agentplace.sh/marketplace/agents/SLUG/install" |
External URL reference
| 163 | curl -N -s --max-time 300 -X POST "https://api.agentplace.sh/v1/agents/AGENT_ID/execute" \ |
External URL reference
| 202 | curl -N -s -X POST "https://api.agentplace.sh/v1/agents/AGENT_ID/continue" \ |
External URL reference
| 211 | curl -s -H "x-api-key: $AGENTPLACE_API_KEY" "https://api.agentplace.sh/api/wallet/balance/key" |
External URL reference
| 219 | | `402` | Insufficient credits | "Top up credits at https://www.agentplace.sh/topup" | |
External URL reference
| 220 | | `403` | Missing/invalid API key | "Get your API key at https://www.agentplace.sh/dashboard" | |
External URL reference
| 229 | Top up at https://www.agentplace.sh/topup: |
External URL reference
| 282 | `https://www.agentplace.sh/skills/[slug]` |