C
Coinbase Skills
ego lite browser
sponsorego lite is the fastest browser for AI agents to run web automation, sharing your logged-in state with Codex or Claude Code, zero cost, zero config.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
agentic-wallet
coinbase
Crypto wallet operations via the awal CLI — sign in, check balances, send USDC/ETH/POL/SOL, trade tokens, fund the wallet, and use the x402 payment protocol to…
official
authenticate-wallet
coinbase
Email OTP-based wallet authentication with validation and status checking. Two-step login flow: initiate with email to receive a 6-digit OTP, then verify with the flowId and code to complete authentication Includes input validation rules for email, flowId, and OTP to prevent shell injection before executing commands Provides status checking, balance queries, address retrieval, and wallet window access via companion CLI commands All commands support --json output for machine-readable...
official
build-x402-client
coinbase
Write code that pays for an HTTP API returning 402 Payment Required, using the x402 protocol and a CDP-managed wallet. Covers TypeScript and Python. Use when…
official
build-x402-server
coinbase
Write code that charges for an HTTP route with the x402 protocol and receives USDC in a CDP-managed wallet. Covers TypeScript (Express, Hono, Next.js) and…
official
cds-accessibility
coinbase
Reviews already-written Coinbase Design System (CDS) UI for accessibility: verifying documented accessibility props (e.g. accessibilityLabel,…
official
cds-code
coinbase
Perform the following operations only once per session, after the skill is activated.
official
cds-design-to-code
coinbase
This skill provides a structured workflow for translating Figma designs into CDS-first production code with high visual fidelity. It bridges the Figma MCP server with the Coinbase Design System, ensuring that designs are implemented using real CDS components and conventions rather than raw Figma HTML output.
official
cds-docs
coinbase
Goal: Pull CDS documentation into the session so your next edits, recommendations, and API usage are grounded in current docs —not to produce a documentation handout for the user.
official
cds-migrator-transform
coinbase
Use when a CDS change in **cds-web**, **cds-common**, **cds-mobile**, **web-visualization**, or **mobile-visualization** needs a **jscodeshift** migration in…
official
cds-migrator-transform
coinbase
Use when a CDS change in **cds-web**, **cds-common**, **cds-mobile**, **web-visualization**, or **mobile-visualization** needs a **jscodeshift** migration in…
official
components.best-practices
coinbase
Use this skill whenever working on CDS React components in any package.
official
components.best-practices
coinbase
components.best-practices — an installable skill for AI agents, published by coinbase/cds.
official
components.styles
coinbase
Guidelines writing styles API (styles, classNames, and static classNames) for a CDS component. Use this skill when adding customization options to a React…
official
components.styles
coinbase
components.styles — an installable skill for AI agents, published by coinbase/cds.
official
components.write-docs
coinbase
Guidelines for creating or updating documentation for a CDS component on the docsite (apps/docs/). Use this skill after creating or making updates to a CDS…
official
components.write-docs
coinbase
components.write-docs — an installable skill for AI agents, published by coinbase/cds.
official
deprecate-cds-api
coinbase
Deprecates a CDS component, hook, or other exported symbol with consistent JSDoc, version tags, and docsite metadata across every public export path (web,…
official
deprecate-cds-api
coinbase
Automate the standard CDS deprecation workflow for symbols exported from packages/web , packages/mobile , packages/common , packages/web-visualization , or packages/mobile-visualization .
official
dev.cds-mobile
coinbase
USE THIS when asked to work on a new or existing (MOBILE) CDS React component in packages/mobile
official
dev.cds-mobile
coinbase
dev.cds-mobile — an installable skill for AI agents, published by coinbase/cds.
official
dev.cds-web
coinbase
USE THIS when asked to work on a new or existing (WEB) CDS React component in packages/web
official
dev.cds-web
coinbase
dev.cds-web — an installable skill for AI agents, published by coinbase/cds.
official
eslint-plugin-custom-rule
coinbase
USE THIS when asked to create a new eslint plugin rule for the eslint-plugin-cds package
official
eslint-plugin-custom-rule
coinbase
USE THIS when asked to create a new eslint plugin rule for the eslint-plugin-cds package
official
feature-planner
coinbase
A guided workflow for non-technical contributors (designers, PMs) to describe a feature idea and produce a detailed technical implementation plan for an…
official
feature-planner
coinbase
A guided workflow for non-technical contributors (designers, PMs) to describe a feature idea and produce a detailed technical implementation plan for an…
official
figma.audit-connect
coinbase
figma.audit-connect — an installable skill for AI agents, published by coinbase/cds.
official
figma.connect-best-practices
coinbase
figma.connect-best-practices — an installable skill for AI agents, published by coinbase/cds.
official
figma.enumerate-component-urls
coinbase
Enumerates every public component set in a CDS Figma file and produces a list of [Component Name]: [Figma URL] entries grouped by page section. Use this skill…
official
figma.enumerate-component-urls
coinbase
Enumerates every public component set in a CDS Figma file and produces a list of [Component Name]: [Figma URL] entries grouped by page section. Use this skill…
official
fund
coinbase
Deposit USDC to wallet via Coinbase Onramp or direct transfer. Opens a companion UI where users select preset amounts ($10, $20, $50) or custom values and choose from Apple Pay, debit card, bank transfer, or Coinbase account funding Supports multiple payment methods with varying settlement times: instant for card and Apple Pay, 1–3 days for ACH bank transfers Deposits funds as USDC on the Base network; alternatively, users can send USDC directly to the wallet address via npx awal@2.0.3...
official
git.backport
coinbase
Back-port a specific commit from master to a release branch via cherry-pick. Creates a dedicated backport branch, attempts the cherry-pick, pushes it, and…
official
git.backport
coinbase
Back-port a specific commit from master to a release branch via cherry-pick. Creates a dedicated backport branch, attempts the cherry-pick, pushes it, and…
official
git.detect-breaking-changes
coinbase
Analyzes the previous N commits for breaking changes across the CDS public API surface. Use this skill when you need to check if any recent changes will cause…
official
git.detect-breaking-changes
coinbase
git.detect-breaking-changes — an installable skill for AI agents, published by coinbase/cds.
official
git.repo-manager
coinbase
git.repo-manager — an installable skill for AI agents, published by coinbase/cds.
official
git.repo-manager
coinbase
Instructions to manage a local cache of GitHub repositories. This would typically done in cases where the user want to perform research/analysis on a…
official
git.resolve-version-conflicts
coinbase
Resolve rebase/merge conflicts in CDS release-versioning files — package.json "version" fields and CHANGELOG.md entries — that arise because packages were…
official
ktlo
coinbase
Instructions to fetch assigned Linear issues in the current cycle and potentially kick off a development session.
official
ktlo
coinbase
Instructions to fetch assigned Linear issues in the current cycle and potentially kick off a development session.
official
monetize-service
coinbase
Deploy a paid API endpoint that other agents can discover and pay for via x402 protocol. Charges USDC per request on Base using HTTP 402 payment protocol; clients pay with signed transactions, no API keys or accounts required Automatically registers endpoints with the x402 Bazaar for agent discovery when you declare discovery extensions Supports multiple pricing tiers, wildcard routes, and multiple payment options per endpoint using Express middleware Built on @x402/express and @x402/core...
official
pay-for-service
coinbase
Call paid APIs on Base with automatic USDC payment via x402 protocol. Executes HTTP requests (GET, POST, etc.) to x402-enabled endpoints with atomic USDC payments handled automatically Supports request customization through method, JSON body, query parameters, and custom headers Includes payment controls: set maximum USDC amount per request and group related operations with correlation IDs Requires wallet authentication and sufficient USDC balance; validates all user input to prevent shell...
official
query-blockchain-data
coinbase
Query onchain blockchain data on Base using the CDP SQL API via x402. Use when you or your user want to view onchain information about decoded blocks,…
official
query-onchain-data
coinbase
Query onchain data on Base using SQL with per-query x402 payments. Access decoded events, transactions, and blocks via CoinbaseQL, a ClickHouse-based SQL dialect supporting joins, CTEs, subqueries, and standard functions Three main tables available: base.events (decoded smart contract logs), base.transactions (full transaction data), and base.blocks (block metadata) Requires filtering on indexed fields ( event_signature , address , block_timestamp ) in event queries to avoid full table...
official
research.deprecation-usage
coinbase
Audits how often deprecated CDS exports are actively used in customer codebases using Sourcegraph MCP search tools. Use this skill whenever asked to assess…
official
research.deprecation-usage
coinbase
research.deprecation-usage — an installable skill for AI agents, published by coinbase/cds.
official
search-for-service
coinbase
Search and discover paid API services available on the x402 bazaar marketplace. Query the marketplace using BM25 relevance search, list all available resources, or inspect specific endpoints to see pricing and payment requirements without paying Supports filtering by network (base, base-sepolia) and output formats (human-readable or JSON) Results are cached locally and auto-refresh every 12 hours; no authentication required for any search or discovery operation Use as a fallback when no...
official
send-usdc
coinbase
Transfer USDC to Ethereum addresses or ENS names on Base. Accepts both hex addresses (0x...) and ENS names (.eth) as recipients, with automatic ENS resolution Supports flexible amount formats: dollar notation ($5.00), decimal (1.50), or atomic units (1000000) Requires wallet authentication via the authenticate-wallet skill and sufficient USDC balance before sending Includes input validation to prevent shell injection and optional JSON output for programmatic use
official
skill-creator
coinbase
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an…
official
skill-creator
coinbase
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an…
official
trade
coinbase
Execute token swaps on Base network using flexible amount formats and built-in token aliases. Supports three common token aliases (USDC, ETH, WETH) plus arbitrary contract addresses; amounts can be specified as dollar values, decimals, whole numbers, or atomic units with automatic decimal detection Includes configurable slippage tolerance (in basis points) and JSON output option for programmatic integration Requires wallet authentication via the authenticate-wallet skill; validates all user...
official
x402
coinbase
Discover and call paid APIs using the X402 payment protocol with automatic USDC payments on Base. Search a bazaar of paid services by keyword, list all available resources, or inspect an endpoint's price and requirements without paying Make authenticated requests to X402 endpoints with automatic USDC payment in atomic units, supporting GET, POST, PUT, DELETE, and PATCH methods Includes query parameters, custom headers, request body support, and max-amount spending limits to control payment...
official