Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 161% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 79% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 165% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 25% | 0% |
--prompt and --description values to avoid shell quoting issues.observal auth status first. Other commands surface auth problems clearly on their own.<command> --help first. Never guess flag names.--output json on every list/show command. It is stable and machine readable.--yes / -y on destructive commands so they do not block on a confirmation prompt.--update for in-place edits, --bump for versioned releases.Connection failed or Not configured.OTEL_* or CLAUDE_CODE_ENABLE_TELEMETRY environment variables. Telemetry flows through observal-shim and session push hooks only.Install an agent's full config (rules, MCP servers, hooks, skills) into a local IDE.
bashobserval agent pull AGENT_NAME --ide kiro --no-prompt --dir .
Flags:
--ide (required): claude-code, kiro, cursor, gemini-cli, vscode, codex, copilot, copilot-cli, opencode--version <semver>: install a specific version (e.g. 1.2.0). Omit for latest.--scope user|project: install scope (Claude Code, Kiro, Gemini only)--model <name> or --model <ide>=<name>: override saved model (repeatable)--tools t1,t2: Claude Code tool whitelist--dry-run: preview file writes without touching disk--no-prompt: skip interactive confirmation--dir <path>: target directory (default: current)Merge behavior: MCP configs are merged with existing IDE config files, not overwritten. Existing user entries are preserved.
Version pinning: When --version is specified, the exact content from that version is installed. The lockfile (~/.observal/lockfile.json) records the pin. If another agent depends on the same component at a different version, a warning is displayed.
If the user did not specify an IDE, ask which one before running.
Check for newer versions of installed agents and components.
bashobserval outdated observal outdated --ide claude-code observal outdated --output json
Reads ~/.observal/lockfile.json and compares each pinned version against the registry's latest. Reports a table of outdated items with current vs latest version.
Read-only inventory of installed components across all detected IDEs. Never modifies any file.
bashobserval scan observal scan --ide kiro observal scan --ide claude-code
Reports: detected IDEs, MCP servers (with shimmed status), skills, hooks, agents, and unregistered components.
Diagnose only. Does not fix anything.
bashobserval doctor
Reports: Observal config validity, server reachability, hook installation status per IDE, skill presence. Exits non-zero if issues found.
Apply instrumentation. Run with --dry-run first when the user is unsure.
bashobserval doctor patch --all --all-ides --dry-run observal doctor patch --all --all-ides observal doctor patch --hook --shim --ide kiro observal doctor patch --all --ide claude-code observal doctor patch --hook --all-ides observal doctor patch --shim --all-ides
Required: at least one of --hook / --shim / --all, AND at least one of --all-ides / --ide. Creates timestamped backups before modifying any file.
Remove Observal-managed hooks and env vars from IDE configs. Leaves user content untouched.
bashobserval doctor cleanup --dry-run observal doctor cleanup observal doctor cleanup --ide kiro
bashobserval auth login observal auth login --server https://observal.example.com observal auth login --sso observal auth login --email me@x.com --password '...' observal auth whoami --output json observal auth status observal auth logout observal auth change-password observal auth set-username new-handle
On a fresh server, auth login auto-bootstraps an admin from localhost (no prompts needed).
bashobserval config show observal config path observal config set output json observal config set server_url https://observal.example.com observal config aliases observal config alias MY_AGENT abc-123
| Error | Action | |-------|--------| | Connection failed | Server unreachable. Use the observal-advanced skill's Local Fallback procedure | | Not configured / No server | Run observal auth login | | 403 Forbidden | Check observal auth whoami; user lacks required role | | 404 Not found | Verify name with observal agent list --output json |
For every CLI invocation, format your response:
For full command reference, read references/commands.md. For agent creation use the observal-agents skill. For registry operations use observal-registry. For observability use observal-ops. For admin tasks use observal-admin.
Other measured skills in the registry, with their headline benchmark lift.