← 返回 Skills 市场
Signal Dreaming
作者
kelven.ling
· GitHub ↗
· v1.3.1
· MIT-0
146
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install signal-dreaming
功能描述
Signal-driven memory consolidation for OpenClaw agents. Automatically consolidates recent session logs into long-term memory using recall frequency signals f...
安全使用建议
This skill appears internally consistent and constrained to workspace memory maintenance, but take these practical precautions before enabling it: 1) Run it first in a test workspace or a copy of your memory directory to verify behavior and outputs. 2) Review backups under <WORKSPACE_ROOT>/.backup/memory-dreams/ after a run; the skill backs up files before modifying them. 3) The included references/dream-audit.sh performs lightweight secret-pattern checks but is not a full DLP — if your workspace contains unusual credential formats or very sensitive secrets, perform an independent audit or extend the scanner. 4) Because the skill writes L2 files, MEMORY.md, and dream-log.md, ensure the provided workspace root is correct and does not point at a repo or folder containing third‑party secrets you don't want touched. 5) If you plan automated runs (cron/agentTurn), limit scheduling to trusted, isolated sessions and review the skill's diffs/outputs regularly. Overall, nothing in the bundle looks disproportionate to its stated purpose.
功能分析
Type: OpenClaw Skill
Name: signal-dreaming
Version: 1.3.1
The signal-dreaming skill is a memory consolidation tool designed to organize agent logs based on recall frequency. It demonstrates high security awareness by including a dedicated shell script (references/dream-audit.sh) that uses regex to detect and prevent the accidental promotion of secrets (API keys, private keys) into long-term memory. The protocol (references/dream-protocol.md) enforces a three-phase safety model with mandatory backups, read-only planning phases, and explicit instructions to redact sensitive data rather than exfiltrate it.
能力标签
能力评估
Purpose & Capability
Name and description match the runtime instructions: the skill reads recall signals and workspace memory files, creates/updates L2 topic files, backs up and trims index/diary files. It does not request unrelated binaries, credentials, or external services.
Instruction Scope
SKILL.md explicitly limits operations to the workspace root (reads memory/.dreams/short-term-recall.json, memory/YYYY-MM-DD*.md, memory/<topic>.md, MEMORY.md, memory/dream-log.md), enforces read-only planning phases before writes, prescribes backups, secret redaction rules, and post-write audits. It does instruct the agent to run shell exec operations (append heredoc) and to run the included dream-audit.sh, but those actions are coherent with the consolidation task and constrained to workspace paths.
Install Mechanism
No install spec is provided (instruction-only skill) and the bundled shell script is small and local. Nothing is downloaded or extracted from external URLs.
Credentials
The skill requests no environment variables, credentials, or config paths. All file writes are scoped to the workspace and to .backup/* directories per the protocol. The included secret-scan script is consistent with the secret-propagation guard.
Persistence & Privilege
always is false and the skill does not request permanent system-level presence or attempt to modify other skills or system-wide agent settings. It performs workspace-local file modifications (L2 files, MEMORY.md, dream-log.md) which are within its stated scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install signal-dreaming - 安装完成后,直接呼叫该 Skill 的名称或使用
/signal-dreaming触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.1
Move dream backups outside memory indexing to .backup/memory-dreams with .bak suffixes, clarify audit is a lightweight sanity check rather than full DLP, expand common credential patterns, align SKILL frontmatter name with signal-dreaming, and remove auxiliary CHANGELOG from the skill package.
v1.3.0
Add Phase 1.5 quality gates, L2 write-before-backup, post-write audit, and dream-audit helper to prevent legacy/current project mixing, closed TODO resurfacing, and secret propagation.
v1.2.0
2026.4.15 compatibility: fix cron template skill directory name (memory-dreaming→signal-dreaming); exclude memory/dreaming/** from daily log scan; skip built-in Dreaming phase blocks (Light Sleep/REM Sleep) in inline-mode logs; add Compatibility section explaining difference from memory-core built-in Dreaming
v1.1.0
Fix: use exec heredoc for dream-log append instead of edit tool; add absolute path guidance throughout; isolated sessions must not use ~ paths
v1.0.0
Initial release: signal-driven three-phase memory consolidation. Uses OpenClaw recall signals (short-term-recall.json) to prioritize what gets consolidated into long-term memory.
元数据
常见问题
Signal Dreaming 是什么?
Signal-driven memory consolidation for OpenClaw agents. Automatically consolidates recent session logs into long-term memory using recall frequency signals f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 Signal Dreaming?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install signal-dreaming」即可一键安装,无需额外配置。
Signal Dreaming 是免费的吗?
是的,Signal Dreaming 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Signal Dreaming 支持哪些平台?
Signal Dreaming 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Signal Dreaming?
由 kelven.ling(@lzyling)开发并维护,当前版本 v1.3.1。
推荐 Skills