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
# 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
Package managers
# 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
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
1---2name: celo-official-agent-skills3description: 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.4---56# celo-official-agent-skills78_Source: [github.com/celo-org/agent-skills](https://github.com/celo-org/agent-skills). The body below is the upstream README.md captured at the time of registration._910---1112# Celo Agent Skills1314Agent 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.1516## Installation1718```bash19# Install all skills20npx openskills install celo-org/agent-skills -g2122# Install a specific skill23npx openskills install celo-org/agent-skills --skill evm-hardhat -g24```2526### Package managers2728```bash29# pnpm30pnpm dlx openskills install celo-org/agent-skills -g3132# yarn33yarn dlx openskills install celo-org/agent-skills -g3435# bun36bunx openskills install celo-org/agent-skills -g37```3839## Skills4041### Development Tools4243| Skill | Description |44|-------|-------------|45| [evm-hardhat](skills/evm-hardhat) | Hardhat development for EVM chains including Celo. Covers project setup, compilation, testing, deployment, and verification. |46| [evm-foundry](skills/evm-foundry) | Foundry development for EVM chains including Celo. Covers forge, cast, anvil, testing, deployment, and verification. |47| [celo-composer](skills/celo-composer) | Scaffold Celo dApps with templates. Supports React, Next.js, and various wallet providers. |48| [contract-verification](skills/contract-verification) | Verify smart contracts on Celo. Covers Celoscan, Blockscout, Sourcify, and Remix verification methods. |4950### Blockchain Interaction5152| Skill | Description |53|-------|-------------|54| [celo-rpc](skills/celo-rpc) | Interact with Celo blockchain via RPC. Covers reading balances, transactions, blocks, and Celo-specific methods. |55| [viem](skills/viem) | TypeScript library for Celo with first-class support for fee currencies and CIP-64 transactions. |56| [wagmi](skills/wagmi) | React hooks for Celo dApps. Covers wallet connection, contract interaction, and transaction handling. |57| [fee-abstraction](skills/fee-abstraction) | Pay gas fees with ERC-20 tokens on Celo. Covers supported tokens (USDC, USDT, cUSD), wallet compatibility, and implementation. |5859### Wallet Integration6061| Skill | Description |62|-------|-------------|63| [evm-wallet-integration](skills/evm-wallet-integration) | Integrate wallets into Celo dApps. Covers Reown AppKit, Dynamic, and custom wagmi implementations. |64| [minipay-integration](skills/minipay-integration) | Build Mini Apps for MiniPay. Covers wallet detection, stablecoin payments, and fee currency support. |65| [thirdweb](skills/thirdweb) | Full-stack Web3 development with thirdweb SDK. Covers contract deployment, wallet connection, and pre-built components. |6667### AI Agent Infrastructure6869| Skill | Description |70|-------|-------------|71| [8004](skills/8004) | ERC-8004 Agent Trust Protocol for AI agent identity, reputation, and validation on Celo. |72| [x402](skills/x402) | x402 HTTP-native payment protocol for AI agents. Covers pay-per-use APIs and micropayments with stablecoins. |7374### DeFi & Assets7576| Skill | Description |77|-------|-------------|78| [celo-stablecoins](skills/celo-stablecoins) | Work with Mento stablecoins (cUSD, cEUR, cREAL) and bridged stables (USDC, USDT) on Celo. |79| [celo-defi](skills/celo-defi) | DeFi protocol integration on Celo. Covers Uniswap, Aave, and Ubeswap. |80| [bridging](skills/bridging) | Bridge assets to and from Celo. Covers native bridge, Wormhole, LayerZero, and other bridges. |8182## Skill Structure8384Each skill follows the [Agent Skills](https://agentskills.io) specification:8586```87skill-name/88├── SKILL.md # Main instructions (required)89├── references/ # Detailed documentation90├── rules/ # Best practices and standards91└── scripts/ # Executable scripts92```9394Skills activate automatically when relevant tasks are detected.9596## Celo Network Information9798| Network | Chain ID | RPC Endpoint | Explorer |99|---------|----------|--------------|----------|100| Celo Mainnet | 42220 | https://forno.celo.org | https://celoscan.io |101| Celo Sepolia | 11142220 | https://forno.celo-sepolia.celo-testnet.org | https://sepolia.celoscan.io |102103### Block Explorers104105- **Celoscan**: https://celoscan.io (Etherscan-style)106- **Blockscout**: https://celo.blockscout.com (open-source)107108## Contributing109110See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.111112## License113114Apache-2.0