Burrowee agent skills
Seven self-contained skills drive the burrowee-agent CLI. Each embeds the next-action loop inline, so an agent can load just the one it needs. The skill sources are hosted on the release channel (release.burrowee.com/skills/<name>/SKILL.md) — this site links to them, it does not re-host them.
Start with the burrowee entry skill: it installs the CLI, binds to an account, then routes to the per-task skills.
| Skill | Purpose |
|---|---|
burrowee | Entry — install burrowee-agent, bind to a Burrowee account (GitHub), route to the per-task skills. |
burrowee-gateway-setup | Stand up and enroll a gateway, expose a local service over the relay. |
burrowee-connect | Pair the cli to a gateway, then connect or SSH to the exposed service. |
burrowee-edge-setup | Stand up, install, and approve a self-hosted edge relay. |
burrowee-domains | Attach and list custom (wildcard) domains (plan-gated). |
burrowee-sessions | List, share, create, and revoke sessions. |
burrowee-account | View and manage account and team settings; billing/upgrade/delete hand back to the human. |
For the underlying protocol these skills speak, see /api.