install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/LeoYeAI/openclaw-master-skills/agent-autonomy-kit" ~/.claude/skills/comeonoliver-skillshub-agent-autonomy-kit && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/LeoYeAI/openclaw-master-skills/agent-autonomy-kit" ~/.openclaw/skills/comeonoliver-skillshub-agent-autonomy-kit && rm -rf "$T"
manifest:
skills/LeoYeAI/openclaw-master-skills/agent-autonomy-kit/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.