Agent Memory banner
OpenHands OpenHands

Agent Memory

Development community

Description

--- name: agent_memory type: knowledge version: 1.0.0 agent: CodeActAgent triggers: - /remember --- * Repository memory: Use .openhands/microagents/repo.md under each repository root to store and access important information. - If this file exists, it will be added to your context automatically. - If missing, you should create it unless the user has explicitly asked you to not do so. * Store and maintain **general knowledge** that will be helpful for most future tasks: 1. Repository stru

Installation

Installs to ~/.claude/skills/openhands-openhands-agent_memory/SKILL.md

Terminal
mkdir -p ~/.claude/skills/openhands-openhands-agent_memory && curl -fsSL https://raw.githubusercontent.com/OpenHands/OpenHands/HEAD/skills/agent_memory.md -o ~/.claude/skills/openhands-openhands-agent_memory/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository