๐ŸŒ™ dreaming-optimizer

# ๐ŸŒ™ dreaming-optimizer

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "๐ŸŒ™ dreaming-optimizer" with this command: npx skills add chongjie-ran/dreaming-optimizer

๐ŸŒ™ dreaming-optimizer

Version: 1.0.0
Skill ID: dreaming-optimizer
Status: Ready for Development

Quick Reference

้กน็›ฎๅ†…ๅฎน
ๆ ธๅฟƒๅŽŸ็†OpenClaw Dreaming REMๅ…ญๆญฅ่ฎฐๅฟ†ๆ•ดๅˆ๏ผˆๆ•ด็†โ†’่ฏ„ๅˆ†โ†’ๅŽป้‡โ†’ๆ‰“ๆ ‡โ†’ๆไบคโ†’ๆ‘˜่ฆ๏ผ‰
ไธปๅ…ฅๅฃbin/optimize.sh
ไพ่ต–OpenClaw v2026.4.9+, tiktoken, sqlite3

Features (MVP)

  1. Entry scorer โ€” LLM-based priority scoring (0โ€“100)
  2. Deduplication โ€” Semantic similarity merge against existing memories
  3. Fact tagger โ€” Label as fact/opinion/preference/context
  4. Commit writer โ€” Write optimized entries to persistent memory
  5. Dreaming summary โ€” Traceable REM consolidation report
  6. Configurable threshold โ€” Min score threshold (default: 70)

File Structure

dreaming-optimizer/
โ”œโ”€โ”€ SKILL.md              # This file
โ”œโ”€โ”€ bin/
โ”‚   โ”œโ”€โ”€ optimize.sh       # Main entry point
โ”‚   โ”œโ”€โ”€ score_entries.py  # LLM-based priority scoring
โ”‚   โ”œโ”€โ”€ deduplicate.py    # Semantic deduplication
โ”‚   โ””โ”€โ”€ commit.py         # Write to B-layer
โ”œโ”€โ”€ scripts/
โ”‚   โ””โ”€โ”€ dreaming_summary.py
โ”œโ”€โ”€ config/
โ”‚   โ””โ”€โ”€ default_threshold.yaml
โ””โ”€โ”€ README.md

Usage

# Manual invoke
dreaming-optimizer/bin/optimize.sh

# With custom threshold
dreaming-optimizer/bin/optimize.sh --threshold 80

Integration

  • Reads from: ~/.openclaw/workspace/memory/YYYY-MM-DD.md
  • Writes to: ~/.openclaw/memory/<agent>.sqlite (B-layer)
  • Summary output: ~/.openclaw/workspace/memory/dreaming-summaries/

Pricing

TierPriceFeatures
Free$010 cycles/mo, 100 entries/cycle
Pro$9.90/moUnlimited, dedup, backfill queue, Obsidian export

Development

See: ``

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

OpenClaw Dreaming Setup โ€” Memory Consolidation Config

Configure and manage OpenClaw Dreaming โ€” background memory consolidation, auto-promotion to MEMORY.md, dream diary

Registry SourceRecently Updated
710Profile unavailable
General

Memory Organizer

Organize, compress, and curate OpenClaw memory without polluting permanent memory. Use when the user wants to compress memory files, clean dated memory notes...

Registry SourceRecently Updated
7862Profile unavailable
General

Memory Auto Archive

Automatically archives daily chat logs with keyword highlights and optional AI summaries into organized memory files without manual setup.

Registry SourceRecently Updated
2790Profile unavailable
General

claw-mem: Three-Tier Memory

Three-Tier Memory System for OpenClaw. Store and recall memories across sessions with Episodic, Semantic, and Procedural layers. BM25 + Heuristic retrieval.

Registry SourceRecently Updated
810Profile unavailable