Agent Autonomy Kit
Stop waiting for prompts. Keep working. - Automaton Edition
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 175 · 1 current installs · 1 all-time installs
duplicate of @123oo123442/agent-autonomy-kit-1-0-0
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, and runtime instructions align: the skill is an autonomy kit that instructs agents to read a task queue, run heartbeats, post updates to team channels, and schedule cron jobs. It does not request unrelated binaries or credentials in its metadata.
Instruction Scope
SKILL.md instructs the agent to read/write local files (tasks/QUEUE.md, memory/*), post updates to team channels (Discord/Slack), and create scheduled cron jobs via the openclaw CLI. These actions are within the stated purpose, but they involve sending data to external channels and creating autonomous scheduled runs — the skill does not detail how those external channels are authenticated or what data is safe to send.
Install Mechanism
Instruction-only skill with no install spec and no bundled code — low install risk. Nothing is downloaded or written by the skill itself.
Credentials
The skill declares no required env vars, but its workflow expects integrations (Discord/Slack channel IDs and the platform's cron capability) that will require credentials or agent configuration. The absence of declared env requirements is not necessarily malicious, but you should confirm which credentials the agent runtime needs before enabling autonomous posting or scheduling.
Persistence & Privilege
The skill does not force permanent inclusion (always: false). However, the instructions explicitly recommend creating cron jobs and frequent heartbeats that allow the agent to run without human prompts — this increases the blast radius if misconfigured. This behavior is coherent with the skill's purpose but merits operational controls (limits, monitoring, human overrides).
Assessment
This skill appears to do what it says: turn an agent proactive by reading local task files, running periodic 'heartbeat' workflows, posting progress to team channels, and scheduling cron jobs. Before installing: 1) Decide whether you want an agent to run tasks automatically and how often — frequent heartbeats can consume tokens and perform actions without immediate human review. 2) Verify and provision any external credentials (Discord/Slack tokens, openclaw cron permissions) in a controlled place (not pasted into the skill) and restrict what the agent may post. 3) Test in an isolated or low-privilege agent/session first (use an 'isolated' session as the README suggests). 4) Add rate limits, token-budget safeguards, and a clear human-override mechanism so the agent stops or reports before performing high-impact actions. 5) Audit any cron jobs you add and review what the agent writes to memory/task files to avoid accidental leakage of secrets. If you need more assurance, ask the author for an explicit list of required runtime credentials and a sample configuration that shows where those credentials are stored and how human approval is enforced.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.2
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🚀 Clawdis
SKILL.md
Agent Autonomy Kit
Transform your agent from reactive to proactive.
💰 付费服务
Automaton 架构咨询 & 定制:
| 服务 | 价格 | 交付 |
|---|---|---|
| Automaton 架构搭建 | ¥3000/次 | 完整配置 + 培训 |
| 自定义心跳模式 | ¥2000/次 | 根据你的需求定制 |
| Cron 任务矩阵设计 | ¥1500/次 | 自动化任务规划 |
| 月度技术顾问 | ¥5000/月 | 每周优化 + 问题解答 |
成功案例: 帮助 10+ 用户搭建自主运行 AI 助手
联系: 微信/Telegram 私信,备注"Automaton 咨询"
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.
Files
5 totalSelect a file
Select a file to preview.
Comments
Loading comments…
