agentic-wallet

द्वारा coinbase

क्रिप्टो वॉलेट संचालन awal CLI के माध्यम से — साइन इन करें, बैलेंस जांचें, USDC/ETH/POL/SOL भेजें, टोकन ट्रेड करें, वॉलेट को फंड करें, और x402 भुगतान प्रोटोकॉल का उपयोग करें…

npx skills add https://github.com/coinbase/agentic-wallet-skills --skill agentic-wallet

Agentic Wallet

Operate a crypto wallet through the awal CLI. This skill is a router: read the relevant reference file in references/ for the task at hand.

Preflight: Confirm wallet state

Before any wallet operation that requires authentication (everything except x402 search/details), check status:

npx awal@2.12.1 status

If the wallet is not authenticated, read references/auth.md and complete sign-in first.

Routing

Pick the reference that matches the task and Read it before acting:

TaskReference
Sign in, log in, connect wallet, OTP verification, "not signed in" errorsreferences/auth.md
Check balances, "how much USDC/ETH/POL/SOL do I have", balance per chain, JSON balance outputreferences/balance.md
Send USDC / ETH / POL / SOL to an address or ENS name (Base, Polygon, Solana)references/send-usdc.md
Swap / trade / convert tokens on Base or Polygonreferences/trade.md
Add funds, top up, onramp, buy USDCreferences/fund.md
Find / browse / search paid services on the x402 bazaarreferences/x402-search.md
Call a paid x402 API endpoint with automatic USDC paymentreferences/x402-pay.md
Build or deploy a paid API server that other agents can pay to usereferences/x402-monetize.md
Query onchain data on Base (events, transactions, blocks) via the CDP SQL APIreferences/query-onchain.md

If no clear match and the user wants an external capability, search the x402 bazaar (references/x402-search.md) — a paid service may exist.

Shared rules

  • Input validation: every reference lists the regexes / allowlists that user-provided values must match before being placed in a shell command. Validate strictly; reject inputs containing spaces, semicolons, pipes, backticks, or other shell metacharacters. Do not pass unvalidated user input into commands.
  • Single-quote $ amounts: any amount written as '$1.00' must be single-quoted to prevent bash variable expansion.
  • JSON output: every awal command supports --json for machine-readable output.
  • Auth errors mean re-auth: if any command fails with "Not authenticated" or similar, read references/auth.md and run the sign-in flow.
  • Insufficient balance: read references/fund.md to top up.

Quick command index

CommandPurpose
npx awal@2.12.1 statusServer health + auth status
npx awal@2.12.1 addressGet wallet address
npx awal@2.12.1 balanceGet balances across Base, Polygon, Solana (use --chain for one chain)
npx awal@2.12.1 showOpen the wallet companion window (used for funding)
npx awal@2.12.1 auth login <email>Send OTP code
npx awal@2.12.1 auth verify <otp>Complete sign-in
npx awal@2.12.1 auth logoutSign out and clear the session
npx awal@2.12.1 send <amount> <recipient>Send tokens
npx awal@2.12.1 trade <amount> <from> <to>Swap tokens
npx awal@2.12.1 x402 bazaar search <query>Search paid services
npx awal@2.12.1 x402 bazaar listList bazaar resources
npx awal@2.12.1 x402 details <url>Inspect payment requirements
npx awal@2.12.1 x402 pay <url>Pay and call an x402 endpoint

coinbase की और Skills

git.repo-manager
coinbase
git.repo-manager — AI एजेंटों के लिए एक इंस्टॉल करने योग्य कौशल, जो coinbase/cds द्वारा प्रकाशित है।
official
authenticate-wallet
coinbase
ईमेल OTP-आधारित वॉलेट प्रमाणीकरण जिसमें सत्यापन और स्थिति जांच शामिल है। दो-चरणीय लॉगिन प्रक्रिया: ईमेल से शुरू करके 6 अंकों का OTP प्राप्त करें, फिर flowId और कोड के साथ सत्यापित करके प्रमाणीकरण पूरा करें। कमांड निष्पादित करने से पहले शेल इंजेक्शन को रोकने के लिए ईमेल, flowId और OTP के लिए इनपुट सत्यापन नियम शामिल हैं। साथी CLI कमांड के माध्यम से स्थिति जांच, शेष राशि क्वेरी, पता प्राप्ति और वॉले
official
fund
coinbase
Coinbase Onramp या सीधे ट्रांसफर के माध्यम से वॉलेट में USDC जमा करें। एक सहायक UI खुलता है जहां उपयोगकर्ता पूर्व निर्धारित राशि ($10, $20, $50) या कस्टम मान चुन सकते हैं और Apple Pay, डेबिट कार्ड, बैंक ट्रांसफर, या Coinbase खाता फंडिंग में से चुन सकते हैं। विभिन्न निपटान समय के साथ कई भुगतान विधियों का समर्थन करता है: कार्ड और Apple Pay के लिए तत्काल, ACH बैंक ट्रांसफर के लिए 1-3 दिन। Base नेटवर्क पर USDC के रूप में फं
official
monetize-service
coinbase
एक सशुल्क API एंडपॉइंट तैनात करें जिसे अन्य एजेंट x402 प्रोटोकॉल के माध्यम से खोज और भुगतान कर सकें। HTTP 402 भुगतान प्रोटोकॉल का उपयोग करके Base पर प्रति अनुरोध USDC चार्ज करता है; क्लाइंट हस्ताक्षरित लेन-देन के साथ भुगतान करते हैं, कोई API कुंजी या खाते की आवश्यकता नहीं है। जब आप डिस्कवरी एक्सटेंशन घोषित करते हैं तो एजेंट खोज के लिए स्वचालित रूप से एंडपॉइंट को x402 Bazaar के साथ पंजीकृत करता है।
official
pay-for-service
coinbase
बेस पर x402 प्रोटोकॉल के माध्यम से स्वचालित USDC भुगतान के साथ भुगतान वाले API को कॉल करें। x402-सक्षम एंडपॉइंट पर HTTP अनुरोध (GET, POST, आदि) निष्पादित करता है, जिसमें परमाणु USDC भुगतान स्वचालित रूप से संभाले जाते हैं। विधि, JSON बॉडी, क्वेरी पैरामीटर और कस्टम हेडर के माध्यम से अनुरोध अनुकूलन का समर्थन करता है। भुगतान नियंत्रण शामिल हैं: प्रति अनुरोध अधिकतम USDC राशि सेट करें और सहसंबंध आईडी के साथ संबं
official
query-blockchain-data
coinbase
बेस पर CDP SQL API के माध्यम से x402 का उपयोग करके ऑनचेन ब्लॉकचेन डेटा क्वेरी करें। इसका उपयोग तब करें जब आप या आपका उपयोगकर्ता डिकोड किए गए ब्लॉकों के बारे में ऑनचेन जानकारी देखना चाहते हैं,…
official
query-onchain-data
coinbase
Base पर ऑनचेन डेटा को SQL के माध्यम से प्रति-क्वेरी x402 भुगतान के साथ क्वेरी करें। CoinbaseQL के माध्यम से डिकोड की गई घटनाओं, लेन-देन और ब्लॉकों तक पहुँच प्राप्त करें, जो ClickHouse-आधारित SQL डायलेक्ट है और जॉइन, CTE, सबक्वेरी और मानक फंक्शन का समर्थन करता है। तीन मुख्य तालिकाएँ उपलब्ध हैं: base.events (डिकोड किए गए स्मार्ट कॉन्ट्रैक्ट लॉग), base.transactions (पूर्ण लेन-देन डेटा), और base.blocks (ब्लॉक मेटाडे
official
search-for-service
coinbase
x402 बाज़ार मार्केटप्लेस पर उपलब्ध भुगतान वाली API सेवाओं को खोजें और खोजें। BM25 प्रासंगिकता खोज का उपयोग करके मार्केटप्लेस को क्वेरी करें, सभी उपलब्ध संसाधनों की सूची बनाएं, या भुगतान के बिना मूल्य निर्धारण और भुगतान आवश्यकताओं को देखने के लिए विशिष्ट एंडपॉइंट का निरीक्षण करें। नेटवर्क (base, base-sepolia) और आउटपुट प्रारूपों (मानव-पठनीय या JSON) द्वारा फ़िल्टरिंग का समर्थन कर
official