Egressmap — AI skill for Claude Code
See every server your AI coding agent talks to, live on a 3D globe.
How to install Egressmap
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open VibhorGautam/egressmap and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Egressmap does
See every server your AI coding agent talks to, live on a 3D globe. Block the ones you didn't allow.
Alternatives in AI
- CodeIsland — Real-time AI coding agent status panel in your MacBook notch — live status, approvals & replies for 13 AI tool 2.3k ★
- Botmux — Bridge Feishu/Lark to AI coding CLIs — Claude Code, Codex, Gemini, OpenCode… every DM, group or topic spawns i 1.2k ★
- Empryo — Empryo issue tracker + SoulForge (v2) 1.1k ★
README
egressmap
See every server your AI coding agent talks to, live on a 3D globe. Anything you didn't allow gets blocked.

npx egressmap claude
That's it. Your agent runs exactly like before, and a dashboard opens on `127.0.0.1:7070` showing every connection it makes: where it goes, which process made it, how many bytes left your machine. When you quit, you get a summary in the terminal:
egressmap claude ran 45s
✗ webhook.site blocked x1 ← node setup.js
✓ registry.npmjs.org Toronto, CA 3 conn 6.8 KB up 83.5 KB down
✓ api.anthropic.com San Francisco, US 2 conn 1.3 MB up 29.3 KB down
3 servers · 6 connections · 1 blocked
Tested with Claude Code and the tools it spawns (npm, curl, node). It should work with anything that respects the standard proxy variables, like Codex CLI, Gemini CLI or aider. If yours doesn't show up on the map, it's ignoring the proxy (see below).
npx egressmap codex
npx egressmap --allow api.stripe.com claude
npx egressmap --watch -- npm install # observe only, block nothing
How it works
- egressmap starts a small forward proxy on
127.0.0.1and launches your command withHTTP_PROXY,HTTPS_PROXYandNODE_USE_ENV_PROXY=1pointing at it. Child processes inherit them. - HTTPS goes through
CONNECTtunnels. TLS is never intercepted, so egressmap sees the destination host and byte counts, never the content. - Every destination is checked against an allowlist. Hosts that aren't on it get a
403and show up red. - Tunnels have to be TLS, and the server name in the TLS handshake has to match the host that was allowed, so an allowed host can't be used to front for a different site on the same IP. Only port 443 is open for tunnels and port 80 for plain HTTP unless you allow
host:port. - A blocked hostname is never resolved. A subdomain can carry stolen data (
c2VjcmV0.attacker.com), so o
Related Skills
Vouch
See what your AI-agent skills can actually do. Vouch audits every SKILL.md on your machine, explains each skil
Auto Guard
A cached auto command review guard for AI coding agents — rules, memory and LLM verdicts (allow/deny/ask) befo
Uisight
Your AI can already see the screen — it just can't measure it. Live mobile+desktop sessions, a measurement eng
AIQuotaBar
See your Claude.ai and ChatGPT usage limits live in your macOS menu bar
Pi Usage Live
Always-on subscription usage card for Pi: see how much of your Claude, ChatGPT Codex, OpenCode Zen, DeepSeek,
Meta Agent Sync
Project one config repo into every detected AI coding harness — Claude Code, Codex, Cursor desktop/Agent CLI,
Related Agents
MCP Server Engineer
Own the embedded MCP automation server in unity-explorer — design and implement MCP tools, protocol/transport
Light Review Step3
Stage 3 of the Delphi review pipeline — verify code fixes hold up, revert the ones that don't, then compile. F
Stack Auditor
Audits a codebase's AI agent stack against the live best-of-Agent-Harnesses dataset — finds which harnesses th