Openclaw Skills lets you install and maintain a local-only Übersicht widget that tracks Codex token usage, root sessions, source labels, and context-window pressure on macOS.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install codex-usage-widget
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install codex-usage-widget using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills provides a privacy-first macOS Übersicht widget for monitoring Codex activity without leaving the machine. It reads local Codex artifacts under ~/.codex, aggregates session and token signals, and renders a compact desktop view of usage, recent root sessions, and context-window pressure.
Because it never calls external APIs, never needs a model key, and never uploads data, it is ideal for developers who want a lightweight local dashboard for Codex. Openclaw Skills is intentionally best-effort, so it stays aligned with Codex's local storage formats while remaining easy to install, update, validate, and remove.
scripts/install.sh to copy assets/codex-usage.widget/ into ~/Library/Application Support/Übersicht/widgets/codex-usage.widget/.~/.codex/state_5.sqlite, ~/.codex/logs_2.sqlite, ~/.codex/sessions/**/*.jsonl, and ~/.codex/archived_sessions/*.jsonl.originator metadata and computes context-window pressure from the latest input_tokens, using a 200K window until the session exceeds that level and then switching to 1M.scripts/install.sh for updates, validate with the Python entrypoint, or run scripts/uninstall.sh to remove only this widget directory.~/.codexscripts/install.sh
This copies assets/codex-usage.widget/ to ~/Library/Application Support/Übersicht/widgets/codex-usage.widget/. If Übersicht does not refresh automatically, use the menu bar item to refresh all widgets.
python3 "$HOME/Library/Application Support/Übersicht/widgets/codex-usage.widget/codex-usage.py"
A successful run should print JSON with "ok": true.
scripts/install.sh
scripts/uninstall.sh
This removes only ~/Library/Application Support/Übersicht/widgets/codex-usage.widget/ and leaves other widgets and Codex settings untouched.
| Path | Purpose | Notes |
|---|---|---|
~/.codex/state_5.sqlite |
Thread metadata | Used to understand thread and root-session relationships |
~/.codex/logs_2.sqlite |
Local log byte totals | Supports lightweight usage context |
~/.codex/sessions/**/*.jsonl |
Active session event stream | Supplies token-count events, origin labels, and pressure signals |
~/.codex/archived_sessions/*.jsonl |
Archived session event stream | Used for recent history and grouped rows |
root_session: canonical grouping key that collapses spawned subagents under the parent session.source_label: normalized display label derived from rollout originator values, such as codex_vscode -> VSCode, Codex Desktop -> Client, and terminal or CLI-like sources -> Terminal.context_window_pressure: computed from the latest input_tokens; the widget uses a 200K window by default and switches to 1M once a session exceeds that boundary.recent_rows: best-effort local activity rows built from archived state only; the widget never parses message text.~/Library/Application Support/Übersicht/widgets/codex-usage.widget/ — installed widget directory copied from assets/codex-usage.widget/.codex-usage.py for quick post-install verification.Loading
Openclaw Skills Memory Assistant turns daily notes into a searchable, long-term memory system for capturing context, finding past information, and consolidating durable knowledge.

Openclaw Skills' SSL Cert Monitor audits domains for certificate expiry, chain integrity, and SNI problems, then produces cron-ready alerts and a status table.

Telegraph Protocol enables AI agents to query a decentralized marketplace for verifiable AI inference powered by transparent cryptographic micropayments.

Openclaw Skills for YAML validation that catches Kubernetes, Docker Compose, and GitHub Actions errors before they break deployment.

Automates daily Narodmon sensor reporting by fetching 24-hour readings, generating annotated charts, and sending them to Telegram.

Socrates Perspective is an Openclaw Skills persona that turns the agent into a humble Socratic guide for probing assumptions, clarifying ideas, and deepening judgment.








































