add.tools

v0.1.0

Search engine for AI agents to discover free and paid tools, APIs, and MCP servers

0· 300·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for simmmel/add-tools.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "add.tools" (simmmel/add-tools) from ClawHub.
Skill page: https://clawhub.ai/simmmel/add-tools
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install add-tools

ClawHub CLI

Package manager switcher

npx clawhub@latest install add-tools
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the instructions: SKILL.md directs agents to use add.tools search and feedback endpoints to discover APIs, tools, and MCP servers. No unrelated binaries, env vars, or config paths are required.
Instruction Scope
Instructions are narrow and only call add.tools HTTP endpoints (GET /search and POST /feedback). Note: the feedback example posts query text and chosen_tool/success flags to the remote service — this is expected functionality but can transmit user queries or selection metadata to an external site.
Install Mechanism
No install spec and no code files; instruction-only skills have minimal on-disk footprint.
Credentials
Skill declares no environment variables, credentials, or config paths. Runtime instructions do not request local secrets or unrelated credentials.
Persistence & Privilege
always is false; the skill is not automatically forced into every agent run. It can be invoked by the agent (normal for skills) but does not request elevated persistence or modify other skills.
Assessment
This skill is coherent and lightweight: it makes HTTP requests to add.tools and can POST feedback containing query text and selection metadata. Before installing, verify you trust the add.tools domain/GitHub repo and its privacy/usage policies, avoid sending secrets or sensitive data in queries or feedback, and confirm how x402 micropayments are handled if your agent might follow payment links or invoke paid endpoints. Because the skill calls an external service, be mindful that data you send may be logged or used for analytics.

Like a lobster shell, security has layers — review code before you run it.

latestvk972prbncfzq5q931724jddcmd835pak
300downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

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

Comments

Loading comments...