observal-advanced
Recovers Observal session ingestion, manages CLI upgrades, downgrades and rollback, and performs explicit local Agent fallback when the server is unavailable.…
Administers Observal users, settings, diagnostics, review queues, security events, audit logs, SAML, SCIM, local server services, upgrades, rollback, and database migrations. Use when the user needs privileged governance, submission decisions, identity configuration, security
$ npx -y skills add Observal/Observal --skill observal-admin --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/observal-adminContext preview
The summary Claude sees to decide when to auto-load this skill.
Administers Observal users, settings, diagnostics, review queues, security events, audit logs, SAML, SCIM, local server services, upgrades, rollback, and database migrations. Use when the user needs privileged governance, submission decisions, identity configuration, security
# SPDX-FileCopyrightText: 2026 Hemalatha Madeswaran <hemalathamadeswaran@gmail.com> # SPDX-License-Identifier: Apache-2.0 name: observal-admin command: observal description: "Administers Observal users, settings, diagnostics, review queues, security events, audit logs, SAML, SCIM, local server services, upgrades, rollback, and database migrations. Use when the user needs privileged governance, submission decisions, identity configuration, security investigation, or server operations." version: 2.2.0 owner: observal
Core administration requires an admin role. Review actions also work for authorized global reviewers and teamspace owners or reviewers.
1. Execute commands with a 60 second timeout, except documented long-running server and migration operations. 2. **Use machine output by default:** add `--output json` whenever supported. Parse list results from `items` and pagination fields. 3. Run `--help` before acting when a path, role requirement, confirmation flag, or destination option is uncertain. 4. Read current state before privileged mutations. Use the smallest required authority. 5. Supply `--force` or another documented confirmation flag for noninteractive destructive operations. 6. Verify review decisions, role changes, identity settings, server upgrades, rollback, and imports. 7. Never repeat generated passwords, SCIM tokens, certificates, submitted headers, database URLs, environment values, or sensitive audit content. 8. Fail openly. Do not bypass the CLI through direct database changes or hand-written migration SQL. 9. Never blindly retry privileged mutations. Read resulting state after an uncertain failure.
| User intent | Read | | --- | --- | | Users, settings, diagnostics, reviews, security, audit, SAML, or SCIM | [Governance and identity](references/governance-and-identity.md) | | Local services, versions, upgrades, rollback, reset, or data migration | [Server operations](references/server-operations.md) |
Read the selected reference completely before executing.
Report the affected resource by safe identifier, resulting state, request ID for failures, and any required follow-up. Redact secret values even when the command returned them successfully.
Observal is self-hosted registry for your coding agent extensions with a built in insight engine. Setup Observal, define the scope and share your Skills, MCPs and Agents with your peers.
Recovers Observal session ingestion, manages CLI upgrades, downgrades and rollback, and performs explicit local Agent fallback when the server is unavailable.…
Creates, authors, validates, publishes, updates, versions, pulls, archives, restores, transfers, and manages co-authors for Observal Agents. Use when the user…
Inspects Observal traces, sessions, rankings, feedback, telemetry health, logs, and Agent insight reports. Use when the user wants operational evidence,…
Searches, recommends, bulk-submits, installs, edits, versions, archives, restores, transfers, and manages co-authors for Observal MCP servers, skills, hooks,…