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).
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
# Client Deck
|
||
|
||
会议主材料,直接发给客户对接人或拿去过会。
|
||
|
||
| 文件 | 用途 |
|
||
|---|---|
|
||
| `总助Claw_客户演示_v1.md` | 2 页演示文档(PDF / 邮件正文均可) |
|
||
|
||
## 渲染建议
|
||
|
||
```bash
|
||
# 转 PDF(需要 pandoc + xelatex 或 weasyprint)
|
||
pandoc 总助Claw_客户演示_v1.md \
|
||
-o 总助Claw_客户演示_v1.pdf \
|
||
--pdf-engine=xelatex \
|
||
-V CJKmainfont="PingFang SC"
|
||
|
||
# 或转 HTML
|
||
pandoc 总助Claw_客户演示_v1.md -o 总助Claw_客户演示_v1.html --standalone
|
||
```
|
||
|
||
## 内容结构(10 章)
|
||
|
||
1. 您要什么 — 把客户的"太多事情不了了之"一句话回顾
|
||
2. 它怎么工作 — 一图流(skill + autopilot + 三视角)
|
||
3. 第一周交付 — Day 0 ~ Week 2 时间轴
|
||
4. 为什么不是又一个 ERP — 学习成本 / 推动周期 / 立竿见影 对比
|
||
5. 三视角并行 — Project / People / Customer
|
||
6. AI 真能蒸馏老板 OS — 用 nuwa-skill demo 实证
|
||
7. 产品边界 — ✅ 做的 / ❌ 不做的
|
||
8. 商业 + 部署 — 报价 / 私有部署 / DPA
|
||
9. ROI 角度 — 4.2 万 vs 一个不干活的中层
|
||
10. 下一步 — 客户只需做 3 件事
|
||
|
||
跟客户开会时按章节顺序讲,PDF 大概 2 页。
|