Install
openclaw skills install @heshengshi/deep-digestExtracts cognitive patterns, key insights, and action signals from any text input (messages, notes, articles, conversations). Turns raw content into structured, actionable digests.
openclaw skills install @heshengshi/deep-digest把任何文本(聊天记录、文章、笔记、对话)转化成一个结构化的认知快照。
输入一段文本,输出三样东西:
openclaw skill run deep-digest --input "你的文本内容"
支持管道输入:
cat long-notes.txt | openclaw skill run deep-digest
Markdown 结构,三区清晰分隔:
## 📋 事实摘要
...
## 🧠 模式发现
- **发现1**: [模式描述]
- **发现2**: [模式描述]
## ⚡ 信号与行动
- [ ] **立即**: ...
- [ ] **跟进**: ...
- [ ] **观察**: ...