Three things in this commit:
1. Atlas skills now agentskills.io / Hermes-compatible
- Each atlas/skills/claw-*/SKILL.md frontmatter enriched with version,
author, license, and metadata.hermes block (tags, category,
related_skills, boundaries)
- New atlas/skills/DESCRIPTION.md per Hermes category convention
- New atlas/INTEGRATION-hermes.md — step-by-step SOP to install Atlas
onto hermes-agent runtime (cp skills, fetch nuwa upstream, configure
env, wire cron, smoke test). Documents the branding override and
self-improving-loop guardrail.
2. nuwa-skill mirror prep (waiting on org-repo creation)
- scripts/mirror-nuwa-to-moments.sh — one-shot bare-clone + push --mirror
- docs/decisions/0001-mirror-nuwa-skill.md — ADR explaining the why,
the bot-token scope limitation, and the manual one-time repo creation
step required at https://git.moments.top/repo/create
3. README rewrite
- Atlas-forward navigation table ("想做什么 → 看哪里")
- Quickstart sections for browsing, running tests locally, fetching
nuwa upstream (public + air-gapped variants), and Hermes integration
- Preserved all original Vega working agreements
- Roadmap with explicit Atlas / Vega tracks
Bot account (multica-bot) lacks write:organization scope so cannot create
the nuwa-skill repo via API. After human creates the empty repo at
git.moments.top/Moments.top/nuwa-skill, run scripts/mirror-nuwa-to-moments.sh
to populate it.
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.
|