openclaw-dashboard AGENTS.md

openclaw-dashboard AGENTS.md is an instructions file for Codex, OpenCode from mudrii/openclaw-dashboard. It costs 1,440 tokens per session, scanned A, original, MIT.

Repository instructions for OpenClaw Dashboard, a Go HTTP server with an embedded web dashboard. They define which project-specific guides to use for Go, frontend, and operations work.

In plain words
What is it for?
Choosing the right guide before changing Go code, the dashboard interface, builds, continuous integration, releases, or operational commands.
Why use it?
They prevent agents from following outdated or incorrectly named instruction files and set the project’s development constraints.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/mudrii/openclaw-dashboard/agents-md
Clone the repo
git clone --depth 1 https://github.com/mudrii/openclaw-dashboard

Made for: Codex, OpenCode.

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 openclaw-dashboard AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mudrii/openclaw-dashboard/agents-md.svg)](https://agentmods.dev/instructions/mudrii/openclaw-dashboard/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/mudrii/openclaw-dashboard/agents-md"><img src="https://agentmods.dev/badge/instructions/mudrii/openclaw-dashboard/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,440 This file is loaded in full into every session.
When invoked 1,440 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01440 $0.01440
Opus 5 $0.00720 $0.00720
Sonnet 5 $0.00288 $0.00288
Haiku 4.5 $0.00144 $0.00144

Measured 4d ago against content hash 5bc145c82ccd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openclaw-dashboard AGENTS.md 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 4d 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.

AGENTS.md · 132 lines

How it starts

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

OpenClaw Dashboard — Codex Instructions

This AGENTS.md is the native always-on Codex instruction file for this repository.

Use these native Codex files:

  • .codex/skills/go-rig/SKILL.md for Go implementation and refactoring work
  • .codex/skills/go-review/SKILL.md for Go-focused review work
  • .codex/skills/frontend-dashboard/SKILL.md for embedded frontend/UI work
  • .codex/skills/project-ops/SKILL.md for build, CI, release, and command-surface work

Do not treat repo-root SKILLS.md or RULES.md as native auto-loaded Codex files. Do not treat CLAUDE.md or .claude/ as the native Codex instruction mechanism. Those files remain for compatibility and reference only.

Default Behavior

  • Use the go-rig skill for meaningful Go code changes.
  • Use the go-review skill when the task is review-first.
  • Use the frontend-dashboard skill when changing the embedded SPA or dashboard UI.
  • Use the project-ops skill when changing Makefile, CI, release, or operational docs.
  • Keep output aligned with the current repo architecture and toolchain.

Go Development Standards

Zero-dependency Go HTTP server with embedded SPA frontend:

  • Zero third-party dependencies (go.mod has no require block, no go.sum).
  • web/index.html is embedded via //go:embed and rebuilds on frontend changes.
  • Root package is a façade: internal logic in internal/app<domain>/, thin wrappers at repo root.

Project Constraints

  • Do not add external dependencies unless explicitly justified and necessary.
  • Treat go.mod, toolchain declarations, and CI as the source of truth.
  • Prefer make targets when available.
  • Prefer repo-defined checks over invented commands.

Internal Packages

  • appconfig — config loading, env, dotenv
  • appruntime — path resolution, version detection
  • appchat — AI gateway HTTP communication
  • apprefresh — collection jobs and aggregations
  • appserver — HTTP routing, caching, rate limiting
  • appsystem — OS/system metrics and probes
  • appservice — OS service management

Read the full file on GitHub · 132 lines

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. 4d ago First seen · 132 lines · 1,440 tokens per session scan A 5bc145c82ccd

Subscribe to this mod's changes

openclaw-dashboard AGENTS.md is an instructions file published in the GitHub repository mudrii/openclaw-dashboard (454 stars, last pushed 3d ago), licensed MIT. It adds 1,440 tokens to every session, about $0.0072 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 instructions, from other repositories