← 返回 Skills 市场
lean-zhouchao

Agent Autonomy Kit.Bak

作者 lean-zhouchao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
274
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-autonomy-kit-bak
功能描述
Stop waiting for prompts. Keep working.
使用说明 (SKILL.md)

Agent Autonomy Kit

Transform your agent from reactive to proactive.

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.

安全使用建议
This kit is coherent for turning an agent into a continuously-running worker, but it introduces real operational risks: scheduled heartbeats and cron jobs will let the agent act and post to team channels without human prompts, and the skill assumes existing credentials (Discord/Slack, OpenClaw CLI) that could be used to transmit data. Before installing: (1) restrict the bot/channel credentials the agent will use (least privilege), (2) audit what kinds of files and memory the agent will read/write (avoid exposing secrets), (3) limit heartbeat frequency and token budgets, (4) test in an isolated environment or with limited-scope tokens, and (5) add monitoring/alerts for automated posts or unexpected activity. If you cannot limit credentials or audit what the agent will access, avoid enabling full autonomous cron-driven operation.
功能分析
Type: OpenClaw Skill Name: agent-autonomy-kit-bak Version: 1.0.0 The Agent Autonomy Kit is a productivity framework designed to transition AI agents from reactive to proactive operation. It utilizes a markdown-based task queue (tasks/QUEUE.md) and a heartbeat routine (HEARTBEAT.md) to manage autonomous work cycles. While it encourages the use of cron jobs for persistence and automated execution, these actions are aligned with the stated purpose of continuous operation and do not contain instructions for data exfiltration, unauthorized remote access, or malicious prompt injection.
能力评估
Purpose & Capability
The name/description (proactive, continuous agent work) align with the SKILL.md and README: task queue, heartbeat, cron jobs, and team coordination are exactly what you'd expect. The skill doesn't request unrelated binaries or secrets.
Instruction Scope
Runtime instructions tell the agent to read/write local task and memory files, update HEARTBEAT.md, and set up cron jobs to run automatically (openclaw cron add). They also direct posting to external team channels (Discord/Slack). Those actions fall inside the purpose, but they enable autonomous, recurring operations and external communications that could transmit sensitive content if not carefully scoped.
Install Mechanism
Instruction-only skill with no install spec or code files — low disk footprint and no third-party downloads. This reduces supply-chain risk.
Credentials
The skill does not declare any required environment variables, yet its instructions assume the ability to post to Discord/Slack and to run openclaw cron commands. Those operations require credentials or platform permissions in practice; the lack of declared env vars means the agent may use existing platform credentials with whatever scope they have (potentially over-broad).
Persistence & Privilege
The skill recommends creating cron jobs and frequent heartbeats that run without human prompts. While the skill itself isn't always:true, following its guidance grants long-lived autonomous behavior and automated external posting — increasing blast radius if the agent has access to sensitive data or broad channel permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-autonomy-kit-bak
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-autonomy-kit-bak 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Agent Autonomy Kit. - Enables proactive agent behavior with a persistent task queue. - Supports automated, continuous work via cron-based scheduling. - Includes quick start instructions for setup and operation.
元数据
Slug agent-autonomy-kit-bak
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 0
历史版本数 1
常见问题

Agent Autonomy Kit.Bak 是什么?

Stop waiting for prompts. Keep working. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。

如何安装 Agent Autonomy Kit.Bak?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-autonomy-kit-bak」即可一键安装,无需额外配置。

Agent Autonomy Kit.Bak 是免费的吗?

是的,Agent Autonomy Kit.Bak 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent Autonomy Kit.Bak 支持哪些平台?

Agent Autonomy Kit.Bak 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Autonomy Kit.Bak?

由 lean-zhouchao(@lean-zhouchao)开发并维护,当前版本 v1.0.0。

💬 留言讨论