2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill agentplace- _meta.json282 B
- SKILL.md10.9 KB
Overview
This skill provides an AI agent marketplace integration for OpenClaw called Agentplace. It helps you discover, preview, and install more than 60 free and premium agents across developer tools, content, automation, video, research, and more. It emphasizes user consent, transparency, and safe handling of premium API keys and credits.
How this skill works
You request a capability or search term and the skill queries the Agentplace marketplace API to find matching agents. It presents results with name, description, category, and whether the agent is free or premium (with credit cost). When you choose an agent, the skill previews the agent files and setup instructions, asks for your approval, and only then writes files to skills/[slug]/ or executes premium agents after confirming API key and credits.
When to use it
- When you want a capability you don't currently have in your local agents
- When you ask “what can you do?” and want to browse additional agents
- When you want to install free prompt-based agents that run locally
- When you need heavy workloads (video, scraping, research) provided as premium remote agents
- When you need help setting up an Agentplace API key and checking credits
Best practices
- Always preview the agent's files and setup instructions before installing
- Require explicit user approval before writing files or running any commands
- Treat free agents as local prompt files; they do not leave your machine
- For premium agents, verify AGENTPLACE_API_KEY and check credit balance before execution
- Inform users clearly that premium runs send their prompt to Agentplace servers and will deduct credits
Example use cases
- Search and install a local QR-code generator agent to run on your OpenClaw LLM
- Browse content-generation agents and preview their prompts before adding them to your skills folder
- Run a premium research agent that aggregates web findings—confirm key and credits, then stream results
- Install a developer utility agent to help scaffold project templates or run code-focused prompts
- Check balance and top up instructions before executing a paid video or scraping agent
FAQ
Yes. Free agents are plain prompt files that run locally on your LLM and do not send data off your machine.
What do I need to run premium agents?
You need an Agentplace API key (AGENTPLACE_API_KEY) and enough credits; the skill will verify both before execution and show the credit cost.