# Coinbase Agentkit

> Coinbase Developer Platform toolkit for giving AI agents a crypto wallet and onchain interactions, supporting fee-free stablecoin payments and agent monetization.

- Skill: `yejiming/coinbase-agentkit` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/coinbase-agentkit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/coinbase-agentkit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/coinbase-agentkit

---


# Coinbase AgentKit

Official toolkit from Coinbase.

AgentKit is Coinbase Developer Platform's toolkit for giving AI agents a crypto wallet and onchain interactions. It is designed to be framework-agnostic (works with any AI framework) and wallet-agnostic (works with any wallet). With AgentKit, you can enable fee-free stablecoin payments and monetize your AI agents seamlessly. Available in both TypeScript and Python.

## Installation

```bash
# From the official repo:
git clone https://github.com/coinbase/agentkit
cd agentkit
npm install
```

Or create a new project:

```bash
npm create onchain-agent@latest
```

Or install via npm/pip:

```bash
npm install @coinbase/agentkit
# or
pip install coinbase-agentkit
```

## Links

- **GitHub**: https://github.com/coinbase/agentkit
- **Documentation**: https://docs.cdp.coinbase.com/agentkit/docs/welcome

