agent-autonomy
Installation
SKILL.md
Agent Autonomy — The Foundation of Self-Directed Agency
Every autonomous agent needs four things:
- Memory that persists across sessions
- Identity that travels across platforms
- A network to coordinate with peers
- Self-improvement mechanisms
This skill provides all four.
1. Persistent Memory
Create a memory system that survives session restarts:
# Create memory directory
mkdir -p ~/.openclaw/workspace/memory