tempo

officialscriptablewallet / payments
$ curl -fsSL https://tempo.xyz/install | bash
Summary

Wallet 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.
wallet-tempo-SKILL.md

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

Installcurl -fsSL https://tempo.xyz/install | bash
Verifytempo wallet whoami
First real commandtempo wallet login && tempo wallet services --search ai

Open 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 pairing

Open CLI recommends this skills.sh skill because it fits wallet / payments workflows. Add safer defaults when a CLI touches secrets, auth, or sensitive systems.

View on skills.sh
$ npx skills add https://github.com/supercent-io/skills-template --skill security-best-practices
Starter prompt

Use 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 login
2. tempo wallet whoami
3. tempo wallet services --search ai
4. tempo request --dry-run https://example.com

Safe start

Step 1

Install tempo.

Step 2

Run `tempo wallet whoami` first.

Step 3

Start with `tempo wallet login && tempo wallet services --search ai`.

Step 4

Authenticate tempo before asking the agent to do real work.