← 返回 Skills 市场
adivyas99

AADDYY AI Tools

作者 Adi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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

安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aaddyy-ai-tools
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aaddyy-ai-tools 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug aaddyy-ai-tools
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 AADDYY AI Tools?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aaddyy-ai-tools」即可一键安装,无需额外配置。

AADDYY AI Tools 是免费的吗?

是的,AADDYY AI Tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AADDYY AI Tools 支持哪些平台?

AADDYY AI Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AADDYY AI Tools?

由 Adi(@adivyas99)开发并维护,当前版本 v1.0.0。

💬 留言讨论