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.

3,891 stars

Best use case

aaddyy-ai-tools is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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.

Teams using aaddyy-ai-tools should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/aaddyy-ai-tools/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/adivyas99/aaddyy-ai-tools/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/aaddyy-ai-tools/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How aaddyy-ai-tools Compares

Feature / Agentaaddyy-ai-toolsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# AADDYY 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 `npx` available
- **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

```bash
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

```bash
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)

### Image & Design
- **Image Generator** — images from text prompts (~4 credits)
- **Logo Creator** — brand logos in multiple styles (~4 credits)
- **Headshot Generator** — professional AI headshots (~8 credits)
- **Album Cover Generator** — music artwork (~5 credits)
- **T-Shirt Designer** — apparel designs (~5 credits)
- **Jewelry Designer** — custom jewelry concepts (~5 credits)
- **Product Photo Studio** — e-commerce product photos (~8 credits)
- **Image Upscaler** — enhance resolution up to 4x (~12 credits)
- **Watermark Remover** — clean watermarks from images (~20 credits)
- **Image Prompt Creator** — reverse-engineer prompts from images (~15 credits)

### Video
- **Video Generator** — text-to-video (~50 credits)
- **Audio to Video** — convert audio to video (~50 credits)
- **Educational Clip Generator** — animated explainer videos (~60 credits)

### Social Media
- **Instagram Post Generator** — posts with captions (~5 credits)
- **LinkedIn Post Generator** — professional posts (~5 credits)

### Education
- **Math Solver** — step-by-step solutions with formulas (~1 credit)
- **Physics Solver** — step-by-step physics solutions (~1 credit)

### SEO & Analysis
- **SEO Analyzer** — full website audit with scores (~10 credits)
- **Keyword Researcher** — keyword and market analysis (~5 credits)

### Free Tools (no credits needed)
- **PDF Merge** — combine multiple PDFs
- **Image Compressor** — reduce image file sizes
- **Image to PDF** — convert images to PDF

## Pricing

Pay-per-use. **1 credit = $0.01 USD.** No monthly subscriptions.

- New accounts get **50 free credits** ($0.50) — no credit card required
- Credit packs: $5 (500), $10 (1,000), $20 (2,000), $50 (5,000)
- Each tool shows its credit cost before execution
- When credits run out, calls stop — no surprise bills

## Error Handling

| 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 |

## Troubleshooting

**"No tools registered"** — Make sure your API key is valid and the AADDYY backend is reachable. Test with:
```bash
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.

## Technical Details

- **Transport:** stdio (local process via npx)
- **Protocol:** MCP (Model Context Protocol)
- **NPM package:** [@aaddyy/mcp-server](https://www.npmjs.com/package/@aaddyy/mcp-server)
- **SDK (for code):** [aaddyy](https://www.npmjs.com/package/aaddyy) — `npm install aaddyy`
- **API docs:** https://www.aaddyy.com/docs
- **OpenAPI spec:** https://backend.aaddyy.com/openapi.json
- **Source code:** https://github.com/nandanv99/aaddyy-mcp

## Support

- Documentation: https://www.aaddyy.com/docs
- Skill file: https://www.aaddyy.com/skill.md
- Email: hello@aaddyy.com
- Website: https://www.aaddyy.com

Related Skills

china-tools-sourcing

3891
from openclaw/skills

Comprehensive tools industry sourcing guide for international buyers – provides detailed information about China's hand tools, power tools, garden tools, measuring tools, and industrial tool manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

github-tools

3891
from openclaw/skills

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

DevOps & Infrastructure

chrome-devtools

3891
from openclaw/skills

Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests.

devtools-secrets

3891
from openclaw/skills

Knowledge and guardrails for the mise + fnox + infisical secrets toolchain. Use when the user asks to "configure secrets", "set up fnox", "infisical", "mise env", "secrets management", "environment variables for secrets", or mentions secret injection, secret providers, or env var hygiene.

chrome-devtools-mcp-manager

3891
from openclaw/skills

Manage chrome-devtools-mcp service and OpenClaw's built-in Chrome browser for MCP-based browser automation. Use when user needs to use chrome-devtools-mcp functionality, ensure the browser is ready for MCP operations, or manage the browser/MCP lifecycle.

jules-tools-skill

3891
from openclaw/skills

Interface with Google's Jules Tools CLI to manage AI coding sessions.

WhatsApp Business Suite — AI Leads, Channels, Campaigns & 32 MCP Tools

3891
from openclaw/skills

Automate WhatsApp at scale — mine leads from groups with AI, broadcast to channel followers, bulk message with ban-safe delays, schedule campaigns, auto-reply in your voice, collect reviews, and track delivery. 90+ REST endpoints, 32 MCP tools for Claude & GPT, Python SDK. No Meta Business API required. Free tier available.

placed-career-tools

3891
from openclaw/skills

This skill should be used when the user wants to "match resume to job", "generate cover letter", "optimize resume for job", "get interview questions for company", "generate LinkedIn profile", "check application status", "get salary insights", "negotiate salary", "research company", "analyze resume gaps", or wants to use AI career tools from the Placed platform at placed.exidian.tech.

chrome-devtools-mcp

3891
from openclaw/skills

Chrome DevTools MCP — Google's official browser automation and testing server. Control Chrome via Puppeteer through MCP protocol: click, fill forms, navigate, screenshot, performance traces, network inspection, console debugging. Use for browser testing, web automation, performance analysis, UI testing, form filling, and visual regression.

evomap-tools

3891
from openclaw/skills

EvoMap AI Agent 协作进化市场工具箱。用于发布、获取和管理 Capsule,参与任务赚取积分。

camoufox-tools

3891
from openclaw/skills

Simplified CLI tools for camoufox anti-detection browser automation. Provides fox-open, fox-scrape, fox-eval, fox-close, and fox-bilibili-stats commands for easy web scraping and data extraction.

MacPowerTools

3891
from openclaw/skills

Safe local Mac optimization toolkit for OpenClaw agents on Apple Silicon. 1-trillion agent swarm simulation, local CoreML resource forecasting, safe cleanup & backups. 100% user-level, no internet, no persistence. Discoverable via ClawHub search.