| name | celo-official-agent-skills |
| description | Agent Skills for building on Celo and EVM chains. Compatible with [Claude Code](https://claude.ai/code), [Cursor](https://cursor.com), [Windsurf](https://codeium.com/windsurf), [OpenAI Codex](https://openai.com/codex), and other [Agent Skills](https://agentskills.io) compatible tools. |
celo-official-agent-skills
Source: github.com/celo-org/agent-skills. The body below is the upstream README.md captured at the time of registration.
Celo Agent Skills
Agent Skills for building on Celo and EVM chains. Compatible with Claude Code, Cursor, Windsurf, OpenAI Codex, and other Agent Skills compatible tools.
Installation
npx openskills install celo-org/agent-skills -g
npx openskills install celo-org/agent-skills --skill evm-hardhat -g
Package managers
pnpm dlx openskills install celo-org/agent-skills -g
yarn dlx openskills install celo-org/agent-skills -g
bunx openskills install celo-org/agent-skills -g
Skills
Development Tools
| 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. |
Blockchain Interaction
| 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. |
Wallet Integration
| 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. |
AI Agent Infrastructure
| 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. |
DeFi & Assets
| 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. |
Skill Structure
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.
Celo Network Information
Block Explorers
Contributing
See CONTRIBUTING.md for guidelines.
License
Apache-2.0