observal-admin
Administers Observal users, settings, diagnostics, review queues, security events, audit logs, SAML, SCIM, local server services, upgrades, rollback, and…
Creates, authors, validates, publishes, updates, versions, pulls, archives, restores, transfers, and manages co-authors for Observal Agents. Use when the user wants to build or install an Agent, change an Agent definition, publish a draft, release a version, or manage Agent
$ npx -y skills add Observal/Observal --skill observal-agents --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/observal-agentsContext preview
The summary Claude sees to decide when to auto-load this skill.
Creates, authors, validates, publishes, updates, versions, pulls, archives, restores, transfers, and manages co-authors for Observal Agents. Use when the user wants to build or install an Agent, change an Agent definition, publish a draft, release a version, or manage Agent
# SPDX-FileCopyrightText: 2026 Hemalatha Madeswaran <hemalathamadeswaran@gmail.com> # SPDX-License-Identifier: Apache-2.0 name: observal-agents command: observal description: "Creates, authors, validates, publishes, updates, versions, pulls, archives, restores, transfers, and manages co-authors for Observal Agents. Use when the user wants to build or install an Agent, change an Agent definition, publish a draft, release a version, or manage Agent ownership." version: 2.2.0 owner: observal
1. Execute commands with a 60 second timeout. 2. **Use machine output by default:** add `--output json` whenever supported. Parse list results from `items` and pagination fields. 3. Use `--help` before acting when a path or flag is uncertain. 4. Keep workflows noninteractive. Supply required fields, `--no-prompt`, and confirmation flags. 5. Use UUIDs or `qualified_name` values returned by JSON. Never automate with row numbers. 6. Prefer native `agent init`, `agent add`, and `agent build` over hand-written scaffolding or custom validation. 7. Verify every publish, release, pull, ownership, and lifecycle mutation. 8. Never print MCP environment values, headers, tokens, or other secrets. 9. Mutations are sent once. After an uncertain transport failure, read Agent state before retrying.
| User intent | Workflow | | --- | --- | | Find or inspect an Agent | Discover and inspect | | Install an existing Agent into a harness | Pull and verify | | Create a simple Agent in one call | Direct create | | Author an Agent with components or files | Init, add, build, publish | | Change the current listing without a new reviewed version | Update in place | | Publish a reviewed patch, minor, or major version | Release | | Create many Agents from a prepared file | Bulk create | | Archive, restore, transfer, or manage co-authors | Lifecycle and collaboration |
Read [Agent workflows](references/agent-workflows.md) completely before executing the selected workflow.
Report the canonical Agent identity, resulting status and version, files changed for local operations, warnings, and the smallest next action. Verify with `agent show`, `agent versions`, or `scan` when the mutation response is not sufficient.
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.
Administers Observal users, settings, diagnostics, review queues, security events, audit logs, SAML, SCIM, local server services, upgrades, rollback, and…
Recovers Observal session ingestion, manages CLI upgrades, downgrades and rollback, and performs explicit local Agent fallback when the server is unavailable.…
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,…