celo-rpc

Reads Celo blockchain data via RPC endpoints, including balances, transactions, and blocks for Mainnet and Sepolia testnet.

7|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/LuisSambrano/antigravity-config --skill celo-rpc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: celo-rpc
Source: https://github.com/LuisSambrano/antigravity-config/tree/main/skills/8-blockchain/celo-rpc
Command: npx skills add https://github.com/LuisSambrano/antigravity-config --skill celo-rpc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of interacting with the Celo blockchain, allowing users to easily read essential data and perform basic operations without needing to manage complex RPC configurations.

Core Features & Use Cases

  • Read Blockchain Data: Query account balances, transaction details, and block information.
  • Network Agnostic: Supports both Celo Mainnet and Celo Sepolia testnet.
  • Tool Integration: Provides examples for using popular tools like viem and cast.
  • Use Case: Quickly check the CELO balance of a given address on the Celo Mainnet or retrieve the details of a specific transaction on the Sepolia testnet.

Quick Start

Use the celo-rpc skill to get the CELO balance for the address 0x1234567890abcdef1234567890abcdef12345678 on Celo Mainnet.

Frequently Asked Questions about celo-rpc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query CELO balances and transactions using an RPC endpoint?

You can query CELO balances and transactions by interacting with the Celo blockchain via standard EVM RPC methods, retrieving account balances and block information without managing complex configurations.

Does the Celo RPC Skill support both Mainnet and Sepolia testnet queries?

Yes, the Celo RPC Skill is network agnostic and supports querying blockchain data, network information, and transaction details on both the Celo Mainnet and the Celo Sepolia testnet.

Can I use viem and cast to interact with the Celo blockchain?

Yes, you can use viem and cast to interact with the Celo blockchain, as the Skill provides integration examples for these tools to read essential data and perform basic operations.

What EVM RPC methods are available for reading Celo blockchain data?

Standard EVM RPC methods are available for reading Celo blockchain data, allowing you to retrieve account balances, transaction details, and block information through the provided endpoints.

What is the best way to read Celo network information without manual configuration?

The best way to read Celo network information without manual configuration is using a Skill that simplifies interaction via RPC endpoints, directly querying balances and blocks without complex setup.