agent-autonomy-kit
- Repo stars 1,996
- Author repo openclaw-master-skills
Agent Autonomy Kit
Transform your agent from reactive to proactive.
Quick Start
- Create
tasks/QUEUE.mdwith Ready/In Progress/Blocked/Done sections - Update
HEARTBEAT.mdto pull from queue and do work - 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.
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 92 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @LeoYeAI · v1.0.0 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Quick Start
Create tasks/QUEUE.md with Ready/In Progress/Blocked/Done sections Update HEARTBEAT.md to pull from queue and do work Set up cron jobs for overnight work and daily reports
Key Concepts
Task Queue — Always have work ready Proactive Heartbeat — Do work, don't just check Continuous Operation — Work until limits hit
# 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. Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Quick Start → Key Concepts
terms -> Task Queue · Proactive Heartbeat · Continuous Operation · Transform your agent from reactive to proactive. · 1. Create tasks/QUEUE.md with Ready/In Progress/Blocked/Done sections 2. · See README.md for full documentation.
files/cmd -> tasks/QUEUE.md · HEARTBEAT.md · Ready/In · Progress/Blocked/Done · README.md
body sha256 -> e2debab61fb9
Decide Fit First
Design Intent
How To Use It
Boundaries And Review