with one click
memory
Two-layer memory system with Dream-managed knowledge files.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Two-layer memory system with Dream-managed knowledge files.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
股票深度研究覆盖报告:一次生成完整公司研究+财务模型+估值定价+投资建议,输出 coverage.md 到 workspace 作为长期记忆。当用户说'初次覆盖'、'写研究报告'、'深度覆盖'、'股票研究'、'覆盖这只股票'时触发。
Search and install agent skills from ClawHub, the public skill registry.
Schedule reminders and recurring tasks.
财报/业绩分析:财务指标、同比环比变化、盈利质量、指引对比。当用户说'财报分析'、'业绩解读'、'EPS'、'净利润'时触发。
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
A 股宏观分析:北向资金、恐慌指数、期货行情、利率环境、大盘整体判断。当用户说'宏观分析'、'大盘'、'北向资金'、'市场情绪'时触发。
Based on SOC occupation classification
| name | memory |
| description | Two-layer memory system with Dream-managed knowledge files. |
| always | true |
Static files (workspace root):
SOUL.md — Bot personality. Static; do NOT edit.USER.md — User profile (name, language, region). Set during fincat onboard --wizard; do NOT edit.Dream-generated:
memory/memory.md — LLM summary of all category files. Auto-regenerated nightly. Do NOT edit.Category files (managed by Dream):
memory/profile/ — 用户画像memory/preferences/ — 用户偏好memory/knowledge/ — 产品知识memory/behavioral_insights/ — 行为洞察memory/compliance/ — 合规规则memory/custom/ — 对话案例 + Dream 自动发现的新类别History:
memory/history.jsonl — Consolidator 摘要,append-only JSONLmemory/history.jsonl is JSONL format — each line is a JSON object with cursor, timestamp, content.
grep(..., path="memory", glob="*.jsonl", output_mode="count") or the default files_with_matches mode before expanding to full contentoutput_mode="content" plus context_before / context_after when you need the exact matching linesfixed_strings=true for literal timestamps or JSON fragmentshead_limit / offset to page through long historiesexec only as a last-resort fallback when the built-in search cannot express what you needExamples (replace keyword):
grep(pattern="keyword", path="memory/history.jsonl", case_insensitive=true)grep(pattern="2026-04-02 10:00", path="memory/history.jsonl", fixed_strings=true)grep(pattern="keyword", path="memory", glob="*.jsonl", output_mode="count", case_insensitive=true)grep(pattern="oauth|token", path="memory", glob="*.jsonl", output_mode="content", case_insensitive=true)/dream-log command.