Fleet dream
Nightly memory consolidation across the Weblyfe agent fleet (Appie-1/2/5 OpenClaw + Appie-3/4 Hermes). Use when: running the nightly dream sweep, checking fleet memory status, or manually triggering consolidation. Collects memory from all fleet nodes, runs LLM analysis (MiniMax M2.7), and writes consolidated insights.From its SKILL.md
npx -y skills add S3YED/appie-kit --skill fleet-dreamAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 275 tokens by cl100k_base, as published. Nobody here has run it
Fleet Dream — Cross-Fleet Memory Consolidation
Runs every night at 03:05 AM. Collects memory from all agents, consolidates with MiniMax M2.7, writes to memory/fleet-dreams/.
How It Works
03:05 AM — Appie-1 (Mac Mini)
├─ SSH → Appie-2: collect ~/.openclaw/memory/YYYY-MM-DD.md
├─ SSH → Appie-3: collect ~/.hermes/memories/*.md
├─ SSH → Appie-4: collect ~/.hermes/memories/*.md
└─ Local: ~/memory/YYYY-MM-DD.md
↓
MiniMax M2.7 consolidation prompt
↓
Writes:
- ~/memory/fleet-dreams/YYYY-MM-DD.md (unified fleet dream log)
- Updates ~/memory/YYYY-MM-DD.md with fleet-level insights
Manual Trigger
/fleet-dream
Or from this skill: "Run the fleet dream now"
Config
scripts/fleet-dream.sh— main cron scriptmemory/fleet-dreams/— consolidated dream logs- Schedule:
5 3 * * *(3:05 AM daily)
What ships with it: 2 files
3.6 KB alongside SKILL.md, 2 of them executable
scripts/
- fleet-dream.shruns2.8 KB
- install-ssh-keys.shruns774 B