aaddyy-ai-tools
Access 100+ AI tools via MCP — image generation, article writing, logo creation, SEO analysis, math solving, video generation. One API key, pay-per-use pricing.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adivyas99/aaddyy-ai-toolsAADDYY AI Tools for OpenClaw
Give 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.
Prerequisites
- Node.js 18+ with
npxavailable - AADDYY API key — get one free at https://www.aaddyy.com/api-keys (50 free credits, no credit card needed)
Setup
Step 1: Get your API key
Sign up at https://www.aaddyy.com/signup and create an API key at https://www.aaddyy.com/api-keys. Your key starts with aip_.
Step 2: Add the MCP server to OpenClaw
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.
Step 3: Verify the connection
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.
Usage Examples
Once connected, just ask your OpenClaw agent naturally:
Content creation:
- "Write a professional article about AI trends in 2026"
- "Generate 5 SEO-friendly title ideas for a blog about remote work"
- "Write a follow-up email to a client"
- "Create a LinkedIn post announcing our new product"
Image & design:
- "Create a modern logo for a startup called NovaTech"
- "Generate a professional headshot for a team page"
- "Generate an image of a sunset over mountains, photorealistic style"
SEO & analysis:
- "Analyze the SEO of https://example.com and show me the top issues"
- "Research keywords related to AI tools for developers"
Education:
- "Solve this math problem step by step: integrate x^2 from 0 to 5"
- "Solve this physics problem: a ball thrown upward at 20 m/s, find max height"
Video:
- "Generate a 30-second educational video about photosynthesis"
All Available Tools
Content & Writing
- Article Generator — generate SEO-optimized articles (~5 credits)
- Essay Writer — academic and professional essays (~5 credits)
- Email Writer — professional emails for any purpose (~3 credits)
- Title Generator — headline and title ideas (~1 credit)
- Caption Generator — social media captions (~1 credit)
- Research Blog Writer — articles with real-time SERP data (~10 credits)
- Synonym Finder — alternative words and phrases (~1 credit)
- Job Email Creator — job application emails (~3 credits)
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adivyas99-aaddyy-ai-tools": {
"enabled": true,
"auto_update": true
}
}
}