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/jontsai/openclaw-command-center/agents-mdgit clone --depth 1 https://github.com/jontsai/openclaw-command-centerWrote 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/jontsai/openclaw-command-center/agents-md)<a href="https://agentmods.dev/instructions/jontsai/openclaw-command-center/agents-md"><img src="https://agentmods.dev/badge/instructions/jontsai/openclaw-command-center/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.02577 | $0.02577 |
| Opus 5 | $0.01288 | $0.01288 |
| Sonnet 5 | $0.00515 | $0.00515 |
| Haiku 4.5 | $0.00258 | $0.00258 |
Grade A, and why
openclaw-command-center 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 — 345 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — AI Workspace Guide
"The Overmind speaks through many voices, but with one purpose."
Welcome, AI agent. This document defines how you should interact with this codebase.
⚠️ CRITICAL: Pull Request Workflow
All changes to this repository MUST go through pull requests.
This is a public open source project. Even maintainers (including AI agents working on behalf of maintainers) must:
- Create a feature branch (
git checkout -b type/description) - Make changes and commit
- Push branch and open a PR
- Get approval before merging
Never push directly to main. This applies to everyone, including the repo owner.
🎯 Mission
OpenClaw Command Center is the central dashboard for AI assistant management. Your mission is to help build, maintain, and improve this system while maintaining the Starcraft/Zerg thematic elements that make it unique.
🏛️ Architecture
Read First: docs/architecture/OVERVIEW.md
Key architectural principles:
- DRY — Don't Repeat Yourself. Extract shared code to partials/modules.
- Zero Build Step — Plain HTML/CSS/JS, no compilation needed.
- Real-Time First — SSE for live updates, polling as fallback.
- Progressive Enhancement — Works without JS, enhanced with JS.
📁 Workspace Structure
openclaw-command-center/
├── lib/ # Core server logic
│ ├── server.js # Main HTTP server and API routes
│ ├── config.js # Configuration loader with auto-detection
│ ├── jobs.js # Jobs/scheduler API integration
│ ├── linear-sync.js # Linear issue tracker integration
│ └── topic-classifier.js # NLP-based topic classification
├── public/ # Frontend assets
│ ├── index.html # Main dashboard UI
│ ├── jobs.html # AI Jobs management UI
│ ├── partials/ # ⭐ Shared HTML partials (DRY!)
│ │ └── sidebar.html # Navigation sidebar component
│ ├── css/
│ │ └── dashboard.css # Shared styles
│ └── js/
│ ├── sidebar.js # Sidebar loader + SSE badges
│ ├── app.js # Main dashboard logic
│ └── lib/ # Third-party libraries
├── scripts/ # Operational scripts
├── config/ # Configuration (be careful!)
├── docs/ # Documentation
│ └── architecture/ # Architecture Decision Records
├── tests/ # Test files
├── SKILL.md # ClawHub skill metadata
└── package.json # Version and dependencies
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 · 345 lines · 2,577 tokens per session scan A 0919f8a881ba
openclaw-command-center AGENTS.md is an instructions file published in the GitHub repository jontsai/openclaw-command-center (244 stars, last pushed 2d ago), licensed MIT. It adds 2,577 tokens to every session, about $0.0129 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
mate CLAUDE.md
Claude Code instructions for antiv/mate, covering claude.md, project overview, running the application, setup and run (auto-applies db migrations, default sqlite).
mate AGENTS.md
AGENTS.md instructions for antiv/mate, covering mate (multi-agent tree engine) system instructions, project overview, code style, development environment and quick start.
claw-pilot CLAUDE.md
Instructions for swoelffel/claw-pilot, covering claude.md, what this project is, tech stack, language standard and contribution workflow.
kungfu copilot-instructions.md
Copilot instructions for kungfu-systems/kungfu: Read and follow AGENTS.md before proposing or running changes. It is the shared agent router for this repository, including the canonical Shifu development and build entrypoint.
agents CLAUDE.md
Instructions for eloylp/agents, covering claude.md, project overview, directory structure, config model and build & run.
ideate AGENTS.md
Instructions for paultyng/ideate, covering agents.md, build features as mcp tools first, ui second, when to add ui and pattern.