openclaw-x402-skill
x402 Bazaar(エージェント決済の自動検出レイヤー)から、x402対応のAPIエンドポイントとMCPツールを検出、閲覧、フィルタリング、および決済できます。利用可能なすべてのサービスを閲覧し、価格やタイプでフィルタリングし、決済要件を確認して、APIキーやアカウント設定なしにUSDCマイクロペイメント(Base上)で任意のエンドポイントを呼び出せます。エージェントが決済可能なAPIサービスを探す必要がある場合、特定のタスク(Webスクレイピング、AI推論、気象データ、市場データ)向けのx402サービスを確認する場合、x402経由で単一のAPIコールに対して決済する場合、または指定された価格閾値以下のサービスをリストアップする場合に使用します。有料コール時は.envファイルにEVM_PRIVATE_KEY(USDCを保有するBaseウォレット)が必要です。検出閲覧にはキーは不要です。
description の原文を見る
Discover, browse, filter, and pay for x402-compatible API endpoints and MCP tools from the x402 Bazaar — the autonomous discovery layer for agentic payments. Browse all available services, filter by price or type, inspect payment requirements, and call any discovered endpoint using USDC micropayments on Base with no API keys or account setup. Use when the agent needs to find a payable API service, check what x402 services exist for a given task (web scraping, AI inference, weather data, market data), pay for a single API call via x402, or list services under a given price threshold. Requires EVM_PRIVATE_KEY in .env (Base wallet with USDC) for paid calls. Discovery browsing requires no keys at all.
SKILL.md 本文
x402 Bazaar スキル
x402 Bazaar は x402 エコシステムのディスカバリーレイヤーです。AI エージェントが x402 互換 API エンドポイントと MCP ツールを検出して統合するのを支援する、マシン読み取り可能なカタログです。事前統合なしで、クエリ実行、検索、支払い、利用できます。
2つのモード:
- ブラウズのみ — ウォレット不要、コスト0、すべての利用可能なサービスを検出
- ブラウズ + 支払い — 検出されたエンドポイントを呼び出すために Base ウォレットと USDC が必要
前提条件
ブラウズのみ(キー不要)
python3 agent.py "list services"
python3 agent.py "find weather APIs"
有料エンドポイントを呼び出すため
- Base ウォレットの秘密鍵を取得(MetaMask → エクスポート、または Coinbase Wallet)
- Base に USDC を入金 — coinbase.com または bridge.base.org から取得
.envに追加:
EVM_PRIVATE_KEY="0xYourPrivateKeyHere"
MAX_SPEND_PE
...
詳細情報
- 作者
- jiayaoqijia
- ライセンス
- AGPL-3.0
- 最終更新
- 2026/5/8
Source: https://github.com/jiayaoqijia/cryptoskill / ライセンス: AGPL-3.0