·eve-agent-memory
</>

eve-agent-memory

Choose and combine Eve storage primitives to give agents persistent memory — short-term workspace, medium-term attachments and threads, long-term org docs and filesystem. Use when designing how agents remember, retrieve, and share knowledge.

90Installs·2Trend·@incept5

Installation

$npx skills add https://github.com/incept5/eve-skillpacks --skill eve-agent-memory

How to Install eve-agent-memory

Quickly install eve-agent-memory AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/incept5/eve-skillpacks --skill eve-agent-memory
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: incept5/eve-skillpacks.

SKILL.md

View raw

Agents on Eve Horizon have no built-in "memory" primitive, but the platform provides storage systems at every timescale. This skill teaches how to compose them into coherent memory for agents that learn, remember, and share.

Solve this by mapping what to remember to where to store it, using the right primitive for each timescale.

Workspace files — the git repo checkout available during job execution.

Choose and combine Eve storage primitives to give agents persistent memory — short-term workspace, medium-term attachments and threads, long-term org docs and filesystem. Use when designing how agents remember, retrieve, and share knowledge. Source: incept5/eve-skillpacks.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-agent-memory
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from incept5/eve-skillpacks

Quick answers

What is eve-agent-memory?

Choose and combine Eve storage primitives to give agents persistent memory — short-term workspace, medium-term attachments and threads, long-term org docs and filesystem. Use when designing how agents remember, retrieve, and share knowledge. Source: incept5/eve-skillpacks.

How do I install eve-agent-memory?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/incept5/eve-skillpacks --skill eve-agent-memory Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/incept5/eve-skillpacks