From layerbrain
Use when the user wants to manage Layerbrain identity and access — accounts, API keys, organizations, or memberships. Requires the `brain` CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/layerbrain:brain-iamThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Four resources that together describe **who can do what** on Layerbrain:
Four resources that together describe who can do what on Layerbrain:
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 | brain accounts list --output json |
| Get | brain accounts get <ID> --output json |
| Update | brain accounts update <ID> --data-file ./account.json |
| Delete | brain accounts delete <ID> |
| Intent | Command |
|---|---|
| List | brain api-keys list --output json |
| Get | brain api-keys get <ID> --output json |
| Create | brain api-keys create --data-file ./key.json --output json |
| Update | brain api-keys update <ID> --data-file ./key.json |
| Rotate | brain api-keys rotate <ID> |
| Delete | brain api-keys delete <ID> |
| Intent | Command |
|---|---|
| List | brain organizations list --output json |
| Get | brain organizations get <ID> --output json |
| Create | brain organizations create --data-file ./org.json --output json |
| Update | brain organizations update <ID> --data-file ./org.json |
| Delete | brain organizations delete <ID> |
| Intent | Command |
|---|---|
| List | brain memberships list --output json |
| Get | brain memberships get <ID> --output json |
| Create | brain memberships create --data-file ./membership.json --output json |
api-keys create or api-keys rotate, the secret is returned once. Hand it to the user immediately; never log it.rotate over delete + create for active keys — preserves the key's identity in audit logs.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub layerbrain/skills --plugin layerbrain