From layerbrain
Use when the user wants to inspect or manage Layerbrain networks, network rules (firewall / ACL), or network flows (observed traffic). Requires the `brain` CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/layerbrain:brain-networksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Three related resources:
Three related resources:
Run brain whoami. If it errors, tell the user to run brain login (or set LAYERBRAIN_API_KEY). See references/auth.md.
| Intent | Command |
|---|---|
| List networks | brain networks list --output json |
| Get network | brain networks get <ID> --output json |
| Update network | brain networks update <ID> --data-file ./network.json |
Networks are not created or deleted through the CLI — they're provisioned with the account.
| Intent | Command |
|---|---|
| List rules | brain network-rules list --output json |
| Get rule | brain network-rules get <ID> --output json |
| Create rule | brain network-rules create --data-file ./rule.json --output json |
| Update rule | brain network-rules update <ID> --data-file ./rule.json |
| Delete rule | brain network-rules delete <ID> |
| Intent | Command |
|---|---|
| List flows | brain network-flows list --output json |
| Get flow | brain network-flows get <ID> --output json |
Use flows to debug connectivity: did the rule actually allow / block the traffic the user expects?
network-rules list before creating a new rule — duplicates fragment policy.network-flows list to confirm the new behavior.npx claudepluginhub layerbrain/skills --plugin layerbrainCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.