← Back to Skills Marketplace
chenghaifeng08-creator

Agent Autonomy Kit

by chenghaifeng08-creator · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
939
Downloads
1
Stars
3
Active Installs
3
Versions
Install in OpenClaw
/install agent-autonomy-kit-automaton
Description
Stop waiting for prompts. Keep working. - Automaton Edition
README (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.

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: agent-autonomy-kit-automaton Version: 1.0.2 The skill bundle is a productivity framework designed to enable agent autonomy through a task queue system and proactive heartbeat routines. It provides markdown templates (QUEUE.md, HEARTBEAT.md) and instructions for setting up cron jobs using the 'openclaw' CLI to allow the agent to perform tasks without direct human intervention. The instructions are transparent, aligned with the stated purpose of maximizing token utilization, and contain no evidence of data exfiltration, malicious execution, or harmful prompt injections.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-autonomy-kit-automaton
  3. After installation, invoke the skill by name or use /agent-autonomy-kit-automaton
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added a new paid service section in Chinese detailing Automaton architecture consulting and customization options. - Included pricing, deliverables, and contact information for Automaton-related services. - No changes to code or core usage instructions—documentation update only.
v1.0.1
Agent Autonomy Kit - Automaton Edition 1.0.1 - Renamed skill to "agent-autonomy-kit-automaton" - Updated description to indicate "Automaton Edition" - Changed author to Automaton - Updated homepage URL - Added pricing information for basic and pro tiers in metadata
v1.0.0
Automaton edition
Metadata
Slug agent-autonomy-kit-automaton
Version 1.0.2
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 3
Frequently Asked Questions

What is Agent Autonomy Kit?

Stop waiting for prompts. Keep working. - Automaton Edition. It is an AI Agent Skill for Claude Code / OpenClaw, with 939 downloads so far.

How do I install Agent Autonomy Kit?

Run "/install agent-autonomy-kit-automaton" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Autonomy Kit free?

Yes, Agent Autonomy Kit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Autonomy Kit support?

Agent Autonomy Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Autonomy Kit?

It is built and maintained by chenghaifeng08-creator (@chenghaifeng08-creator); the current version is v1.0.2.

💬 Comments