Agent skill

memory

Persistent agent memory — store, recall, search across sessions

Stars 113
Forks 16

Install this agent skill to your Project

npx add-skill https://github.com/iii-hq/agentos/tree/main/plugin/skills/memory

SKILL.md

Memory operations:

  • Store: curl -X POST http://localhost:3111/api/memory/store -H 'Content-Type: application/json' -d '{"agentId": "claude-code", "content": "<fact>", "role": "system"}'
  • Recall: curl -X POST http://localhost:3111/api/memory/recall -H 'Content-Type: application/json' -d '{"agentId": "claude-code", "query": "<query>", "limit": 10}'
  • Search sessions: curl -X POST http://localhost:3111/api/memory/search -H 'Content-Type: application/json' -d '{"agentId": "claude-code", "query": "<query>"}'
  • Profile: curl http://localhost:3111/api/memory/profile/claude-code

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results