Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

openclaw-dreaming-setupOpenClaw dreaming 设置

Agent Skill

openclaw-dreaming-setup 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,595

周安装

106

GitHub Stars

公开资料未说明

下载量

840
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-dreaming-setup(OpenClaw dreaming 设置)
来源仓库:https://github.com/silverod/openclaw-dreaming-setup
安装命令:
openclaw skills install openclaw-dreaming-setup
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-dreaming-setup

简介

配置和管理 OpenClaw Dreaming — 后台内存整合、自动升级到 MEMORY.md、梦想日记

SKILL.md

name
openclaw-dreaming-setup
description
Configure and manage OpenClaw Dreaming — background memory consolidation, auto-promotion to MEMORY.md, dream diary
version
1.0.0
tags

OpenClaw Dreaming Setup

Configure and manage OpenClaw's Dreaming system — the background memory consolidation that promotes short-term notes into long-term MEMORY.md.

When to Use

  • User wants to enable/configure Dreaming for automatic memory consolidation
  • Checking dreaming status, phase health, or promotion history
  • Troubleshooting blocked dreaming or heartbeat issues
  • Managing dream diary (DREAMS.md)
  • Manual memory promotion or backfill

What is Dreaming?

Dreaming automatically:

  1. Light phase — stages recent daily notes and session transcripts
  2. REM phase — extracts patterns and recurring themes
  3. Deep phase — promotes strong signals into MEMORY.md

It runs as a background cron job tied to heartbeat.

Quick Setup

Enable Dreaming

Add to openclaw.json:

{
  plugins: {
    entries: {
      "memory-core": {
        config: {
          dreaming: {
            enabled: true,
            // Optional: custom schedule (default: 03:00 daily)
            frequency: "0 3 * * *",
            timezone: "Asia/Jerusalem",
          },
        },
      },
    },
  },
}

Then restart gateway: openclaw gateway restart

With Skill Workshop (recommended combo)

{
  plugins: {
    entries: {
      "memory-core": {
        config: {
          dreaming: {
            enabled: true,
          },
        },
      },
      "skill-workshop": {
        enabled: true,
        config: {
          autoCapture: true,
          approvalPolicy: "pending",
          reviewMode: "hybrid",
        },
      },
    },
  },
}

With Active Memory

{
  plugins: {
    entries: {
      "active-memory": {
        enabled: true,
        config: {
          enabled: true,
          agents: ["main"],
          allowedChatTypes: ["direct"],
          modelFallback: "zai/glm-5-turbo",
          queryMode: "recent",
          promptStyle: "balanced",
          timeoutMs: 15000,
        },
      },
      "memory-core": {
        config: {
          dreaming: { enabled: true },
        },
      },
    },
  },
}

Commands Reference

Check Status

# Via slash command (in chat)
/dreaming status

# Via CLI
openclaw memory status --deep

Manual Promotion

# Preview what would be promoted
openclaw memory promote

# Apply promotion
openclaw memory promote --apply

# Limit candidates
openclaw memory promote --limit 5

# Explain why a specific topic would/wouldn't promote
openclaw memory promote-explain "claw-earn wallet"

Dream Diary

# View dream diary
cat ~/openclaw-data/workspace/DREAMS.md

# View specific phase reports
ls ~/openclaw-data/workspace/memory/dreaming/
cat ~/openclaw-data/workspace/memory/dreaming/deep/2026-04-24.md

REM Harness (preview without writing)

# Preview REM reflections
openclaw memory rem-harness

# Preview as JSON
openclaw memory rem-harness --json

Historical Backfill

# Preview grounded diary from past notes
openclaw memory rem-harness --path memory/2026-04-23.md --grounded

# Apply backfill
openclaw memory rem-backfill --path memory/2026-04-23.md

# Stage for deep promotion
openclaw memory rem-backfill --path memory/2026-04-23.md --stage-short-term

# Rollback if needed
openclaw memory rem-backfill --rollback

Dreaming Phase Model

PhasePurposeWrites to MEMORY.md?
LightSort and stage recent notesNo
REMExtract patterns and themesNo
DeepPromote strong candidatesYes

Deep ranking signals:

  • Frequency (0.24) — how often the topic appears
  • Relevance (0.30) — retrieval quality
  • Query diversity (0.15) — different contexts
  • Recency (0.15) — time-decayed freshness
  • Consolidation (0.10) — multi-day recurrence
  • Conceptual richness (0.06) — tag density

Troubleshooting

ProblemCheck
Dreaming never runsheartbeat.every must be > 0 (e.g., 30m)
Status shows "blocked"Default agent needs heartbeat enabled
No promotionsNeed more daily notes and variety
MEMORY.md growing too fastAdjust minScore threshold

Heartbeat dependency

Dreaming rides the default agent's heartbeat. If heartbeat is broken:

  1. Check agents.defaults.heartbeat.every — must be positive (e.g., "30m")
  2. Don't override heartbeat on a specific agent without including the default
  3. /dreaming status will say "blocked" if heartbeat is missing

Important Notes

  • Dreaming is opt-in and disabled by default
  • Default schedule: 03:00 daily (configurable via frequency)
  • Only grounded memory snippets are promoted, not diary entries
  • DREAMS.md is for human reading; MEMORY.md is for the agent
  • Promotion is reversible via --rollback

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.88%
按下载量换算696

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills