| 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 |
Managing Registry Components
Execution contract
- Execute commands with a 60 second timeout.
- Use machine output by default: add
--output json whenever supported. Parse list results from items and pagination fields.
- Run the leaf command's
--help when any path, flag, enum, or payload shape is uncertain.
- Supply all required inputs and confirmation flags. Do not leave an agent waiting at a prompt.
- Reuse returned UUIDs and
qualified_name values. Never automate with row numbers or ambiguous bare names.
- Verify installs, submissions, edits, versions, ownership changes, and lifecycle transitions.
- Submit or modify only components the user owns or is authorized to manage.
- Never expose environment values, headers, tokens, private source data, or submitted secret fields.
- Mutations are sent once. After an uncertain transport failure, read component state before retrying.
Choose the workflow
Read only the selected reference, and read it completely before executing.
Registry rules
- Search with the user's natural-language terms, then narrow by type, namespace, team, harness, or category only when useful.
- Open-ended requests such as "what am I missing?" use personalized recommendations before keyword search.
personalized: false means popularity fallback, not a personal recommendation.
- Team members can see authorized private teamspace items. Use
TEAM_HANDLE/ITEM_SLUG for direct references.
- Draft, pending, rejected, and approved items have different edit behavior. Read status before mutating.
- A successful submit can still be pending review. Report the returned status instead of saying it is published.
- Bulk files are structurally validated before mutation. Inspect every per-entry result and verify uncertain retries by canonical identity.
- Prefer an existing installed dependency or native CLI path. Do not invent wrappers or telemetry variables.
Completion
Report component type, canonical identity, version, status, target harness or scope when applicable, warnings, and any review or setup step still required.