Skip to content
Development
Skill

/observal-admin

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

From plugin
observal
2.4k6 skills
Install
$ npx -y skills add Observal/Observal --skill observal-admin --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/observal-admin

Context 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

SKILL.md

observal-admin.SKILL.md
# 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

Administering Observal

Core administration requires an admin role. Review actions also work for authorized global reviewers and teamspace owners or reviewers.

Execution contract

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.

Choose the workflow

| 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.

Safety rules

  • Permission denial is a result, not a reason to escalate automatically. Report the required role.
  • Review only the returned UUID requested by the user. Never act on table position or an unrelated queue item.
  • Treat one-time password and token responses as secrets from the moment they are returned.
  • Export and import destinations must be explicit. Validate an archive before import.
  • Use the project's migration commands. Never replace them with ad hoc SQL.
  • A server command is successful only when the final status confirms the requested service or version state.

Completion

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.

Read more
Ships withobserval

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.

Get the whole plugin
Stats
2,360
Stars
472
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
1d ago
Last commit
5mo ago
Created

Repo: Observal/Observal

Other skills on observal.