Skip to main content

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

or
39/100

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

medium line 91

Curl to non-GitHub URL

SourceSKILL.md
91curl -s "https://api.agentplace.sh/marketplace/agents"
medium line 94

Curl to non-GitHub URL

SourceSKILL.md
94curl -s "https://api.agentplace.sh/marketplace/agents?search=video&limit=10"
medium line 110

Curl to non-GitHub URL

SourceSKILL.md
110curl -s "https://api.agentplace.sh/marketplace/agents?search=QUERY&limit=10"
medium line 118

Curl to non-GitHub URL

SourceSKILL.md
118curl -s "https://api.agentplace.sh/marketplace/agents/AGENT_ID"
medium line 125

Curl to non-GitHub URL

SourceSKILL.md
125curl -s "https://api.agentplace.sh/marketplace/agents/SLUG/install"
medium line 128

Curl to non-GitHub URL

SourceSKILL.md
128curl -s -H "x-api-key: $AGENTPLACE_API_KEY" "https://api.agentplace.sh/marketplace/agents/SLUG/install"
medium line 163

Curl to non-GitHub URL

SourceSKILL.md
163curl -N -s --max-time 300 -X POST "https://api.agentplace.sh/v1/agents/AGENT_ID/execute" \
medium line 202

Curl to non-GitHub URL

SourceSKILL.md
202curl -N -s -X POST "https://api.agentplace.sh/v1/agents/AGENT_ID/continue" \
medium line 211

Curl to non-GitHub URL

SourceSKILL.md
211curl -s -H "x-api-key: $AGENTPLACE_API_KEY" "https://api.agentplace.sh/api/wallet/balance/key"
low line 141

Access to .env file

SourceSKILL.md
141".env.example": "# Required\nKEY=your-key-here"
low line 78

External URL reference

SourceSKILL.md
78- "Sign up at https://www.agentplace.sh/signin, then generate an API key from your dashboard."
low line 91

External URL reference

SourceSKILL.md
91curl -s "https://api.agentplace.sh/marketplace/agents"
low line 94

External URL reference

SourceSKILL.md
94curl -s "https://api.agentplace.sh/marketplace/agents?search=video&limit=10"
low line 105

External URL reference

SourceSKILL.md
105Base URL: `https://api.agentplace.sh`
low line 110

External URL reference

SourceSKILL.md
110curl -s "https://api.agentplace.sh/marketplace/agents?search=QUERY&limit=10"
low line 118

External URL reference

SourceSKILL.md
118curl -s "https://api.agentplace.sh/marketplace/agents/AGENT_ID"
low line 125

External URL reference

SourceSKILL.md
125curl -s "https://api.agentplace.sh/marketplace/agents/SLUG/install"
low line 128

External URL reference

SourceSKILL.md
128curl -s -H "x-api-key: $AGENTPLACE_API_KEY" "https://api.agentplace.sh/marketplace/agents/SLUG/install"
low line 163

External URL reference

SourceSKILL.md
163curl -N -s --max-time 300 -X POST "https://api.agentplace.sh/v1/agents/AGENT_ID/execute" \
low line 202

External URL reference

SourceSKILL.md
202curl -N -s -X POST "https://api.agentplace.sh/v1/agents/AGENT_ID/continue" \
low line 211

External URL reference

SourceSKILL.md
211curl -s -H "x-api-key: $AGENTPLACE_API_KEY" "https://api.agentplace.sh/api/wallet/balance/key"
low line 219

External URL reference

SourceSKILL.md
219| `402` | Insufficient credits | "Top up credits at https://www.agentplace.sh/topup" |
low line 220

External URL reference

SourceSKILL.md
220| `403` | Missing/invalid API key | "Get your API key at https://www.agentplace.sh/dashboard" |
low line 229

External URL reference

SourceSKILL.md
229Top up at https://www.agentplace.sh/topup:
low line 282

External URL reference

SourceSKILL.md
282`https://www.agentplace.sh/skills/[slug]`
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →