tempo
$ curl -fsSL https://tempo.xyz/install | bashWallet access, service discovery, and paid http requests from the terminal.
- tempo fits wallet well, especially for giving an agent wallet access, service discovery, and paid HTTP requests.
- It is the official CLI from Tempo.
- Easy to automate.
- Good fit for coding-agent workflows and repeatable scripts.
- Output is mostly text-first, so verify results before scripting around it.
Tempo guide
The official CLI from Tempo. Wallet access, service discovery, and paid http requests from the terminal. Start with `tempo wallet login` and go from there.
Open CLI packages the install path, verify step, and safe-start workflow so this tool can move from “interesting CLI” to something you can actually use. It also integrates with skills.sh so each CLI comes with the right companion skills, not just a binary and a docs link.
When to apply
- Best for giving an agent wallet access, service discovery, and paid HTTP requests.
- Use this if you want an agent to discover services, preview costs, and make paid requests with a real wallet context.
- You need wallet access.
- You need service discovery.
- You need paid http requests.
Quick reference
curl -fsSL https://tempo.xyz/install | bashtempo wallet whoamitempo wallet login && tempo wallet services --search aiOpen CLI × skills.sh
Open CLI integrates tempo with the right skills.sh companions so you get the tool and the workflow together.
Security Best Practices
Recommended pairingOpen CLI recommends this skills.sh skill because it fits wallet / payments workflows. Add safer defaults when a CLI touches secrets, auth, or sensitive systems.
$ npx skills add https://github.com/supercent-io/skills-template --skill security-best-practicesUse tempo together with the Security Best Practices skills.sh skill. Start with inspection or dry-run commands, summarize any risk, and ask before actions with side effects.
Why this tool
- tempo fits wallet well, especially for giving an agent wallet access, service discovery, and paid HTTP requests.
- It is the official CLI from Tempo.
- Easy to automate.
Watch-outs
- Sign in before real work.
- Needs network access.
- Output is mostly plain text.
Example workflow
1. tempo wallet login2. tempo wallet whoami3. tempo wallet services --search ai4. tempo request --dry-run https://example.comSafe start
Install tempo.
Run `tempo wallet whoami` first.
Start with `tempo wallet login && tempo wallet services --search ai`.
Authenticate tempo before asking the agent to do real work.