# Coinbase AI Agent Skills

Coinbase publishes official AI agent skills for its tools, services, and developer workflows.

Browse 14 official AI agent skills across 3 Coinbase repositories, with install commands and source links.

Official page: https://skillscout.sh/official/coinbase/
Markdown page: https://skillscout.sh/official/coinbase/coinbase_skills_skillscout.md
Vendor website: https://www.coinbase.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/coinbase/coinbase_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Coinbase skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### coinbase/agentic-wallet-skills

Includes 1 official skill: agentic-wallet.

Install:

```bash
npx skills add coinbase/agentic-wallet-skills -y
```

Source: https://www.skills.sh/official#coinbase/agentic-wallet-skills

### coinbase/cds

Includes 4 official skills: cds-code, cds-docs, cds-design-to-code, cds-accessibility.

Install:

```bash
npx skills add coinbase/cds -y
```

Source: https://www.skills.sh/official#coinbase/cds

### coinbase/skills

Covers authenticate-wallet, fund, monetize-service, pay-for-service, query-onchain-data, search-for-service. Handles sign-in for the Coinbase payments wallet using a two-step email OTP flow. Adds USDC to a Coinbase-powered wallet through Coinbase Onramp.

Install:

```bash
npx skills add coinbase/skills -y
```

Source: https://officialskills.sh/coinbase/skills

## Individual skills

### agentic-wallet

Official Coinbase skill from coinbase/agentic-wallet-skills.

Install:

```bash
npx skills add coinbase/agentic-wallet-skills@agentic-wallet -y
```

Package: coinbase/agentic-wallet-skills
Source: https://github.com/coinbase/agentic-wallet-skills/tree/HEAD/skills/agentic-wallet

### cds-code

Official Coinbase skill from coinbase/cds.

Install:

```bash
npx skills add coinbase/cds@cds-code -y
```

Package: coinbase/cds
Source: https://github.com/coinbase/cds/tree/HEAD/skills/cds-code

### cds-docs

Official Coinbase skill from coinbase/cds.

Install:

```bash
npx skills add coinbase/cds@cds-docs -y
```

Package: coinbase/cds
Source: https://github.com/coinbase/cds/tree/HEAD/skills/cds-docs

### cds-design-to-code

Official Coinbase skill from coinbase/cds.

Install:

```bash
npx skills add coinbase/cds@cds-design-to-code -y
```

Package: coinbase/cds
Source: https://github.com/coinbase/cds/tree/HEAD/skills/cds-design-to-code

### cds-accessibility

Official Coinbase skill from coinbase/cds.

Install:

```bash
npx skills add coinbase/cds@cds-accessibility -y
```

Package: coinbase/cds
Source: https://github.com/coinbase/cds/tree/HEAD/skills/cds-accessibility

### authenticate-wallet

Handles sign-in for the Coinbase payments wallet using a two-step email OTP flow.

Install:

```bash
npx skills add coinbase/skills@authenticate-wallet -y
```

Package: coinbase/skills
Source: https://officialskills.sh/coinbase/skills/authenticate-wallet

### fund

Adds USDC to a Coinbase-powered wallet through Coinbase Onramp.

Install:

```bash
npx skills add coinbase/skills@fund -y
```

Package: coinbase/skills
Source: https://officialskills.sh/coinbase/skills/fund

### monetize-service

Scaffolds an Express server that charges USDC per request using the x402 payment protocol.

Install:

```bash
npx skills add coinbase/skills@monetize-service -y
```

Package: coinbase/skills
Source: https://officialskills.sh/coinbase/skills/monetize-service

### pay-for-service

Calls paid API endpoints that use the x402 protocol, automatically handling USDC payments on Base.

Install:

```bash
npx skills add coinbase/skills@pay-for-service -y
```

Package: coinbase/skills
Source: https://officialskills.sh/coinbase/skills/pay-for-service

### query-onchain-data

Queries decoded onchain data on Base (events, transactions, blocks) through the CDP SQL API using x402 micropayments.

Install:

```bash
npx skills add coinbase/skills@query-onchain-data -y
```

Package: coinbase/skills
Source: https://officialskills.sh/coinbase/skills/query-onchain-data

### search-for-service

Searches and browses the x402 bazaar marketplace to find paid API services.

Install:

```bash
npx skills add coinbase/skills@search-for-service -y
```

Package: coinbase/skills
Source: https://officialskills.sh/coinbase/skills/search-for-service

### send-usdc

Sends USDC to any Ethereum address or ENS name on Base.

Install:

```bash
npx skills add coinbase/skills@send-usdc -y
```

Package: coinbase/skills
Source: https://officialskills.sh/coinbase/skills/send-usdc

### trade

Swaps and trades tokens on the Base network using the CDP Swap API.

Install:

```bash
npx skills add coinbase/skills@trade -y
```

Package: coinbase/skills
Source: https://officialskills.sh/coinbase/skills/trade

### x402

Lets you discover and call paid API endpoints using the x402 payment protocol.

Install:

```bash
npx skills add coinbase/skills@x402 -y
```

Package: coinbase/skills
Source: https://officialskills.sh/coinbase/skills/x402

## coinbase/agentic-wallet-skills package overview

Includes 1 official skill: agentic-wallet.

### Top skills in this package

- agentic-wallet: Official Coinbase skill from coinbase/agentic-wallet-skills.

### Install

Install the full package:

```bash
npx skills add coinbase/agentic-wallet-skills -y
```

Install a specific skill:

```bash
npx skills add coinbase/agentic-wallet-skills@agentic-wallet -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/coinbase/agentic-wallet-skills#readme
