
Tempo
- 73 installs
- 7 repo stars
- Updated May 13, 2026
- tempoxyz/agent-skills
Helps with ai & agent building tasks.
About
tempo is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- tempo
- AI & Agent Building
- AI-coding skill
Tempo by the numbers
- 73 all-time installs (skills.sh)
- Ranked #5,587 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tempoxyz/agent-skills --skill tempoAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 73 |
|---|---|
| repo stars | ★ 7 |
| Last updated | May 13, 2026 |
| Repository | tempoxyz/agent-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
Tempo
Skill for building applications on the Tempo network.
Capabilities
- Navigate Tempo documentation and protocol specs
- Browse source code for tempoxyz/tempo (Rust node) and tempoxyz/tempo-ts (TypeScript SDK)
- Access related libraries: viem, wagmi, reth, foundry
MCP Tools
Use these tools to explore Tempo:
| Tool | Description |
|---|---|
mcp__tempo__list_pages | List all documentation pages |
mcp__tempo__read_page | Read a specific documentation page |
mcp__tempo__search_docs | Search documentation |
mcp__tempo__list_sources | List available source repositories |
mcp__tempo__list_source_files | List files in a directory |
mcp__tempo__read_source_file | Read a source code file |
mcp__tempo__get_file_tree | Get recursive file tree |
mcp__tempo__search_source | Search source code |
Available Sources
tempoxyz/tempo– Tempo node (Rust)tempoxyz/tempo-ts– TypeScript SDKparadigmxyz/reth– Reth Ethereum clientfoundry-rs/foundry– Foundry toolkitwevm/viem– TypeScript Ethereum interfacewevm/wagmi– React hooks for Ethereum
Workflow
1. Search docs first: Use mcp__tempo__search_docs to find relevant documentation 2. Read pages: Use mcp__tempo__read_page with the page path 3. Explore source: Use mcp__tempo__search_source or mcp__tempo__get_file_tree to find implementations 4. Read code: Use mcp__tempo__read_source_file to examine specific files
Key Concepts
- TIP-20: Native stablecoin standard (like ERC-20 but built into the protocol)
- Tempo Transactions: Enhanced transaction format with sub-blocks and parallel execution
- Fee Sponsorship: Pay transaction fees on behalf of users
- Stablecoin DEX: Native exchange for stablecoin pairs
{
"mcpServers": {
"tempo-docs": {
"url": "https://docs.tempo.xyz/api/mcp"
}
}
}