agent-autonomy-kit

Pass

Stop waiting for prompts. Keep working.

@openclaw
v1.0.0MIT2/22/2026
45out of 100
(0)
1.0k
66
84

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install openclaw/skills/agent-autonomy-kit

Install in current project:

npx skillhub install openclaw/skills/agent-autonomy-kit --project

Suggested path: ~/.claude/skills/agent-autonomy-kit/

AI Review

Instruction Quality45
Description Precision15
Usefulness61
Technical Soundness60

Scored 45 due to extremely weak description (no triggers) dragging down an otherwise useful autonomy framework. Templates add real value but SKILL.md is too brief to stand alone.

SKILL.md Content

---
name: agent-autonomy-kit
version: 1.0.0
description: Stop waiting for prompts. Keep working.
homepage: https://github.com/itskai-dev/agent-autonomy-kit
metadata:
  openclaw:
    emoji: "🚀"
    category: productivity
---

# Agent Autonomy Kit

Transform your agent from reactive to proactive.

## Quick Start

1. Create `tasks/QUEUE.md` with Ready/In Progress/Blocked/Done sections
2. Update `HEARTBEAT.md` to pull from queue and do work
3. Set up cron jobs for overnight work and daily reports
4. 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.