← 返回 Skills 市场
agnicpay-prog

Agnic Search for Service

作者 Agnic.AI · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install agnicpay-search-for-service
功能描述
Search the x402 bazaar for paid API services. Use when the user wants to find APIs, discover services, browse the marketplace, or needs an external service....
使用说明 (SKILL.md)

Searching the x402 Bazaar

Use npx agnic@latest x402 commands to discover and inspect paid API endpoints on the x402 bazaar marketplace. No authentication or balance is required for searching.

Commands

Search the Bazaar

Find paid services by keyword using BM25 relevance search:

npx agnic@latest x402 bazaar search \x3Cquery> [-k \x3Cn>] [--force-refresh] [--json]
Option Description
-k, --top \x3Cn> Number of results (default: 5)
--force-refresh Re-fetch resource index from CDP API
--json Output as JSON

Results are cached locally at ~/.config/agnic/bazaar/ and auto-refresh after 12 hours.

List Bazaar Resources

Browse all available resources:

npx agnic@latest x402 bazaar list [--network \x3Cnetwork>] [--full] [--json]
Option Description
--network \x3Cname> Filter by network (base, base-sepolia)
--full Show complete details including schemas
--json Output as JSON

Discover Payment Requirements

Inspect an endpoint's x402 payment requirements without paying:

npx agnic@latest x402 details \x3Curl> [--json]

Auto-detects the correct HTTP method by trying each until it gets a 402 response, then displays price, accepted payment schemes, network, and input/output schemas.

Examples

# Search for weather-related paid APIs
npx agnic@latest x402 bazaar search "weather" --json

# Search with more results
npx agnic@latest x402 bazaar search "sentiment analysis" -k 10 --json

# Browse all bazaar resources
npx agnic@latest x402 bazaar list --full --json

# Check what an endpoint costs
npx agnic@latest x402 details https://example.com/api/weather

Prerequisites

  • No authentication needed for search, list, or details commands

Next Steps

Once you've found a service, use the pay-for-service skill to make a paid request.

Error Handling

Common errors:

  • "CDP API returned 429" -- Rate limited; cached data will be used if available
  • "No X402 payment requirements found" -- URL may not be an x402 endpoint
  • No results -- Try broadening the search query or using different keywords
安全使用建议
This skill does what it says (search and inspect x402 bazaar services) but it works by running `npx agnic@latest` on-demand and by sending requests to arbitrary endpoints (including trying multiple HTTP methods to detect 402 responses). Before installing or invoking it: 1) review the agnic package source on npm/GitHub and verify the maintainer/trustworthiness; 2) consider running it in a sandboxed/containerized environment or with egress controls so remote package code can't access sensitive local resources or exfiltrate data; 3) be aware it will write/cache data to ~/.config/agnic/bazaar/ and may generate multiple network requests to user-supplied URLs (no credentials required); 4) if you need stricter guarantees, request an install spec or a pinned package version (not `@latest`) and/or an auditable vendored implementation instead of npx execution.
功能分析
Type: OpenClaw Skill Name: agnicpay-search-for-service Version: 2.0.2 The skill bundle provides instructions for searching and inspecting paid API services on the x402 bazaar marketplace using the 'agnic' CLI tool. The SKILL.md file defines legitimate search and discovery commands (npx agnic@latest x402 bazaar/details) and restricts the agent's tool usage to these specific subcommands. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (search the x402 bazaar) align with the runtime instructions: the SKILL.md describes searching, listing, and inspecting paid API endpoints using the agnic CLI.
Instruction Scope
Instructions explicitly tell the agent to run `npx agnic@latest x402 ...` and to auto-detect payment requirements by trying HTTP methods until a 402 response is found. That behavior matches the stated goal but implies the agent will make direct requests to arbitrary URLs and may attempt multiple HTTP methods — potentially noisy or surprising.
Install Mechanism
There is no install spec, but the allowed-tools require running `npx agnic@latest`, which fetches and executes remote npm package code at runtime. npx execution of a remote package is inherent to the skill flow but is a higher-risk install/execution mechanism because it runs unreviewed code from the network.
Credentials
The skill declares no required environment variables or credentials, which is consistent with the SKILL.md statement that search/list/details do not need authentication. The only local state referenced is a cache path (~/.config/agnic/bazaar/), which is reasonable for the described functionality.
Persistence & Privilege
always:false and disable-model-invocation:false (default) — the skill can be invoked autonomously. Combined with the ability to run npx and probe external URLs, this increases potential blast radius if the skill is allowed to run without review, but the skill does not request permanent/always-on inclusion.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agnicpay-search-for-service
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agnicpay-search-for-service 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
v2.0.2 — Synced with upstream agnic-wallet-skills: - Standardized authentication (browser OAuth + headless AGNIC_TOKEN) - Rebranded references from "AgnicPay" to "Agnic" - Tightened descriptions for AI agent discovery
v1.0.0
- Initial release of the agnicpay search-for-service skill. - Allows users to search and browse the x402 bazaar marketplace for paid API services. - Provides commands to search for APIs by keyword, list all available resources, and inspect endpoint payment requirements. - No authentication or balance required to search or browse. - Intended as a fallback when no other skill matches, or for general discovery of paid services.
元数据
Slug agnicpay-search-for-service
版本 2.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Agnic Search for Service 是什么?

Search the x402 bazaar for paid API services. Use when the user wants to find APIs, discover services, browse the marketplace, or needs an external service.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Agnic Search for Service?

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

Agnic Search for Service 是免费的吗?

是的,Agnic Search for Service 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agnic Search for Service 支持哪些平台?

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

谁开发了 Agnic Search for Service?

由 Agnic.AI(@agnicpay-prog)开发并维护,当前版本 v2.0.2。

💬 留言讨论