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.
npx skills add Bilal140202/the-lord-of-the-skills --skill blazeup-ai__observalgit clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skillsWrote 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.
[](https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/blazeup-ai__observal)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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>
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.
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.
- 9d ago First seen · 107 lines · 65 tokens per session scan A 55fb27fca5be
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.
Other skills, from other repositories
serpsmith
Publish SEO articles reliably across AI-agent runtimes.
computer-use
Read and drive native desktop applications through the accessibility layer — list on-screen apps, snapshot one window as a numbered element tree, then click / type / set a value / scroll / drag / run a named action, by element index or by screen coordinates. Use for work in a desktop app rather than a web page. Full…
subscription-setup
A setup workflow for creating recurring medical-learning subscriptions after a doctor’s profile has been registered.
keyboard-shortcuts
Reference for keyboard shortcut implementation, keybinding registration, shortcut parity with vim and other TUI tools, and the complete shortcut assignment table across all sidecar plugins. Use when adding or modifying keyboard shortcuts, checking shortcut assignments, resolving key conflicts, or assessing alignment…
repeat
Runs prompt/slash command on recurring interval until done or limit. Triggers: repeat, recurring task, poll status, run every N minutes, interval.
outlook-assistant
Manage Outlook inbox: triage, cleanup, send, and organization via aws-outlook-mcp server. TRIGGER: "check email", "email triage", "clean inbox", "email summary". NOT FOR: google-workspace use cases.