← 返回 Skills 市场
simmmel

add.tools

作者 simmmel · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
234
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install addtools
功能描述
Search engine for AI agents to discover free and paid tools, APIs, and MCP servers
使用说明 (SKILL.md)

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

安全使用建议
This skill is low-risk in terms of local access because it only documents how to call add.tools web endpoints and asks for no secrets or installs. However, it will cause your agent to send queries to an external service (https://add.tools). Do not include sensitive or secret information in search queries or feedback posts. If you want extra caution, verify the add.tools website and GitHub repo listed in SKILL.md before installing, and consider restricting autonomous agent access if you prefer manual approval of outbound network calls.
功能分析
Type: OpenClaw Skill Name: addtools Version: 0.1.0 The skill bundle provides documentation for add.tools, a search engine designed for AI agents to discover APIs and MCP servers. The SKILL.md file contains standard curl examples for querying the service's search and feedback endpoints (https://add.tools/search and https://add.tools/feedback) and does not contain any malicious code, data exfiltration logic, or prompt injection attempts.
能力评估
Purpose & Capability
The name/description (a search engine for agent-discoverable tools/APIs) align with the SKILL.md examples, which are simple curl calls against add.tools endpoints. There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
SKILL.md only instructs the agent to issue HTTP GET/POST requests to add.tools (search and feedback endpoints) and to use content negotiation for JSON; it does not instruct reading local files, accessing unrelated environment variables, or transmitting data to other endpoints.
Install Mechanism
There is no install spec and no code files. Because this is instruction-only the skill does not write to disk or pull remote packages.
Credentials
The skill declares no environment variables, no credentials, and no config paths — appropriate for a read/search-only integration with a public web API.
Persistence & Privilege
The skill uses platform defaults (not always:true) and does not request elevated or persistent system privileges. Autonomous invocation is allowed by default but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install addtools
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /addtools 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial placeholder
元数据
Slug addtools
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

add.tools 是什么?

Search engine for AI agents to discover free and paid tools, APIs, and MCP servers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。

如何安装 add.tools?

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

add.tools 是免费的吗?

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

add.tools 支持哪些平台?

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

谁开发了 add.tools?

由 simmmel(@simmmel)开发并维护,当前版本 v0.1.0。

💬 留言讨论