
base / skills
★ 89A skill package that teaches your agent 2 capabilities — every one documented and browsable below, no GitHub required · by base.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's…
8 files — installable on its own
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's…
8 files — installable on its own
Base Skills

Agent Skills for building on Base. These skills enable AI agents to connect to Base, deploy contracts, integrate wallets, run nodes, and more.
<!-- Badge row 1 - status --> <!-- Badge row 2 - links and profiles --> <!-- Badge row 3 - detailed status -->Recommended Skills
Two consolidated skills that cover the most common use cases. Each uses progressive reference loading — the skill loads a single entry point and pulls in detailed references only when needed.
| Skill | Install | Description |
|---|---|---|
| build-on-base | npx skills add base/skills --skill build-on-base | Complete Base development playbook: network, contracts, wallet auth, payments, attribution, and migrations. Consolidates all individual skills into one. |
| base-mcp | npx skills add base/skills --skill base-mcp | Base MCP server — gives your AI assistant a wallet via mcp.base.org. Sending, swapping, signing, batched calls, balances, and partner plugins for lending, swaps, and more. |
Installation
Install with Vercel's Skills CLI:
npx skills add base/skillsUsage
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Deploy my contract to Base SepoliaHow do I connect to Base mainnet?Add Sign in with Base to my appConvert my existing Farcaster miniapp to a standard app on BaseRegister my trading bot and add builder code attribution to its transactionsContributing
See CONTRIBUTING.md for guidelines.
License
This project is licensed under the terms of the included LICENSE file.
Install the whole package (2 skills):
npx skills add https://github.com/base/skillsOr install a single skill:
npx skills add https://github.com/base/skills --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.