| name | resource |
| description | Manage Kagura resource tokens and push external data (Slack/CI/CRM events) into a context. Use for resource token create/list/update/revoke, resource setup/import, and impact/schema stats. |
kagura resource — resource tokens & external ingestion
Drive the kagura resource command group. Thin wrapper around the installed
kagura CLI.
Preflight
kagura --version; if missing → uv tool install kagura-memory (or
pip install kagura-memory), then stop.
- Requires authentication. Run
kagura auth status; if not authed, run the
auth skill first.
Run (choose by intent)
kagura resource setup ...
kagura resource import <file>
kagura resource stats
kagura resource schema
kagura resource tokens list|create|update|revoke
Consume the result
- Relay the CLI output. Resource tokens are secrets: when one is created it
is shown once and not stored — surface it to the user and remind them to save
it now. Prefer
revoke over leaving stale tokens active.