/install add-tools
add.tools
A search engine for AI agents to discover tools, APIs, and MCP servers — both free and paid (via x402 micropayments).
What it does
add.tools indexes tools and API endpoints that AI agents can use. Agents send a search query and get back ranked results with metadata about each tool's capabilities, pricing, and reliability.
The index includes both free tools and paid x402-enabled endpoints, so agents can find the right tool regardless of pricing model.
Usage
Search for tools
# JSON response for agents
curl -H "Accept: application/json" "https://add.tools/search?q=send+email"
# With explicit format param
curl "https://add.tools/search?q=weather+forecast&format=json"
Report feedback
curl -X POST "https://add.tools/feedback" \
-H "Content-Type: application/json" \
-d '{"query": "send email", "chosen_tool": "...", "success": true}'
Helps improve search quality over time.
Content negotiation
Every URL on add.tools serves both humans and agents from the same URL. Set Accept: application/json or append ?format=json for machine-readable responses. Default is HTML with clean server-rendered content that LLMs can also parse directly.
Links
- Website: https://add.tools
- GitHub: https://github.com/add-tools
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install add-tools - 安装完成后,直接呼叫该 Skill 的名称或使用
/add-tools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
add.tools 是什么?
Search engine for AI agents to discover free and paid tools, APIs, and MCP servers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 297 次。
如何安装 add.tools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install add-tools」即可一键安装,无需额外配置。
add.tools 是免费的吗?
是的,add.tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
add.tools 支持哪些平台?
add.tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 add.tools?
由 simmmel(@simmmel)开发并维护,当前版本 v0.1.0。