AgentStack
SKILL verified MIT Self-run

Hermes Dream

skill-s3yed-appie-kit-hermes-dream-skill · by S3YED

>

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-s3yed-appie-kit-hermes-dream-skill

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Hermes Dream? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Hermes Dream Skill

Install on Hermes agents for fleet-wide memory consolidation.

What It Does

03:10 AM — Hermes Agent
  → Read: memories/MEMORY.md, memories/USER.md, session transcripts (24h)
  → LLM consolidation (MiniMax M2.7 via api.minimaxi.chat)
  → Write: ~/hermes-dreams/YYYY-MM-DD.md
  → Deliver: push to fleet collection point OR message via Telegram

Setup (once per Hermes agent)

  1. Create skill dir:

mkdir -p ~/.hermes/skills/hermes-dream

  1. Save this SKILL.md
  1. Set up cron (via Hermes CLI or Telegram):

/cron add "hermes-dream consolidation" at 03:10 daily

  1. Ensure MINIMAXAPIKEY is in ~/.hermes/.env

Dream Output Format

# Hermes Dream: YYYY-MM-DD
## Nodes Memory
[machine-relevant memories]
## Session Patterns
[recurring themes from today]
## Cleanup Candidates
[old/stale entries]
## Fleet Notes
[things the primary agent should know]

Collection

The primary agent collects via:

# Via git push (Hermes pushes its dream to a git repo each morning)
# OR via:
ssh  "cat >> ~/memory/fleet-dreams/-$(date +%Y-%m-%d).md" < ~/hermes-dreams/YYYY-MM-DD.md

Key Notes for Hermes

  • Use hermes tools memory_add to persist key learnings
  • Use hermes cron to manage the dream schedule
  • Dream skill auto-loads when "dream", "consolidate", or "sleep" mentioned

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.