← Back to Skills Marketplace
agnicpay-prog

Agnic Search for Service

by Agnic.AI · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ⚠ suspicious
107
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install agnicpay-search-for-service
Description
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....
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agnicpay-search-for-service
  3. After installation, invoke the skill by name or use /agnicpay-search-for-service
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug agnicpay-search-for-service
Version 2.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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.... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.

How do I install Agnic Search for Service?

Run "/install agnicpay-search-for-service" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agnic Search for Service free?

Yes, Agnic Search for Service is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agnic Search for Service support?

Agnic Search for Service is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agnic Search for Service?

It is built and maintained by Agnic.AI (@agnicpay-prog); the current version is v2.0.2.

💬 Comments