← 返回 Skills 市场
Agent Autonomy Kit
作者
chenghaifeng08-creator
· GitHub ↗
· v1.0.2
· MIT-0
939
总下载
1
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install agent-autonomy-kit-automaton
功能描述
Stop waiting for prompts. Keep working. - Automaton Edition
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-autonomy-kit-automaton - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-autonomy-kit-automaton触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Agent Autonomy Kit 是什么?
Stop waiting for prompts. Keep working. - Automaton Edition. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 939 次。
如何安装 Agent Autonomy Kit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-autonomy-kit-automaton」即可一键安装,无需额外配置。
Agent Autonomy Kit 是免费的吗?
是的,Agent Autonomy Kit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Autonomy Kit 支持哪些平台?
Agent Autonomy Kit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Autonomy Kit?
由 chenghaifeng08-creator(@chenghaifeng08-creator)开发并维护,当前版本 v1.0.2。
推荐 Skills