observal-advanced

observal-advanced is a skill for Codex from Bilal140202/the-lord-of-the-skills. It costs 65 tokens per session (852 once invoked), scanned A, original, MIT.

A set of procedures for managing Observal sessions and its command-line tool. Observal can record session data, update its CLI, remove itself, or save agent settings locally when its server cannot be reached.

In plain words
What is it for?
Use it to reconcile session records, upgrade, downgrade, roll back, or uninstall the CLI. It also helps create local configurations for supported coding tools when the server is unavailable.
Why use it?
It gives you recovery steps for interrupted sessions and ways to manage different CLI versions. The local fallback keeps configuration work possible during connection or setup failures.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit Use it to reconcile session records, upgrade, downgrade, roll back, or uninstall the CLI. It also helps create local configurations for supported coding tools when the server is unavailable.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bilal140202/the-lord-of-the-skills/blazeup-ai__observal
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Bilal140202/the-lord-of-the-skills --skill blazeup-ai__observal
Clone the repo
git clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for observal-advanced

README.md
[![agentmods](https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/blazeup-ai__observal/github.svg)](https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/blazeup-ai__observal)
Your own site
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/blazeup-ai__observal"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/blazeup-ai__observal/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for observal-advanced

Your own site · 80×15
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/blazeup-ai__observal"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/blazeup-ai__observal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 852 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.00852
Opus 5 $0.00032 $0.00426
Sonnet 5 $0.00013 $0.00170
Haiku 4.5 $0.00006 $0.00085

Measured 9d ago against content hash 55fb27fca5be, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

observal-advanced scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gondor/claude-code/BlazeUp-AI__Observal/SKILL.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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:

python -m observal_cli.cmd_reconcile

Not a Typer command. No flags needed.


Procedure: Self-Manage CLI

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.

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 ~/.config/github-copilot/agents/<name>.md .github/copilot/agents/<name>.md
OpenCode ~/.opencode/agents/<name>.md .opencode/agents/<name>.md

Kiro (~/.kiro/agents/<name>.json):

{"name":"<name>","description":"<desc>","prompt":"<prompt>","model":"claude-sonnet-4-20250514","mcpServers":{},"tools":["*"],"resources":["skill://~/.kiro/skills/*/SKILL.md"]}

Claude Code, Gemini CLI, VS Code, Codex CLI, Copilot CLI, OpenCode (markdown):

---
name: <name>
description: <desc>
---
<prompt>

Read the full file on GitHub · 107 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 107 lines · 65 tokens per session scan A 55fb27fca5be

Subscribe to this mod's changes

observal-advanced is a skill published in the GitHub repository Bilal140202/the-lord-of-the-skills (4 stars, last pushed 6d ago), licensed MIT. It adds 65 tokens to every session and 852 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.