| name | whisper-identity |
| description | Give this agent a real, routable IPv6 identity and safe egress with one command. Use when an agent needs a stable source IP, reverse-DNS identity, or to route its traffic through a controlled network — for any framework (Python, Node), Claude Code, or a plain shell command. |
| license | MIT |
| homepage | https://whisper.online |
Whisper identity & egress
Whisper gives an agent its own routable IPv6 /128 on real address space (AS219419):
a stable source IP, reverse-DNS identity, and a local proxy its traffic leaves from.
One small CLI does everything; no root, standard ports.
1. Install
curl -fsSL https://get.whisper.online | sh
2. Authenticate (once)
Get a key from https://whisper.online, then:
export WHISPER_API_KEY="whisper_live_xxx"
whisper login
3. Give the current project an identity
Pick the one that matches what you're running — each wires the working directory so
traffic egresses from the project's /128:
whisper init python
whisper init claude
Then run normally:
whisper run python script.py
4. Run any one-off command through the identity
No project setup needed:
whisper run curl -s https://api64.ipify.org
Verify
whisper run curl -s https://api64.ipify.org
Notes
Signed: a detached PGP signature (SKILL.md.asc) is published alongside this file;
verify with the AS219419 key (fingerprint EFF1663D992539682106A5EAD0F70908CF3B7929).