← 返回 Skills 市场
Agent Autonomy Kit Zc
作者
lean-zhouchao
· GitHub ↗
· v1.0.4
· MIT-0
312
总下载
0
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install agent-autonomy-kit-zc
功能描述
Stop waiting for prompts. Keep working.
使用说明 (SKILL.md)
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.
安全使用建议
This kit is coherent with its goal (make agents proactive) but it purposely enables persistent autonomous activity. Before installing or using it: 1) Audit what channels (Discord/Slack) your agent can post to and avoid giving access to sensitive channels; 2) Require explicit human approval or strict token/budget limits before creating cron jobs that run without prompts; 3) Test in an isolated session first (use an isolated agent account and non-sensitive task queue); 4) Monitor token usage and set hard stop conditions (sleep/handoff) to prevent runaway costs; 5) Review and sanitize what the agent writes to memory/task files to avoid leaking secrets. If you can, require an explicit capability grant step before enabling scheduled crons or posting to external services — that would materially reduce the risk and could move this assessment toward benign.
功能分析
Type: OpenClaw Skill
Name: agent-autonomy-kit-zc
Version: 1.0.4
The Agent Autonomy Kit is a productivity framework designed to transition OpenClaw agents from reactive to proactive states using a task queue and scheduled heartbeat routines. The bundle consists of markdown templates (QUEUE.md, HEARTBEAT.md) and instructions for setting up OpenClaw cron jobs to automate background tasks. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found; the logic is entirely consistent with the stated goal of maximizing agent utility through self-directed task management.
能力评估
Purpose & Capability
Name/description (proactive autonomy) align with the SKILL.md and README: the files consistently describe task queues, heartbeats, and continuous operation. Nothing requested (no envs/binaries) contradicts the stated purpose.
Instruction Scope
Runtime instructions tell the agent to read/write local task and memory files, post to team channels (Discord/Slack), and create cron jobs that run without human prompts. That is within the stated purpose but is broad and open-ended ('do meaningful work') and gives the agent discretion to access and transmit task/memory contents to external channels — a possible data-exfiltration or overreach vector without explicit limits or approval steps.
Install Mechanism
Instruction-only skill with no install spec and no code files. No downloads or package installs are requested, minimizing supply-chain risk.
Credentials
The skill declares no required env vars or credentials, but the instructions assume existing channel/config credentials (Discord/Slack, openclaw cron access). The lack of explicit credential requirements is coherent but may be surprising: the agent will use whatever channel/session permissions already exist and could post sensitive data if those channels are configured.
Persistence & Privilege
always:false (good), but the README explicitly provides openclaw cron commands and config snippets that schedule autonomous runs. Installing these cron jobs grants the agent persistent autonomous execution and ongoing token consumption — a high-impact capability that should be controlled and audited.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-autonomy-kit-zc - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-autonomy-kit-zc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Daily auto-sync - renamed to avoid slug conflicts
v1.0.3
- Updated metadata in _meta.json; no functional or documentation changes to the skill itself.
- Version bump to 1.0.3.
v1.0.2
- Updated metadata in _meta.json; no functional or documentation changes.
- File contents remain unchanged.
v1.0.1
- Metadata file updated; no user-facing changes.
- No updates to documentation, features, or functionality.
v1.0.0
Initial release of Agent Autonomy Kit.
- Enables autonomous agent operation without waiting for prompts.
- Introduces a structured task queue (tasks/QUEUE.md) for managing workflow.
- Implements a proactive heartbeat mechanism to continuously pull tasks and perform work.
- Supports scheduling via cron jobs for overnight processing and daily reporting.
- Designed to maximize productivity with continuous, self-driven task execution.
元数据
常见问题
Agent Autonomy Kit Zc 是什么?
Stop waiting for prompts. Keep working. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 312 次。
如何安装 Agent Autonomy Kit Zc?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-autonomy-kit-zc」即可一键安装,无需额外配置。
Agent Autonomy Kit Zc 是免费的吗?
是的,Agent Autonomy Kit Zc 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Autonomy Kit Zc 支持哪些平台?
Agent Autonomy Kit Zc 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Autonomy Kit Zc?
由 lean-zhouchao(@lean-zhouchao)开发并维护,当前版本 v1.0.4。
推荐 Skills