openclaw-command-center AGENTS.md

openclaw-command-center AGENTS.md is an instructions file for Codex, OpenCode from jontsai/openclaw-command-center. It costs 2,577 tokens per session, scanned A, original, MIT.

A guide for AI agents working in the OpenClaw Command Center code repository, including its mission, architecture, file layout, and contribution rules.

In plain words
What is it for?
Use it when modifying the project to follow its pull-request workflow, read the required architecture guidance, and respect its design principles.
Why use it?
It explains how the repository is organized and prevents agents from making changes in ways the project does not allow.

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/jontsai/openclaw-command-center/agents-md
Clone the repo
git clone --depth 1 https://github.com/jontsai/openclaw-command-center

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-command-center AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jontsai/openclaw-command-center/agents-md.svg)](https://agentmods.dev/instructions/jontsai/openclaw-command-center/agents-md)
Your own site
<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>
Per session 2,577 This file is loaded in full into every session.
When invoked 2,577 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.02577 $0.02577
Opus 5 $0.01288 $0.01288
Sonnet 5 $0.00515 $0.00515
Haiku 4.5 $0.00258 $0.00258

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

Security

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.

AGENTS.md · 345 lines

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:

  1. Create a feature branch (git checkout -b type/description)
  2. Make changes and commit
  3. Push branch and open a PR
  4. 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:

  1. DRY — Don't Repeat Yourself. Extract shared code to partials/modules.
  2. Zero Build Step — Plain HTML/CSS/JS, no compilation needed.
  3. Real-Time First — SSE for live updates, polling as fallback.
  4. 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

Read the full file on GitHub · 345 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 · 345 lines · 2,577 tokens per session scan A 0919f8a881ba

Subscribe to this mod's changes

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.