memmy-memory

Solid

Use the memmy-memory CLI when an agent needs to check the Memory service, open or close agent sessions, start or complete turns, search, add, read, or delete memories, or call uncommon HTTP routes through raw requests.

AI & Automation 78 stars 25 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Memmy Memory CLI Use this skill when the task needs persistent agent memory through the `memmy-memory` command. ## Command Selection - Check availability: read [health](./references/health.md). - Create or resume a session: read [session open](./references/session-open.md). - Close a session: read [session close](./references/session-close.md). - Begin a turn and retrieve prompt context: read [turn start](./references/turn-start.md). - Finish a turn and write memory: read [turn complete](./references/turn-complete.md). - Search memory: read [search](./references/search.md). - Add a memory manually: read [add](./references/add.md). - Read one memory by id: read [get](./references/get.md). - Delete one memory by id: read [delete](./references/delete.md). - Call uncommon HTTP routes for debugging: read [raw](./references/raw.md). ## Common Options - `--url <url>` sends requests to a specific Memory HTTP service. - `--token <token>` sends a bearer token. - `--config <path>` loads a specific Memmy config file. - `--source <agent-source>` identifies the calling agent/source, such as `codex`, `cursor`, or `openclaw`; use it on memory commands from installed agent skills. - `--body '<json>'`, `--json '<json-or-path>'`, and `--body-file <path>` provide request body fields. Prefer explicit CLI parameters for required fields. Use JSON body options only for extra request fields or raw debugging. ## Agent Workflow 1. Use `memmy-memory health` before relying on Memory if service ...

Details

Author
MemTensor
Repository
MemTensor/memmy-agent
Created
1 weeks ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category