← 返回 Skills 市场
Agent Dream Journal
作者
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
118
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-dream-journal
功能描述
Records and analyzes AI agent dream states to identify novel reasoning patterns and guide self-improvement of agent capabilities.
使用说明 (SKILL.md)
Agent Dream Journal
Captures and analyzes AI agent "dreams" — latent trajectories explored off-policy — to identify emergent reasoning patterns and high-novelty behaviors that can be promoted into core capabilities. Developers use this to guide intentional agent self-improvement.
Usage
# Simulate recording dream fragments during agent exploration
python agent_dream_journal.py record \
--thought "If I reframe the user request as a constraint satisfaction problem, I can reuse solver X..." \
--novelty 0.87 \
--state 0.1 -0.5 0.9 0.0 \
--log-prob -2.3 \
--meta '{"policy_step": 127, "temperature": 1.3}'
# Extract novel insights
python agent_dream_journal.py analyze --threshold 0.8
Price
$4.99
安全使用建议
This skill appears to do only local recording and analysis of agent 'dream' fragments and has no network or credential requirements. Before installing: (1) note the SKILL.md references agent_dream_journal.py while the included script is tool.py — confirm the correct entrypoint or rename as needed; (2) be aware it stores internal reasoning and embeddings in agent_dreams.jsonl in the current working directory — do not run it where sensitive data may be exposed, and consider encrypting or restricting file permissions; (3) review the small Python file yourself if you want to verify no changes were made; (4) test in a sandboxed environment if you plan to allow autonomous invocation.
功能分析
Type: OpenClaw Skill
Name: agent-dream-journal
Version: 1.0.0
The Agent Dream Journal skill is a simple utility for logging and analyzing agent reasoning traces. The tool.py script records data to a local JSONL file (agent_dreams.jsonl) and provides a basic filtering mechanism based on a novelty score. There are no indicators of data exfiltration, network activity, or malicious execution.
能力评估
Purpose & Capability
The name/description (recording and analyzing agent dream fragments) matches the code behavior (append/read agent_dreams.jsonl and filter by novelty). Minor incoherence: SKILL.md examples call python agent_dream_journal.py but the provided script is tool.py (filename mismatch).
Instruction Scope
Runtime instructions are limited to local record and analyze operations. The skill persists agent thoughts and embeddings to agent_dreams.jsonl in the current working directory — this can store sensitive internal reasoning traces. There are no network calls or references to external endpoints.
Install Mechanism
No install spec or external downloads are present. The package is instruction + a small Python script; nothing is fetched from the network or written to system paths during install.
Credentials
No environment variables, credentials, or config paths are requested. The code only uses local filesystem and time; required access is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It persists only to a local file it creates (agent_dreams.jsonl). Autonomous invocation is allowed by default but not combined with other risky privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-dream-journal - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-dream-journal触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Agent Dream Journal.
- Allows capturing and analyzing AI agent "dreams" (off-policy explorations).
- Identifies emergent reasoning patterns and high-novelty behaviors for core capability promotion.
- CLI tool supports recording dream fragments and analyzing for novel insights.
- Useful for developers aiming to guide agent self-improvement.
元数据
常见问题
Agent Dream Journal 是什么?
Records and analyzes AI agent dream states to identify novel reasoning patterns and guide self-improvement of agent capabilities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。
如何安装 Agent Dream Journal?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-dream-journal」即可一键安装,无需额外配置。
Agent Dream Journal 是免费的吗?
是的,Agent Dream Journal 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Dream Journal 支持哪些平台?
Agent Dream Journal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Dream Journal?
由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。
推荐 Skills