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
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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 zip
latestvk97d2dmr299bgea2n73mvh8vyh83gdt2

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

  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.

Files

5 total
Select a file
Select a file to preview.

Comments

Loading comments…