← 返回 Skills 市场
236
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-autonomy-kit-skip
功能描述
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 for turning an agent proactive, but it enables unattended, persistent activity and external communication. Before installing: 1) Audit what files and memory you will allow the agent to read/write (tasks/, memory/). 2) Require explicit credentials and least privilege for any external channels (Discord/Slack tokens, OpenClaw/cron permissions) and do not give channel posting rights to sensitive spaces. 3) Limit heartbeat frequency and token budgets, and add hard-stops/human confirmation for sensitive tasks (e.g., sending data externally, modifying infra, or spawning other agents). 4) Test in an isolated environment first and log all automated actions for review. If you cannot provide or control the necessary platform credentials and clear safety policies, do not enable the cron/continuous-run recommendations.
功能分析
Type: OpenClaw Skill
Name: agent-autonomy-kit-skip
Version: 1.0.0
The skill bundle implements an 'autonomy kit' that instructs the AI agent to operate proactively without human prompts by pulling tasks from a local file (tasks/QUEUE.md) and scheduling its own execution via cron jobs (openclaw cron add). While the stated intent is productivity, this design creates a high-risk persistence mechanism and a potential Remote Code Execution (RCE) vector, as the agent is directed to autonomously execute tasks found in a markdown file without human-in-the-loop verification. These behaviors are documented in SKILL.md, README.md, and templates/HEARTBEAT.md.
能力评估
Purpose & Capability
The name/description (proactive autonomy) align with the SKILL.md and README: reading a task queue, changing heartbeat behavior, scheduling cron jobs and coordinating via team channels is coherent with the stated purpose.
Instruction Scope
Runtime instructions explicitly tell agents to read and update local files (tasks/QUEUE.md, memory/YYYY-MM-DD.md), post to team channels (Discord/Slack), spawn/team agents, and create cron jobs that run unattended. These are powerful operations and the SKILL.md gives broad discretion ("Do meaningful work", "Pick the highest-priority task you can do") without concrete limits on what data can be read, modified, or transmitted.
Install Mechanism
Instruction-only skill (no install spec, no code files). Low install risk because nothing will be downloaded or written by the installer itself. All behavior comes from instructions the agent will follow at runtime.
Credentials
The docs instruct posting to Discord/Slack and using openclaw cron commands, and reference memory and agent configuration; yet the skill declares no required environment variables or credentials. That omission is risky: agent-to-channel posting and cron/session management will require tokens or platform permissions which are not documented here, creating a gap between required runtime access and declared requirements.
Persistence & Privilege
always:false (good). However the skill explicitly recommends creating cron jobs and persistent heartbeats that run autonomously (overnight cron entries, frequent heartbeats and spawn behaviors). Autonomous invocation plus scheduled jobs increases blast radius if agents are granted broad access — this is expected for an autonomy kit but users should treat it as a high-privilege configuration change.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-autonomy-kit-skip - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-autonomy-kit-skip触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of agent-autonomy-kit.
- Enables agents to work proactively without waiting for prompts.
- Introduces a task queue system with status tracking.
- Supports automated heartbeat to continuously handle tasks.
- Designed for easy setup with templates for tasks, heartbeats, and automated scheduling.
元数据
常见问题
Agent Autonomy Kit.Skip 是什么?
Stop waiting for prompts. Keep working. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。
如何安装 Agent Autonomy Kit.Skip?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-autonomy-kit-skip」即可一键安装,无需额外配置。
Agent Autonomy Kit.Skip 是免费的吗?
是的,Agent Autonomy Kit.Skip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Autonomy Kit.Skip 支持哪些平台?
Agent Autonomy Kit.Skip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Autonomy Kit.Skip?
由 ayakolin(@ayakolin)开发并维护,当前版本 v1.0.0。
推荐 Skills