Agent skill
tempo
Builds applications on Tempo network using TypeScript SDK, Rust node, and Foundry. Use when working with Tempo transactions, TIP-20 tokens, stablecoins, or Tempo protocol integration.
Install this agent skill to your Project
npx add-skill https://github.com/tempoxyz/agent-skills/tree/main/skills/tempo
SKILL.md
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
- Search docs first: Use
mcp__tempo__search_docsto find relevant documentation - Read pages: Use
mcp__tempo__read_pagewith the page path - Explore source: Use
mcp__tempo__search_sourceormcp__tempo__get_file_treeto find implementations - Read code: Use
mcp__tempo__read_source_fileto 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
Didn't find tool you were looking for?