Base Skills

August 14, 2026 · View on GitHub

Base

Agent Skills for building on Base. These skills enable AI agents to connect to Base, deploy contracts, integrate wallets, run nodes, and more.

GitHub contributors GitHub commit activity GitHub repo size

Website base.org Blog Docs Discord Twitter Base

GitHub pull requests by-label GitHub Issues

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.

SkillInstallDescription
build-on-basenpx skills add base/skills --skill build-on-baseComplete Base development playbook: network, contracts, wallet auth, payments, attribution, and migrations. Consolidates all individual skills into one.
base-mcpnpx skills add base/skills --skill base-mcpBase 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.
vibenetnpx skills add base/skills --skill vibenetBuild on vibenet, the Base Vibes devnet for native account abstraction (EIP-8130) with viem: smart accounts, batched calls, session keys and policies, and ERC-8168 payer gas sponsorship.

Installation

Install with Vercel's Skills CLI:

npx skills add base/skills

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

Examples:

Deploy my contract to Base Sepolia
How do I connect to Base mainnet?
Add Sign in with Base to my app
Convert my existing Farcaster miniapp to a standard app on Base
Register my trading bot and add builder code attribution to its transactions
Create an EIP-8130 smart account on vibenet and fund it from the faucet
Deploy a smart account on vibenet with sponsored gas, so the user needs no ETH

Contributing

See CONTRIBUTING.md for guidelines.

License

This project is licensed under the terms of the included LICENSE file.