This repo IS Atlas (总助 Claw / 老板视角项目执行雷达). The earlier
two-profile framing (Atlas + Vega placeholder) was a misread — Vega is
the agent persona answering Multica issues, not the product. Vega has
no relationship to assistant-claw the product.
Changes:
- Move atlas/* to top-level (git mv preserves history)
- Remove empty Vega placeholders prompts/.gitkeep, tools/.gitkeep
- Delete atlas/ wrapper directory (now empty)
- Update path references in INTEGRATION-hermes.md, scripts/mirror-...sh,
docs/decisions/0001-mirror-nuwa-skill.md
- Rewrite README.md as Atlas-only, remove dual-profile language
After this commit:
- Top-level OpenClaw 8 files (IDENTITY/SOUL/USER/AGENTS/TOOLS/MEMORY/
BOOTSTRAP/HEARTBEAT + CLAUDE symlink + zh-CN mirrors)
- skills/{6 sub-skills + DESCRIPTION + README}
- mcp-tools/{spec + Python implementation}
- state-schemas/{project, person, customer + README}
- autopilots/{5 atlas-*.yaml}
- client-deck/, docs/decisions/, scripts/
The ~/.hermes/skills/atlas/ destination convention preserved (atlas as
a skill namespace on the operator's machine, distinct from source path).
37 lines
1.6 KiB
Markdown
37 lines
1.6 KiB
Markdown
---
|
||
description: >
|
||
Atlas (总助 Claw) — boss-perspective project execution radar. Six sub-skills
|
||
that turn raw email into a 3D map of "people × project × customer", surface
|
||
what's slipping, and write a 5-minute daily Brief in the boss's voice.
|
||
Compatible with Hermes Agent (agentskills.io standard) and OpenClaw runtime.
|
||
metadata:
|
||
hermes:
|
||
category: atlas
|
||
tags: [boss-radar, project-tracking, gtd, raci, 9-box, customer-health, ona]
|
||
---
|
||
|
||
# Atlas Sub-Skills
|
||
|
||
Six skills work in pipeline:
|
||
|
||
```
|
||
[email-parser] → [project-tracker] → [people-observer] → [customer-radar]
|
||
↓ ↓ ↓
|
||
└──────────────────┴─────────────────┘
|
||
↓
|
||
[boss-distiller] (quarterly)
|
||
↓
|
||
[report-writer] (daily/weekly/monthly)
|
||
```
|
||
|
||
| Skill | Job |
|
||
|-------|-----|
|
||
| `claw-email-parser` | Fetch + extract canonical Email JSON |
|
||
| `claw-project-tracker` | Cluster threads → projects, GTD/RACI, state |
|
||
| `claw-people-observer` | 9-Box / BARS / CCAR / ONA — never assigns ratings |
|
||
| `claw-customer-radar` | CHS / VoC / churn — fires Andon alerts |
|
||
| `claw-boss-distiller` | nuwa-skill derivative, distill boss mental model |
|
||
| `claw-report-writer` | Daily / Weekly / Monthly briefs in boss's voice |
|
||
|
||
See each `claw-*/SKILL.md` for inputs/outputs, judgment rules, and failure modes.
|