Install
openclaw skills install aaddyy-ai-toolsAccess 100+ AI tools via MCP — image generation, article writing, logo creation, SEO analysis, math solving, video generation. One API key, pay-per-use pricing.
openclaw skills install aaddyy-ai-toolsGive your OpenClaw agent access to 100+ specialized AI tools — image generation, article writing, logo creation, SEO analysis, math solving, video generation, and more. All tools are accessed via AADDYY's MCP server with a single API key. Tools are loaded dynamically — as new tools go live, your agent gets them automatically.
npx availableSign up at https://www.aaddyy.com/signup and create an API key at https://www.aaddyy.com/api-keys. Your key starts with aip_.
openclaw mcp set aaddyy '{"command":"npx","args":["@aaddyy/mcp-server"],"env":{"AADDYY_API_KEY":"aip_your_key_here"}}'
Replace aip_your_key_here with your actual API key.
openclaw mcp list
You should see aaddyy listed with 100+ tools registered. Tools are loaded dynamically from the AADDYY API — new tools appear automatically without updating the skill.
Once connected, just ask your OpenClaw agent naturally:
Content creation:
Image & design:
SEO & analysis:
Education:
Video:
Pay-per-use. 1 credit = $0.01 USD. No monthly subscriptions.
| Error | Meaning | What to do |
|---|---|---|
INSUFFICIENT_CREDITS | Not enough credits | Top up at https://www.aaddyy.com/dashboard |
RATE_LIMITED | Too many requests | Wait and retry. Default: 60 req/min |
UNAUTHORIZED | Invalid API key | Check your AADDYY_API_KEY is correct |
"No tools registered" — Make sure your API key is valid and the AADDYY backend is reachable. Test with:
curl https://backend.aaddyy.com/api/documentation/tools
"Command not found: npx" — Install Node.js 18+ from https://nodejs.org
Tools not loading — The MCP server fetches tools from the API on startup. If the backend is temporarily down, it retries 3 times automatically.
npm install aaddyy