observal-admin
Observal admin operations including user management, server settings, submission review queue, security events, audit logs, and SSO configuration. Use when the user needs to manage users, approve or reject submissions, view security events, or configure SAML/SCIM.
npx skills add Observal/Observal --skill observal-admin --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Observal Admin Operations All commands require the `admin` role. SAML, SCIM, and audit-log commands require admin role. ## Critical Rules 1. **EXECUTE commands**: run them in your shell. Set timeout to 60 seconds. 2. **Pass `--output json`** on list/show commands. 3. **Pass `--yes` or `--force`** on destructive commands. 4. **If 403 is returned**, confirm role with `observal auth whoami --output json`. --- ## Procedure: Settings & Diagnostics ```bash observal admin settings --output json observal admin set KEY VALUE observal admin diagnostics --output json observal admin trace-privacy observal admin trace-privacy-set true observal admin cache-clear ``` --- ## Procedure: User Management ```bash observal admin users --output json observal admin create-user EMAIL NAME --role user --output json observal admin reset-password EMAIL --generate observal admin set-role EMAIL admin observal admin delete-user EMAIL --force ``` --- ## Procedure: Review Queue ```bash observal admin review list --output json observal admin review list --type mcp --output json observal admin review show REVIEW_ID --output json observal admin review approve REVIEW_ID observal admin review approve REVIEW_ID --age
- Critical Rules
- Procedure: Settings & Diagnostics
- Procedure: User Management
- Procedure: Review Queue
- Procedure: Security & Audit
- Procedure: SSO
- Output Contract
observal admin settings --output json observal admin set KEY VALUE observal admin diagnostics --output json observal admin trace-privacy observal admin trace-privacy-set true observal admin cache-clear observal admin users --output json observal admin create-user EMAIL NAME --role user --output json observal admin reset-password EMAIL --generate observal admin set-role EMAIL admin
What does the observal-admin skill do?
Observal admin operations including user management, server settings, submission review queue, security events, audit logs, and SSO configuration. Use when the user needs to manage users, approve or reject submissions, view security events, or configure SAML/SCIM.
How do I install it?
Run `npx skills add Observal/Observal --skill observal-admin --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Observal/Observal, a repository with 2,254 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
