← 返回 Skills 市场
Agent Autonomy Kit 1.0.0
作者
123oo123442
· GitHub ↗
· v1.0.0
· MIT-0
275
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-autonomy-kit-1-0-0
功能描述
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 skill is coherent with its stated goal, but review a few things before enabling: 1) Verify provenance — confirm the repository and publisher (the SKILL metadata, README, and _meta.json show inconsistent owners/URLs). 2) Start in a restricted/isolation mode (or staging agent) and test with limited heartbeat frequency to avoid unexpected costs. 3) Add explicit safeguards: token/call limits, max run time, and clear halt conditions in your heartbeat/cron configuration. 4) Audit any task queue and memory files for sensitive data before the agent uses them. 5) Ensure external integrations (Discord/Slack, webhooks) are provided via scoped credentials stored securely and reviewed; do not supply broad or long-lived org-level tokens. 6) Provide monitoring and a manual immediate-stop mechanism so you can disable autonomous runs quickly if behavior is unexpected. If you cannot verify the repository origin or prefer not to grant outbound posting/cron privileges, do not enable this skill system-wide.
功能分析
Type: OpenClaw Skill
Name: agent-autonomy-kit-1-0-0
Version: 1.0.0
The Agent Autonomy Kit is a productivity-oriented skill bundle designed to transition AI agents from reactive to proactive behavior using a task queue system and modified heartbeat routines. It leverages standard OpenClaw features such as cron jobs for automation and file-based state management (e.g., tasks/QUEUE.md) to maintain continuous operation. The instructions explicitly prioritize human requests and include guidance on token budget awareness, with no evidence of malicious execution, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The name/description (make agents proactive) align with the instructions (task queue, heartbeat, cron jobs, team channels). however there are provenance inconsistencies: the SKILL metadata/homepage and README point to different GitHub orgs (itskai-dev vs reflectt) and _meta.json ownerId differs from the registry ownerId. That mismatch warrants verification of origin.
Instruction Scope
SKILL.md and README explicitly instruct agents to read local task/memory files, update queues, post to team channels, and set up cron jobs that run automatically. While these actions are consistent with autonomy, they give the agent broad discretion to run recurring work, create posts to external channels, and perform repeated operations without human prompts. There are no explicit safeguards (rate or cost limits, halt conditions) in the instructions.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is lower risk from a filesystem/execution perspective because nothing will be downloaded or installed by the skill package itself.
Credentials
The skill declares no required environment variables or credentials, which is consistent for an instruction-only template. However, the README suggests integrating with Discord/Slack and using 'openclaw cron add' — those actions will require credentials/configuration elsewhere. The skill does not declare or request them, so you must ensure credentials are provided separately and scoped appropriately.
Persistence & Privilege
always is false (good). The skill explicitly recommends scheduling recurring cron jobs and continuous heartbeats, which will cause the agent to run autonomously and repeatedly. Autonomous invocation is the platform default, so this is expected, but combined with no declared safeguards it increases the risk of runaway costs, spam to external channels, or unintended actions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-autonomy-kit-1-0-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-autonomy-kit-1-0-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Agent Autonomy Kit
- Empowers agents to act proactively instead of waiting for prompts
- Introduces a task queue system (QUEUE.md) to manage work status
- Implements a "heartbeat" mechanic for continuous, autonomous task processing
- Supports automated workflows, including cron job scheduling for routine operations and reporting
- Designed for seamless integration—watch your agent work autonomously
元数据
常见问题
Agent Autonomy Kit 1.0.0 是什么?
Stop waiting for prompts. Keep working. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。
如何安装 Agent Autonomy Kit 1.0.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-autonomy-kit-1-0-0」即可一键安装,无需额外配置。
Agent Autonomy Kit 1.0.0 是免费的吗?
是的,Agent Autonomy Kit 1.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Autonomy Kit 1.0.0 支持哪些平台?
Agent Autonomy Kit 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Autonomy Kit 1.0.0?
由 123oo123442(@123oo123442)开发并维护,当前版本 v1.0.0。
推荐 Skills