Agent skill
memory
Persistent agent memory — store, recall, search across sessions
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
recover
Scan agent health and auto-recover stale or dead sessions
swarm
Multi-agent swarm coordination — create swarms, broadcast tasks, reach consensus
status
System status and health checks — dashboard stats, agent health, worker status
evolve
Create, test, and improve functions at runtime — agents write their own code
lifecycle
Session lifecycle management — transitions, state tracking, reactions
tasks
Task decomposition — break features into subtasks, assign workers, track progress
Didn't find tool you were looking for?