agentsclimarketplace

Fleet dream

Skill S3YED/appie-kit/skills/automation/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

Install
npx -y skills add S3YED/appie-kit --skill fleet-dream

Assembled 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 script
  • memory/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/

Keep looking

Skills are one crate of 326,367. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.