con un clic
memory
Use Edgebot's two-layer memory system and search archived history safely.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Use Edgebot's two-layer memory system and search archived history safely.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | memory |
| description | Use Edgebot's two-layer memory system and search archived history safely. |
| always | true |
SOUL.md - bot personality and communication style. Managed by Dream.USER.md - user profile and durable preferences. Managed by Dream.MEMORY.md - bounded index of long-term topic files. Managed by Dream.memory/topics/*.md - durable topic details with structured metadata. Managed by Dream.skills/<name>/SKILL.md - reusable workflows, commands, API parameters, and operational procedures. Managed by Dream.history.jsonl - append-only JSONL archive. It is not fully loaded into context.These are runtime-managed files, outside the workspace. Their locations are provided by the runtime when needed; do not infer or create a workspace-local memory directory.
Use recall_memory when you need old details not present in the current context. It
returns a bounded set of relevant topic and history excerpts for this workspace.
remember; it queues an audited request for Dream. Never use workspace filesystem tools to edit runtime memory files.MEMORY.md; Dream routes those to skills/<name>/SKILL.md./memory to manually run Dream consolidation./dream-log to inspect Dream changes and /dream-restore to roll one back.