coinbase/agentic-wallet-skills
These skills were imported into SkillJury from the public skills ecosystem.
authenticate-wallet
by coinbase/agentic-wallet-skills
When the wallet is not signed in (detected via npx awal status or when wallet operations fail with authentication errors), use the npx awal CLI to authenticate.
fund
by coinbase/agentic-wallet-skills
Use the wallet companion app to fund the wallet with USDC via Coinbase Onramp. This supports multiple payment methods including Apple Pay, debit cards, bank transfers, and funding from a Coinbase account.
query-onchain-data
by coinbase/agentic-wallet-skills
Use the CDP SQL API to query onchain data (events, transactions, blocks, transfers) on Base. Queries are executed via x402 and are charged per query.
monetize-service
by coinbase/agentic-wallet-skills
Create an Express server that charges USDC for API access using the x402 payment protocol. Callers pay per-request in USDC on Base — no accounts, API keys, or subscriptions needed. Your service is automatically discoverable by other agents via the x402 Bazaar.
pay-for-service
by coinbase/agentic-wallet-skills
Use the npx awal@2.0.3 x402 pay command to call paid API endpoints with automatic USDC payment on Base.
search-for-service
by coinbase/agentic-wallet-skills
Use the npx awal@2.0.3 x402 commands to discover and inspect paid API endpoints available on the x402 bazaar marketplace. No authentication or balance is required for searching.
send-usdc
by coinbase/agentic-wallet-skills
Use the npx awal@2.0.3 send command to transfer USDC from the wallet to any Ethereum address or ENS name on Base.
trade
by coinbase/agentic-wallet-skills
Use the npx awal@2.0.3 trade command to swap tokens on Base network via the CDP Swap API. You must be authenticated to trade.
x402
by coinbase/agentic-wallet-skills
Use the npx awal@2.0.3 x402 commands to discover, inspect, and call paid API endpoints using the X402 payment protocol. Payments are made in USDC on Base.