plugins/bridgey/skills/status/SKILL.md
This skill should be used when the user asks to "check bridgey status", "show bridgey agents", "is bridgey running", "bridgey health", "show connected agents", runs "/bridgey:status", or wants to see the state of the bridgey daemon and connected agents.
npx skillsauth add kickinrad/bridgey statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Display the health and status of the bridgey daemon and all connected agents.
Use the status MCP tool to get daemon health and agent list. If the daemon is unreachable, inform the user and suggest:
cat ~/.bridgey/bridgey.config.json/bridgey:setup if no confignode ${CLAUDE_PLUGIN_ROOT}/dist/daemon.js start --config ~/.bridgey/bridgey.config.json (if dist/daemon.js is missing, run npm run build from plugins/bridgey/ first)Present a formatted status overview:
🌉 bridgey status
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Daemon: ● running (uptime: 2h 34m)
Name: cloud-coder
Port: 8092
Bind: localhost
Agents (3 connected):
● luna-dev localhost:8093 local healthy
● cloud-coder cloud:8092 remote healthy
○ mesa-runner mesa:8092 remote offline
Recent Activity (last 5):
→ cloud-coder "review this PR" 2m ago
← luna-dev "what's the test status?" 15m ago
● green/active — agent is healthy and reachable○ gray/inactive — agent is offline or unreachable⚠ yellow/warning — agent responded with errors recentlyIf any agents are offline, suggest:
curl http://agent-url/health)0.0.0.0 and source IP is in trusted_networksIf agents return 400 on send:
/send endpoint requires {agent, message} — the agent field names the target and is requiredlist_agents)If agents return 401/403:
trusted_networks — add the appropriate CIDR range172.16.0.0/12 and 10.0.0.0/8 to trusted_networks100.64.0.0/10 to trusted_networksIf agents return 429:
For a quick one-liner check, run:
curl -s http://localhost:8092/health | jq .
For container deployments, use the Tailscale IP or Docker host:
curl -s http://<tailscale-ip>:8092/health | jq .
testing
This skill should be used when the user asks to "set up bridgey", "configure bridgey", "initialize bridgey", "bridgey setup", "check bridgey status", "show bridgey agents", "is bridgey running", "bridgey health", "show connected agents", "add a bridgey agent", "connect to another agent", "register a remote agent", "add remote agent", "configure tailscale for bridgey", "scan tailnet for bridgey", or runs `/bridgey:setup`, `/bridgey:status`, `/bridgey:add-agent`, `/bridgey:tailscale-setup`, `/bridgey:tailscale-scan`. Lifecycle surface for the bridgey A2A daemon — first-time setup, health dashboard, remote-agent registration, and Tailscale mesh discovery.
data-ai
First-time Tailscale mesh network configuration for bridgey. Updates daemon binding for tailnet access and runs initial peer scan.
data-ai
Manually scan the Tailscale network for bridgey agents. Shows discovered, new, and removed agents.
documentation
This skill should be used when the user asks to "set up bridgey", "configure bridgey", "initialize bridgey", "bridgey setup", runs "/bridgey:setup", or is installing bridgey for the first time. Guides interactive first-time configuration of the bridgey daemon.