Stats
Actions
Tags
From layerbrain
Use when the user wants to view Layerbrain billing — statements (invoices / usage) or subscriptions (plans). Requires the `brain` CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/layerbrain:brain-billingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Two read-mostly resources:
Two read-mostly 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 statements | brain statements list --output json |
| Get statement | brain statements get <ID> --output json |
| Intent | Command |
|---|---|
| List subscriptions | brain subscriptions list --output json |
| Get subscription | brain subscriptions get <ID> --output json |
| Create subscription | brain subscriptions create --data-file ./subscription.json --output json |
subscriptions create — confirm with the user before creating, since it implies billing.statements list and summarize the latest period. Do not estimate from machine sizes.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.