# Hermes Dream

> >

- **Type:** Skill
- **Install:** `agentstack add skill-s3yed-appie-kit-hermes-dream-skill`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [S3YED](https://agentstack.voostack.com/s/s3yed)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [S3YED](https://github.com/S3YED)
- **Source:** https://github.com/S3YED/appie-kit/tree/master/skills/automation/hermes-dream-skill
- **Website:** https://weblyfe.ai

## Install

```sh
agentstack add skill-s3yed-appie-kit-hermes-dream-skill
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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`

2. Save this SKILL.md

3. Set up cron (via Hermes CLI or Telegram):
   `/cron add "hermes-dream consolidation" at 03:10 daily`

4. Ensure MINIMAX_API_KEY 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:
```bash
# 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.

- **Author:** [S3YED](https://github.com/S3YED)
- **Source:** [S3YED/appie-kit](https://github.com/S3YED/appie-kit)
- **License:** MIT
- **Homepage:** https://weblyfe.ai

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-s3yed-appie-kit-hermes-dream-skill
- Seller: https://agentstack.voostack.com/s/s3yed
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
