observal-admin

Solid

Observal admin operations including user management, enterprise 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.

AI & Automation 1,827 stars 301 forks Updated today AGPL-3.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Observal Admin Operations All commands require the `admin` role. Enterprise-only commands (SAML, SCIM, audit-log) require enterprise mode. ## 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 --agent observal admin review reject REVIEW_ID --reason 'Not reproducible' ``` `--agent` and `--bundle` disambiguate when an ID could refer to multiple entity types. --- ## Procedure: Security & Audit ```bash observal admin security-events --limit 50 --output json obser...

Details

Author
BlazeUp-AI
Repository
BlazeUp-AI/Observal
Created
2 months ago
Last Updated
today
Language
Python
License
AGPL-3.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

observal-ops

View traces, spans, metrics, feedback, and telemetry health for Observal agents and MCPs. Use when the user wants to see recent traces, check metrics, view top items, submit ratings, or diagnose telemetry pipeline issues.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

observal-advanced

Advanced Observal operations including session reconciliation, CLI upgrades and downgrades, complete uninstallation, and local fallback mode for offline use. Use when the user wants to reconcile sessions, upgrade or downgrade the CLI, uninstall Observal, or write agent configs locally when the server is unreachable.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

observal

Core Observal CLI operations: pull agents into your IDE, scan installed components, diagnose and patch IDE configs, authenticate, and manage CLI settings. Use when the user wants to install an agent, check their IDE setup, login, or configure the CLI.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

observal-registry

Submit, browse, install, edit, delete, and version MCPs, skills, hooks, prompts, and sandboxes in the Observal registry. Use when the user wants to submit a component, install one, edit a draft, publish a new version, or browse the component library.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

observal-agents

Create, update, version, and manage Observal agents. Use when the user wants to create a new agent, update an existing one, release a new version, scaffold a YAML project, add components, build, publish, bulk-create, delete, or restore agents.

1,827 Updated today
BlazeUp-AI