← 返回 Skills 市场
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-dreaming-extractor
功能描述
Daily fact extraction from AI agent session history into a persistent learned.md memory file
安全使用建议
This skill appears to do what it says: it reads your local OpenClaw agent session JSONL files, prepares a cleaned text input, and expects the agent/model to extract facts which are appended to memory/learned.md. Before installing, consider: 1) session files often contain sensitive content (credentials, private messages). Installing this skill will cause those contents to be processed by your agent/model runtime — ensure you trust the configured model provider and understand where model data is sent. 2) The provided scripts do not themselves call any external API; the factual extraction step is performed by the agent/model (so costs and data flow depend on your model configuration). 3) Review and restrict file permissions on ~/.openclaw/agents and your workspace if you do not want extracted facts persisted. 4) The budget.py enforces a $2/day hard cap in local bookkeeping, but real costs depend on your model provider billing — verify your model settings. If you are comfortable with local file reads and the agent using your configured model, the skill is coherent and reasonable to use.
功能分析
Type: OpenClaw Skill
Name: skill-dreaming-extractor
Version: 1.0.0
The skill-dreaming-extractor is a well-structured tool designed to summarize an agent's daily session history into a persistent memory file (learned.md). It includes scripts (collect.py and budget.py) that safely handle session logs and track API costs with a configurable daily cap. The instructions in SKILL.md include specific 'Quality gates' and 'Extraction Rules' that instruct the AI agent to ignore sensitive scaffolding like tool outputs (e.g., file contents or git status), which serves as a security best practice to prevent accidental secret leakage into long-term memory. No indicators of data exfiltration, malicious execution, or unauthorized persistence were found.
能力评估
Purpose & Capability
Name/description (daily extraction from agent session history into learned.md) matches what the files and SKILL.md do. Required binary: python3 is appropriate for the included Python scripts. No unrelated credentials, binaries, or surprising config paths are requested.
Instruction Scope
Instructions are narrowly scoped to: collect yesterday's session JSONL files, run a local budget check, have the agent extract facts from the collected text, append results to memory/learned.md, and log budget. One important note: there is no included script that calls an external LLM — the SKILL.md expects the agent (LLM) itself to perform extraction using the collected input. That means the collected session contents will be processed by whatever model/runtime the agent uses (and thus may be sent to the configured model provider). The scripts themselves only read/write local files and do not make network calls.
Install Mechanism
Instruction-only skill with two small local Python scripts; no install spec, no downloads, and nothing written to unexpected system locations beyond the user's OpenClaw workspace and agent session directories. Lowest-risk install profile.
Credentials
No required environment variables or credentials declared. The scripts optionally respect OPENCLAW_WORKSPACE and OPENCLAW_AGENTS_DIR if present; that is reasonable and proportional. No unrelated secrets are requested.
Persistence & Privilege
always:false (not forced-in) and disable-model-invocation:false (normal — agent may call it). The skill writes to its own workspace memory/learned.md, which is expected. It does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-dreaming-extractor - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-dreaming-extractor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skill-dreaming-extractor — automatically builds a persistent, searchable memory file from daily agent session history.
- Scans and filters previous day's agent conversations to extract structured facts about decisions, problems solved, changes, and corrections.
- Appends facts (with confidence scores and citations) to `memory/learned.md` for long-term recall.
- Caps daily token/cost usage per configurable budget policy.
- Designed for daily execution via cron and includes manual run instructions.
- Fact extraction enforces strict quality gates to prevent noise and duplication.
元数据
常见问题
Dreaming Extractor 是什么?
Daily fact extraction from AI agent session history into a persistent learned.md memory file. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 Dreaming Extractor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-dreaming-extractor」即可一键安装,无需额外配置。
Dreaming Extractor 是免费的吗?
是的,Dreaming Extractor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dreaming Extractor 支持哪些平台?
Dreaming Extractor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dreaming Extractor?
由 Zero2Ai(@zero2ai-hub)开发并维护,当前版本 v1.0.0。
推荐 Skills