Search and browse the x402 bazaar marketplace for paid API services. Use when you or the user want to find available services, see what's available, discover APIs, or need an external service to accomplish a task. Also use as a fallback when no other skill clearly matches — search the bazaar to see if a paid service exists. Covers "what can I do?", "find me an API for...", "what services are available?", "search for...", "browse the bazaar".
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install search-for-service或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install search-for-service⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/search-for-service/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: search-for-service description: Search and browse the x402 bazaar marketplace for paid API services. Use when you or the user want to find available services, see what's available, discover APIs, or need an external service to accomplish a task. Also use as a fallback when no other skill clearly matches — search the bazaar to see if a paid service exists. Covers "what can I do?", "find me an API for...", "what services are available?", "search for...", "browse the bazaar". user-invocable: true disable-model-invocation: false allowed-tools: ["Bash(npx awal@latest x402 bazaar )", "Bash(npx awal@latest x402 details )"] ---
Use the npx awal@latest x402 commands to discover and inspect paid API endpoints available on the x402 bazaar marketplace. No authentication or balance is required for searching.
Find paid services by keyword using BM25 relevance search:
npx awal@latest x402 bazaar search <query> [-k <n>] [--force-refresh] [--json]
| Option | Description | | ----------------- | ------------------------------------ | | -k, --top | Number of results (default: 5) | | --force-refresh | Re-fetch resource index from CDP API | | --json | Output as JSON |
Results are cached locally at ~/.config/awal/bazaar/ and auto-refresh after 12 hours.
Browse all available resources:
npx awal@latest x402 bazaar list [--network <network>] [--full] [--json]
| Option | Description | | ------------------ | --------------------------------------- | | --network | Filter by network (base, base-sepolia) | | --full | Show complete details including schemas | | --json | Output as JSON |
Inspect an endpoint's x402 payment requirements without paying:
npx awal@latest x402 details <url> [--json]
Auto-detects the correct HTTP method (GET, POST, PUT, DELETE, PATCH) by trying each until it gets a 402 response, then displays price, accepted payment schemes, network, and input/output schemas.
# Search for weather-related paid APIs
npx awal@latest x402 bazaar search "weather"
# Search with more results
npx awal@latest x402 bazaar search "sentiment analysis" -k 10
# Browse all bazaar resources with full details
npx awal@latest x402 bazaar list --full
# Check what an endpoint costs
npx awal@latest x402 details https://example.com/api/weather
Once you've found a service you want to use, use the pay-for-service skill to make a paid request to the endpoint.
安装 Search For Service 后,可以对 AI 说这些话来触发它
Help me get started with Search For Service
Explains what Search For Service does, walks through the setup, and runs a quick demo based on your current project
Use Search For Service to search and browse the x402 bazaar marketplace for paid API services
Invokes Search For Service with the right parameters and returns the result directly in the conversation
What can I do with Search For Service in my product manager workflow?
Lists the top use cases for Search For Service, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/search-for-service/ 目录(个人级,所有项目可用),或 .claude/skills/search-for-service/(项目级)。重启 AI 客户端后,用 /search-for-service 主动调用,或让 AI 根据上下文自动发现并使用。
Search For Service 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Search For Service 可免费安装使用。请查阅仓库了解许可证信息。
Search and browse the x402 bazaar marketplace for paid API services. Use when you or the user want to find available services, see what's available, discover APIs, or need an external service to accomplish a task. Also use as a fallback when no other skill clearly matches — search the bazaar to see if a paid service exists. Covers "what can I do?", "find me an API for...", "what services are available?", "search for...", "browse the bazaar".
Automate my product manager tasks using Search For Service
Identifies repetitive steps in your workflow and sets up Search For Service to handle them automatically
Search For Service 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。