Agent Skills for building on Celo and EVM chains. Compatible with Claude Code, Cursor, Windsurf, OpenAI Codex, and other Agent Skills compatible tools.
# Install all skills
npx openskills install celo-org/agent-skills -g
# Install a specific skill
npx openskills install celo-org/agent-skills --skill evm-hardhat -g
# pnpm
pnpm dlx openskills install celo-org/agent-skills -g
# yarn
yarn dlx openskills install celo-org/agent-skills -g
# bun
bunx openskills install celo-org/agent-skills -g
| Skill |
Description |
| evm-hardhat |
Hardhat development for EVM chains including Celo. Covers project setup, compilation, testing, deployment, and verification. |
| evm-foundry |
Foundry development for EVM chains including Celo. Covers forge, cast, anvil, testing, deployment, and verification. |
| celo-composer |
Scaffold Celo dApps with templates. Supports React, Next.js, and various wallet providers. |
| contract-verification |
Verify smart contracts on Celo. Covers Celoscan, Blockscout, Sourcify, and Remix verification methods. |
| Skill |
Description |
| celo-rpc |
Interact with Celo blockchain via RPC. Covers reading balances, transactions, blocks, and Celo-specific methods. |
| viem |
TypeScript library for Celo with first-class support for fee currencies and CIP-64 transactions. |
| wagmi |
React hooks for Celo dApps. Covers wallet connection, contract interaction, and transaction handling. |
| fee-abstraction |
Pay gas fees with ERC-20 tokens on Celo. Covers supported tokens (USDC, USDT, cUSD), wallet compatibility, and implementation. |
| Skill |
Description |
| evm-wallet-integration |
Integrate wallets into Celo dApps. Covers Reown AppKit, Dynamic, and custom wagmi implementations. |
| minipay-integration |
Build Mini Apps for MiniPay. Covers wallet detection, stablecoin payments, and fee currency support. |
| thirdweb |
Full-stack Web3 development with thirdweb SDK. Covers contract deployment, wallet connection, and pre-built components. |
| Skill |
Description |
| 8004 |
ERC-8004 Agent Trust Protocol for AI agent identity, reputation, and validation on Celo. |
| x402 |
x402 HTTP-native payment protocol for AI agents. Covers pay-per-use APIs and micropayments with stablecoins. |
| Skill |
Description |
| celo-stablecoins |
Work with Mento stablecoins (cUSD, cEUR, cREAL) and bridged stables (USDC, USDT) on Celo. |
| celo-defi |
DeFi protocol integration on Celo. Covers Uniswap, Aave, and Ubeswap. |
| bridging |
Bridge assets to and from Celo. Covers native bridge, Wormhole, LayerZero, and other bridges. |
Each skill follows the Agent Skills specification:
skill-name/
├── SKILL.md # Main instructions (required)
├── references/ # Detailed documentation
├── rules/ # Best practices and standards
└── scripts/ # Executable scripts
Skills activate automatically when relevant tasks are detected.
See CONTRIBUTING.md for guidelines.
Apache-2.0