install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ayakolin/agent-autonomy-kit-backup" ~/.claude/skills/openclaw-skills-agent-autonomy-kit-029bc2 && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/ayakolin/agent-autonomy-kit-backup" ~/.openclaw/skills/openclaw-skills-agent-autonomy-kit-029bc2 && rm -rf "$T"
manifest:
skills/ayakolin/agent-autonomy-kit-backup/SKILL.mdsource content
Agent Autonomy Kit
Transform your agent from reactive to proactive.
Quick Start
- Create
with Ready/In Progress/Blocked/Done sectionstasks/QUEUE.md - Update
to pull from queue and do workHEARTBEAT.md - Set up cron jobs for overnight work and daily reports
- Watch work happen without prompting
Key Concepts
- Task Queue — Always have work ready
- Proactive Heartbeat — Do work, don't just check
- Continuous Operation — Work until limits hit
See README.md for full documentation.