assistant-claw/atlas
Vega (Atlas iteration) 04e197c896 Hermes-compatible skill format + nuwa mirror prep + README rewrite
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.
2026-05-09 17:21:31 +08:00
..
client-deck Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
mcp-tools Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
skills Hermes-compatible skill format + nuwa mirror prep + README rewrite 2026-05-09 17:21:31 +08:00
state-schemas Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
AGENTS.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
AGENTS.zh-CN.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
BOOTSTRAP.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
CLAUDE.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
HEARTBEAT.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
IDENTITY.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
IDENTITY.zh-CN.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
INTEGRATION-hermes.md Hermes-compatible skill format + nuwa mirror prep + README rewrite 2026-05-09 17:21:31 +08:00
MEMORY.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
README.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
SOUL.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
SOUL.zh-CN.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
TOOLS.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00
USER.md Add Atlas profile under atlas/ — boss-perspective project execution radar 2026-05-09 17:00:29 +08:00

总助 Claw (Atlas) — Plan & Scaffold

Boss-perspective project execution radar. Built on the OpenClaw agent framework (mirrors zero-cca/ structure).

Quick Map

Layer Files
Identity (8 OpenClaw core files) IDENTITY.md SOUL.md USER.md AGENTS.md TOOLS.md MEMORY.md BOOTSTRAP.md HEARTBEAT.md (+ CLAUDE.md symlink)
Skills (6 sub-skills) skills/{claw-email-parser, claw-project-tracker, claw-people-observer, claw-customer-radar, claw-boss-distiller, claw-report-writer}/SKILL.md
MCP tools mcp-tools/email-extractor.md (the deep-dive 7-stage extraction pipeline) + mcp-tools/README.md
State (runtime) created at deployment under state/ per-client
Memory (runtime) created at deployment under memory/

Counts

  • 1 Agent (Atlas / 总助)
  • 6 Skills (1 master would re-enter via entry points A/B/C/D/E)
  • 6 MCP tools (email-fetch, email-extractor, state-io, report-render, email-send, rule-audit)
  • 5 Autopilot schedules (daily / weekly / monthly / quarterly + event-triggered)
  • 3 State entity types (project / person / customer) + audit + runs + extracted
  • 5 Report modes (daily / weekly / monthly / inventory / ad-hoc)
  • 5 Layers in boss_skill.md (Expression DNA / Mental Models / Decision Heuristics / Anti-Patterns / Honest Boundaries)
  • 1 Open-source dependency (nuwa-skill MIT, vendored into claw-boss-distiller)

Read Order for a New Atlas Operator

  1. BOOTSTRAP.md (first run only)
  2. SOUL.md (boundaries — read once, internalize)
  3. IDENTITY.md (role)
  4. USER.md (boss profile, filled at deployment)
  5. AGENTS.md (entry points + skill roster + tool roster + autopilot)
  6. mcp-tools/email-extractor.md (the unsexy but critical extraction layer)
  7. skills/README.md then individual SKILL.mds

Status

Scaffold v0.4 — generated 2026-05-09 from PRD v0.3 + nuwa-skill review + OpenClaw framework adoption.

Next: write state-schemas/{project,person,customer}.md formal JSON schemas, write the boss_skill.md seed template, and begin the W1 implementation sprint.