observal-advanced

Solid

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.

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 Advanced Operations ## Procedure: Reconcile Sessions Push local session JSONL to server for full trace context. Normally automatic via hooks. Manual run for crash recovery: ```bash python -m observal_cli.cmd_reconcile ``` Not a Typer command. No flags needed. --- ## Procedure: Self-Manage CLI ```bash observal self status observal self upgrade observal self upgrade --version 2.5.0 observal self downgrade --list observal self downgrade --version 2.4.0 observal self rollback ``` --- ## Procedure: Uninstall Completely removes Observal. **Destructive and irreversible.** ```bash observal self uninstall ``` Requires typing `confirm` (not `--yes`). Selective flags: - `--keep-config`: preserve `~/.observal/` - `--keep-cli`: keep the CLI binary - `--keep-repo`: keep the cloned repo - `--repo-dir PATH`: specify repo location --- ## Procedure: Local Fallback Mode Use **only** when a command exits with `Connection failed` or `Not configured`. | IDE | User-scope path | Project-scope path | |---|---|---| | Claude Code | `~/.claude/agents/<name>.md` | `.claude/agents/<name>.md` | | Kiro | `~/.kiro/agents/<name>.json` | `.kiro/agents/<name>.json` | | Cursor | `~/.cursor/rules/<name>.mdc` | `.cursor/rules/<name>.mdc` | | Gemini CLI | `~/.gemini/agents/<name>.md` | `.gemini/agents/<name>.md` | | VS Code | `~/.config/Code/User/agents/<name>.md` | `.vscode/agents/<name>.md` | | Codex CLI | `~/.codex/agents/<name>.md` | `.codex/agents/<name>.md` | | Copilot CLI | `~/.co...

Details

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

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

observal

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.

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-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-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