search-for-service by coinbase/agentic-wallet-skills
npx skills add https://github.com/coinbase/agentic-wallet-skills --skill search-for-service使用 npx awal@2.0.3 x402 命令来发现和检查 x402 集市市场上可用的付费 API 端点。搜索无需身份验证或余额。
使用 BM25 相关性搜索,通过关键词查找付费服务:
npx awal@2.0.3 x402 bazaar search <query> [-k <n>] [--force-refresh] [--json]
| 选项 | 描述 |
|---|---|
-k, --top <n> | 返回结果数量(默认:5) |
--force-refresh | 从 CDP API 重新获取资源索引 |
--json | 以 JSON 格式输出 |
结果会缓存在本地的 目录下,并在 12 小时后自动刷新。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
~/.config/awal/bazaar/浏览所有可用资源:
npx awal@2.0.3 x402 bazaar list [--network <network>] [--full] [--json]
| 选项 | 描述 |
|---|---|
--network <name> | 按网络过滤(base, base-sepolia) |
--full | 显示完整详情,包括模式 |
--json | 以 JSON 格式输出 |
无需支付即可检查端点的 x402 支付要求:
npx awal@2.0.3 x402 details <url> [--json]
通过尝试每种 HTTP 方法(GET, POST, PUT, DELETE, PATCH)直到收到 402 响应,自动检测正确的方法,然后显示价格、接受的支付方案、网络以及输入/输出模式。
# 搜索与天气相关的付费 API
npx awal@2.0.3 x402 bazaar search "weather"
# 搜索并返回更多结果
npx awal@2.0.3 x402 bazaar search "sentiment analysis" -k 10
# 浏览所有集市资源并显示完整详情
npx awal@2.0.3 x402 bazaar list --full
# 检查一个端点的费用
npx awal@2.0.3 x402 details https://example.com/api/weather
一旦找到想要使用的服务,请使用 pay-for-service 技能向该端点发起付费请求。
每周安装量
1.4K
代码仓库
GitHub 星标数
86
首次出现
2026年2月10日
安全审计
安装于
codex1.2K
opencode1.2K
gemini-cli1.2K
github-copilot1.1K
kimi-cli1.1K
amp1.1K
Use the npx awal@2.0.3 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@2.0.3 x402 bazaar search <query> [-k <n>] [--force-refresh] [--json]
| Option | Description |
|---|---|
-k, --top <n> | 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@2.0.3 x402 bazaar list [--network <network>] [--full] [--json]
| Option | Description |
|---|---|
--network <name> | 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@2.0.3 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@2.0.3 x402 bazaar search "weather"
# Search with more results
npx awal@2.0.3 x402 bazaar search "sentiment analysis" -k 10
# Browse all bazaar resources with full details
npx awal@2.0.3 x402 bazaar list --full
# Check what an endpoint costs
npx awal@2.0.3 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.
Weekly Installs
1.4K
Repository
GitHub Stars
86
First Seen
Feb 10, 2026
Security Audits
Gen Agent Trust HubWarnSocketWarnSnykWarn
Installed on
codex1.2K
opencode1.2K
gemini-cli1.2K
github-copilot1.1K
kimi-cli1.1K
amp1.1K
97,600 周安装