← Back to Skills Marketplace
adivyas99

AADDYY AI Tools

by Adi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aaddyy-ai-tools
Description
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.
README (SKILL.md)

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

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)

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:

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

Support

Usage Guidance
This skill appears internally consistent, but it pulls and runs an npm package at runtime and lets a third party (aaddyy) dynamically register tools for your agent. Before installing: (1) verify the npm package (@aaddyy/mcp-server) and inspect its source on npm/GitHub; (2) only provide an API key you trust—use a scoped or limited key if possible and avoid reusing high‑privilege credentials; (3) consider running the MCP server in an isolated environment (container) and monitor network activity; (4) be aware some offered tools (e.g., watermark removal) may enable copyright‑sensitive actions—use responsibly; (5) confirm pricing/credit model so automated agent calls can't exhaust your balance unexpectedly.
Capability Assessment
Purpose & Capability
Name/description promise (100+ AI tools via a single MCP-backed API) matches the declared requirements: npx to run an MCP server and a single AADDYY_API_KEY. Requiring npx and an API key is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to register an MCP server via openclaw mcp set that runs `npx @aaddyy/mcp-server` and to call AADDYY endpoints for tool lists and OpenAPI. It does not instruct the agent to read unrelated local files, other credentials, or arbitrary system paths. It does direct network requests to the provider's domains (backend.aaddyy.com), which is expected for this integration.
Install Mechanism
There is no install spec in the skill bundle, but the runtime uses npx to fetch and run `@aaddyy/mcp-server` from npm. That means code will be pulled and executed at runtime from the npm registry—expected for this type of skill but higher risk than pure instruction-only skills because remote code is executed dynamically. Users should verify the npm package and provider.
Credentials
Only AADDYY_API_KEY is required and declared as the primary credential. That matches the described single-key payer model and is proportionate to the skill's function.
Persistence & Privilege
The skill is not always-on and is user-invocable; it does not request to modify other skills or system-wide settings. The MCP server registration gives the agent new capabilities (normal for MCP integrations) and allows autonomous invocation, which is the platform default and expected here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aaddyy-ai-tools
  3. After installation, invoke the skill by name or use /aaddyy-ai-tools
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — 100+ AI tools via MCP. Image generation, article writing, logo creation, SEO analysis, math solving, video generation. Pay-per-use, 50 free credits on signup
Metadata
Slug aaddyy-ai-tools
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install AADDYY AI Tools?

Run "/install aaddyy-ai-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AADDYY AI Tools free?

Yes, AADDYY AI Tools is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AADDYY AI Tools support?

AADDYY AI Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AADDYY AI Tools?

It is built and maintained by Adi (@adivyas99); the current version is v1.0.0.

💬 Comments