discover-x402-services

Search for x402-enabled paid APIs. Use when the user wants to find paid services, discover APIs, look up x402 endpoints, or browse available paid resources by keyword or network.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "discover-x402-services" with this command: npx skills add zauthofficial/agent-skills/zauthofficial-agent-skills-discover-x402-services

Discover x402 Services

Search and browse x402-enabled paid APIs from the zauth verified provider directory.

Usage

Search by keyword

npx @zauthx402/cli@latest search <query> --json

Browse all endpoints

npx @zauthx402/cli@latest list --json

Common filters

  • --network <name> — Filter by blockchain network (base, base-sepolia, solana, etc.)
  • --verified — Only show verified endpoints from trusted providers
  • --limit <n> — Max results to return (default: 10)
  • --json — Output structured JSON (recommended for programmatic use)

Examples

Find weather APIs:

npx @zauthx402/cli@latest search weather --json

Browse verified endpoints on Base network:

npx @zauthx402/cli@latest list --network base --verified --json

Find AI/agent services:

npx @zauthx402/cli@latest search agent --json

Interpreting Results

Each endpoint in the response includes:

FieldMeaning
urlThe API endpoint URL
methodHTTP method (GET, POST, etc.)
statusHealth status: WORKING, FAILING, FLAKY, UNTESTED, or OVER_BUDGET
verifiedtrue if from a verified provider
priceUsdcCost per call in USDC
networkBlockchain network for payment (base, solana, etc.)
successRatePercentage of successful calls (0-100)
uptimeOverall uptime percentage
totalCallsTotal number of calls recorded
titleHuman-readable name of the service
descriptionWhat the endpoint does

Recommended workflow

  1. Search for services matching the user's need
  2. Filter by network and verification status
  3. Present the best options with pricing and reliability info
  4. If the user wants to call a found endpoint, use Coinbase's pay-for-service skill to handle the x402 payment and invocation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

check-endpoint-status

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
86.6K23Kvercel
Automation

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

Repository Source
60.8K23Kvercel
Automation

supabase-postgres-best-practices

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Repository Source
35.5K1.6Ksupabase