skills
Build, deploy, and transact on the Base blockchain
All Skills in This Repository (9)
Pure Emerald Level Indicatorsskill-creator
Guide creation and structuring of AI skills with SKILL.md and bundled resources.
adding-builder-codes
Integrate Base Builder Codes (ERC-8021) into web3 applications for transaction attribution.
connecting-to-base-network
Provide Base Mainnet and Sepolia RPC endpoints, chain IDs, and explorer URLs.
running-a-base-node
Guide production Base node setup with Reth and secure networking.
converting-minikit-to-farcaster
Migrate Farcaster Mini Apps from MiniKit to the native Farcaster SDK.
deploying-contracts-on-base
Deploy and verify Solidity smart contracts on Base using Foundry.
convert-farcaster-miniapp-to-app
Convert Farcaster miniapp SDK projects into Base/web apps.
building-with-base-account
Integrate the Base Account SDK for wallet authentication and USDC payments.
migrating-an-onchainkit-app
Migrate dApps from @coinbase/onchainkit to wagmi and viem.
Frequently Asked Questions
FAQPage SchemaHow to install Base Skills?โผ
Run `npx skills add base/skills --all -g -y` in your terminal to install all skills globally. You can also install a single skill with `npx skills add base/skills --skill build-on-base`.
How to deploy a smart contract on Base?โผ
The build-on-base skill walks your coding assistant through Foundry deployment, BaseScan verification, and getting testnet ETH from the CDP faucet. Just ask it to deploy your contract to Base Sepolia or mainnet.
What can the Base MCP skill do?โผ
It connects your assistant to a Base Account wallet for checking balances, sending and swapping tokens, signing messages, and batching contract calls. It also includes plugins for DeFi protocols like Uniswap, Morpho, and Moonwell.
Does Base Skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex, and other compatible coding assistants.
Can I migrate a Farcaster miniapp to Base?โผ
Yes. The build-on-base skill includes step-by-step migration references for converting MiniKit and OnchainKit projects into standard Base web apps.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core