# Command Center

> Aggregates state across all tasks, errors, and runs to produce a global status dashboard.

- Skill: `genericservice/command-center` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add genericservice/command-center`
- Raw SKILL.md: https://api.skillmd.com/api/skills/genericservice/command-center/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: genericservice (https://skillmd.com/u/genericservice)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/genericservice/command-center

---


# Command Center Skill

The `command-center` skill generates a global overview of the Agentic OS framework's state. It aggregates information from `.agent/state/tasks.json`, `.agent/state/last-run.json`, and `.agent/state/errors.json` into a single markdown dashboard (`status.md`).

## Agentic OS Integration
When invoked, this skill reads the persistent memory files and outputs the `status.md` directly. 

## Usage

```bash
python3 scripts/command_center.py
```

This will create/update `.agent/state/status.md` and print the status dashboard to standard output.

