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 agentmods add instructions/mudrii/openclaw-dashboard/agents-mdgit clone --depth 1 https://github.com/mudrii/openclaw-dashboardWrote 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/instructions/mudrii/openclaw-dashboard/agents-md)<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>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 | $0.01440 | $0.01440 |
| Opus 5 | $0.00720 | $0.00720 |
| Sonnet 5 | $0.00288 | $0.00288 |
| Haiku 4.5 | $0.00144 | $0.00144 |
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.
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.mdfor Go implementation and refactoring work.codex/skills/go-review/SKILL.mdfor Go-focused review work.codex/skills/frontend-dashboard/SKILL.mdfor embedded frontend/UI work.codex/skills/project-ops/SKILL.mdfor 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-rigskill for meaningful Go code changes. - Use the
go-reviewskill when the task is review-first. - Use the
frontend-dashboardskill when changing the embedded SPA or dashboard UI. - Use the
project-opsskill 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.modhas norequireblock, nogo.sum). web/index.htmlis embedded via//go:embedand 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
maketargets when available. - Prefer repo-defined checks over invented commands.
Internal Packages
appconfig— config loading, env, dotenvappruntime— path resolution, version detectionappchat— AI gateway HTTP communicationapprefresh— collection jobs and aggregationsappserver— HTTP routing, caching, rate limitingappsystem— OS/system metrics and probesappservice— OS service management
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.
- 4d ago First seen · 132 lines · 1,440 tokens per session scan A 5bc145c82ccd
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.
Other instructions, from other repositories
clawmetry AGENTS.md
AGENTS.md instructions for vivekchand/clawmetry, covering agents.md — for ai coding agents, quick context, where new code goes (open-core split), the rules that bite and common tasks.
clawmetry CLAUDE.md
Claude Code instructions for vivekchand/clawmetry, covering claude.md — clawmetry, what is this?, architecture, key files and core.
manifest CLAUDE.md
Claude Code instructions for mnfst/manifest, covering manifest development guidelines, what manifest is, important: cloud mode always, 1. ensure the postgresdb container is running and 2. create a pristine database with a unique name.
worldmonitor AGENTS.md
AGENTS.md instructions for koala73/worldmonitor, covering agents.md, task mode and authority, start here, surface routing and architecture invariants.
claude-code-usage-bar AGENTS.md
AGENTS.md instructions for leeguooooo/claude-code-usage-bar, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
OpenClaw-Admin AGENTS.md
Instructions for itq5/OpenClaw-Admin, covering 仓库协作指南, 项目结构与模块组织, 构建、测试与开发命令, 代码风格与命名规范 and 测试要求.