技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 84 · 2 current installs · 2 all-time installs
⭐ 0
安装量(当前) 2
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:123oo123442/agent-autonomy-kit-1-0-0
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's instructions match its stated purpose (making agents proactive), but there are provenance inconsistencies and it promotes continuous autonomous operation and external integrations without declaring credentials or safeguards — review before enabling.
目的
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.
说明范围
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 instr…
安装机制
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.
证书
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.
持久
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.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Agent Autonomy Kit 1.0.0」。简介:Stop waiting for prompts. Keep working.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/123oo123442/agent-autonomy-kit-1-0-0/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: agent-autonomy-kit
version: 1.0.0
description: Stop waiting for prompts. Keep working.
homepage: https://github.com/itskai-dev/agent-autonomy-kit
metadata:
openclaw:
emoji: "🚀"
category: productivity
---
# 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.