openclaw-dashboard: Skill for Codex

.codex/skills/frontend-dashboard/SKILL.md

frontend-dashboard is a skill for Codex from mudrii/openclaw-dashboard. It costs 40 tokens per session (264 once invoked), scanned A, original, MIT.

A set of instructions for editing the embedded dashboard, a small web interface built into the project's Go program. It keeps the interface in one HTML file and preserves how it communicates with the server.

In plain words
What is it for?
Use it when changing the dashboard's layout, appearance, interactions, readability, metrics, status displays, or operational data.
Why use it?
It helps avoid unnecessary frameworks, build tools, or dependencies that could make the dashboard harder to maintain or break its connection to the Go program.

Skill for Codex

Written for Codex: installed under .codex/. Also seen: mentions Codex.

This is mudrii/openclaw-dashboard's own configuration. It tells Codex how to work on openclaw-dashboard itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything openclaw-dashboard configures →

Reuse

Borrowing it

Nothing to install: this file belongs to mudrii/openclaw-dashboard. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/mudrii/openclaw-dashboard/main/.codex/skills/frontend-dashboard/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mudrii/openclaw-dashboard

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/mudrii/openclaw-dashboard/frontend-dashboard/github.svg)](https://agentmods.dev/skills/mudrii/openclaw-dashboard/frontend-dashboard)
Your own site
<a href="https://agentmods.dev/skills/mudrii/openclaw-dashboard/frontend-dashboard"><img src="https://agentmods.dev/badge/skills/mudrii/openclaw-dashboard/frontend-dashboard/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 frontend-dashboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/mudrii/openclaw-dashboard/frontend-dashboard"><img src="https://agentmods.dev/badge/skills/mudrii/openclaw-dashboard/frontend-dashboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 264 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00040 $0.00264
Opus 5 $0.00020 $0.00132
Sonnet 5 $0.00008 $0.00053
Haiku 4.5 $0.00004 $0.00026

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

Security

Grade A, and why

frontend-dashboard 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.

.codex/skills/frontend-dashboard/SKILL.md · 36 lines

What it actually says

Frontend Dashboard

This is the native Codex frontend skill for the embedded dashboard UI in this repository.

Use it when:

  • editing web/index.html
  • changing dashboard layout, styling, or interaction behavior
  • improving usability of the embedded SPA

Repository Constraints

  • The frontend is embedded into the Go binary.
  • Keep the frontend simple and self-contained.
  • Avoid introducing new frontend build systems, frameworks, or third-party packages unless explicitly requested.
  • Preserve compatibility with the Go server contract and embedded asset flow.

UI Direction

  • Prefer clear information hierarchy over visual noise.
  • Keep interactions fast and obvious.
  • Improve readability of metrics, status, and operational data first.
  • Use intentional spacing, typography, and contrast.
  • Favor small, maintainable JS and CSS over abstraction-heavy patterns.

Change Discipline

  • Do not turn the SPA into a toolchain-driven frontend without explicit approval.
  • Keep API assumptions explicit.
  • Treat data-shape changes between backend and frontend as contract changes.
  • When in doubt, optimize for operability and clarity instead of novelty.
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 · 36 lines · 40 tokens per session scan A bbe927a16d81

Subscribe to this mod's changes

frontend-dashboard is a skill published in the GitHub repository mudrii/openclaw-dashboard (454 stars, last pushed 2d ago), licensed MIT. It adds 40 tokens to every session and 264 once invoked, about $0.0002 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-08-30.

Related

Other skills, from other repositories

wiring-vizro-actions

Use this skill when adding cross-filter, cross-highlight, drill-through, or data export interactions to a Vizro dashboard — both for choosing the right interaction pattern during design and for implementing actions in code. Activate when the user wants clicks on a chart or table to filter or highlight other charts…

mckinsey/vizro · 86 tokens

clawmetry-selfcheck

Read your own agent telemetry from ClawMetry (waste, progress, cost) and act on it before finishing a task. Use when ClawMetry is installed on this machine and you want to check whether you are re-reading files, spinning in loops, or burning budget.

vivekchand/clawmetry · 64 tokens

clawmetry

Real-time observability for OpenClaw agents — local dashboard + optional encrypted cloud sync. Tracks costs, tokens, sessions, tool calls, memory, crons, and system health. Access from anywhere via ClawMetry Cloud.

vivekchand/clawmetry · 51 tokens

agent-kill-switch

Give the human an off switch and a cost meter for the coding agents on this machine, using ClawMetry. Use when the user asks to stop or kill a runaway agent, see what an agent is doing or spending, cap agent spend, gate risky tool calls behind approval, or "set up a kill switch" for Claude Code, Codex, Cursor, Gemini…

vivekchand/clawmetry · 95 tokens

cyber_fantasy_ui

Generate dark neon cyber-fantasy dashboards, glassmorphism surfaces, and gamified React and Tailwind UIs.

isdou/aoleme-ui-skill · 31 tokens

agx-arm-codegen

Generate executable Python scripts to control NERO/Piper robotic arms via pyAgxArm SDK based on natural language descriptions. When the user describes a robotic arm motion, this skill guides code generation with correct API usage, safety checks, and motion completion polling.

Clawland-AI/Clawarm · 57 tokens