observal-admin
Administers Observal users, settings, diagnostics, review queues, security events, audit logs, SAML, SCIM, local server services, upgrades, rollback, and…
Searches, recommends, bulk-submits, installs, edits, versions, archives, restores, transfers, and manages co-authors for Observal MCP servers, skills, hooks, prompts, and sandboxes. Use when the user wants to find components, publish one or many they control, install them into a
$ npx -y skills add Observal/Observal --skill observal-registry --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/observal-registryContext preview
The summary Claude sees to decide when to auto-load this skill.
Searches, recommends, bulk-submits, installs, edits, versions, archives, restores, transfers, and manages co-authors for Observal MCP servers, skills, hooks, prompts, and sandboxes. Use when the user wants to find components, publish one or many they control, install them into a
# SPDX-FileCopyrightText: 2026 Hemalatha Madeswaran <hemalathamadeswaran@gmail.com> # SPDX-License-Identifier: Apache-2.0 name: observal-registry command: observal description: "Searches, recommends, bulk-submits, installs, edits, versions, archives, restores, transfers, and manages co-authors for Observal MCP servers, skills, hooks, prompts, and sandboxes. Use when the user wants to find components, publish one or many they control, install them into a harness, or manage their lifecycle." version: 2.3.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. Run the leaf command's `--help` when any path, flag, enum, or payload shape is uncertain. 4. Supply all required inputs and confirmation flags. Do not leave an agent waiting at a prompt. 5. Reuse returned UUIDs and `qualified_name` values. Never automate with row numbers or ambiguous bare names. 6. Verify installs, submissions, edits, versions, ownership changes, and lifecycle transitions. 7. Submit or modify only components the user owns or is authorized to manage. 8. Never expose environment values, headers, tokens, private source data, or submitted secret fields. 9. Mutations are sent once. After an uncertain transport failure, read component state before retrying. 10. Authentication is optional for approved public content when the server setting `deployment.public_registry_enabled` is enabled; it is disabled by default on self-hosted deployments. Public list, show, install, and prompt render commands use `https://public.observal.io` by default. Authenticate before submitting, editing, reviewing, rating, or accessing private team content.
| User intent | Read | | --- | --- | | Find, inspect, recommend, or install components | [Discovery and installation](references/discovery-and-installation.md) | | Submit one component or a mixed bulk file | [Component submission](references/component-submission.md) | | Edit, version, archive, restore, transfer, or manage co-authors | [Registry lifecycle](references/registry-lifecycle.md) |
Read only the selected reference, and read it completely before executing.
Report component type, canonical identity, version, status, target harness or scope when applicable, warnings, and any review or setup step still required.
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.…
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,…