observal

Solid

Core Observal CLI operations: pull agents into your IDE, scan installed components, diagnose and patch IDE configs, authenticate, and manage CLI settings. Use when the user wants to install an agent, check their IDE setup, login, or configure the CLI.

AI & Automation 1,827 stars 301 forks Updated today AGPL-3.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Observal: Core CLI Operations ## Critical Rules 1. **EXECUTE commands**: run them in your shell, do not just display them. 2. **Set timeout to 60 seconds**: most commands make HTTP calls. 3. **Use single quotes** for `--prompt` and `--description` values to avoid shell quoting issues. 4. **Do NOT run `observal auth status` first.** Other commands surface auth problems clearly on their own. 5. **When in doubt about a flag, run `<command> --help` first.** Never guess flag names. 6. **Pass `--output json` on every list/show command.** It is stable and machine readable. 7. **Pass `--yes` / `-y` on destructive commands** so they do not block on a confirmation prompt. 8. **Resolve 409 conflicts deterministically:** `--update` for in-place edits, `--bump` for versioned releases. 9. **Only fall back to local file writes** if a command exits with `Connection failed` or `Not configured`. 10. **Never invent `OTEL_*` or `CLAUDE_CODE_ENABLE_TELEMETRY` environment variables.** Telemetry flows through `observal-shim` and session push hooks only. --- ## Procedure: Pull Agent Install an agent's full config (rules, MCP servers, hooks, skills) into a local IDE. ```bash observal agent pull AGENT_NAME --ide kiro --no-prompt --dir . ``` **Flags:** - `--ide` (required): `claude-code`, `kiro`, `cursor`, `gemini-cli`, `vscode`, `codex`, `copilot`, `copilot-cli`, `opencode` - `--scope user|project`: install scope (Claude Code, Kiro, Gemini only) - `--model <name>` or `--model <ide>=<name>`: o...

Details

Author
BlazeUp-AI
Repository
BlazeUp-AI/Observal
Created
2 months ago
Last Updated
today
Language
Python
License
AGPL-3.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

observal-agents

Create, update, version, and manage Observal agents. Use when the user wants to create a new agent, update an existing one, release a new version, scaffold a YAML project, add components, build, publish, bulk-create, delete, or restore agents.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

observal-advanced

Advanced Observal operations including session reconciliation, CLI upgrades and downgrades, complete uninstallation, and local fallback mode for offline use. Use when the user wants to reconcile sessions, upgrade or downgrade the CLI, uninstall Observal, or write agent configs locally when the server is unreachable.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

observal-admin

Observal admin operations including user management, enterprise settings, submission review queue, security events, audit logs, and SSO configuration. Use when the user needs to manage users, approve or reject submissions, view security events, or configure SAML/SCIM.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

observal-ops

View traces, spans, metrics, feedback, and telemetry health for Observal agents and MCPs. Use when the user wants to see recent traces, check metrics, view top items, submit ratings, or diagnose telemetry pipeline issues.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

observal-registry

Submit, browse, install, edit, delete, and version MCPs, skills, hooks, prompts, and sandboxes in the Observal registry. Use when the user wants to submit a component, install one, edit a draft, publish a new version, or browse the component library.

1,827 Updated today
BlazeUp-AI