技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.2
统计:⭐ 0 · 48 · 2 current installs · 2 all-time installs
⭐ 0
安装量(当前) 2
🛡 VirusTotal :良性 · OpenClaw :良性
Package:ayakolin/agent-autonomy-kit-zh
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is an instruction-only toolkit that coherently tells an agent how to run proactively (task queue, heartbeat, cron jobs); it requires no new credentials or installs, but enables autonomous, persistent operation so you should review scheduling and channel configs before enabling.
目的
The name/description (make agents proactive) matches the content: templates for a task queue, heartbeat routine, and examples to schedule cron jobs. The instructions only reference files and services you would reasonably expect (tasks/QUEUE.md, HEARTBEAT.md, memory files, team channels, and platform cron). Minor metadata inconsistencies exist (SKILL.md/README repo references differ and version numbers vary) but these are cosmetic and do not ch…
说明范围
SKILL.md stays within the stated purpose: it tells the agent to read/write task queue and memory files, pick tasks, update status, and post progress to team channels. It also recommends scheduling cron jobs (openclaw cron add) to run autonomously. These are expected for an autonomy kit, but they do instruct the agent to transmit updates to external team channels (Discord/Slack) and to schedule recurring autonomous runs — both actions increase …
安装机制
This is an instruction-only skill with no install spec and no code files. Nothing is downloaded or written by an install step in the skill bundle itself, which is the lowest-risk install profile.
证书
The skill declares no required environment variables or credentials (none in requires.env). However the instructions reference configuring team channels (Discord/Slack) and using openclaw cron — those integrations typically rely on existing platform-level channel credentials or agent config (not declared here). That is proportionate to the functionality, but you should verify what channel tokens/permissions already exist in your agent config b…
持久
always is false and the skill does not self-enable; however the guidance explicitly tells users to set cron jobs and to run heartbeats frequently, which gives the agent ongoing autonomous activity once scheduled. That persistent autonomous activity is consistent with the kit's purpose but increases operational and billing blast radius — double-check cron schedules and token/budget constraints before enabling.
综合结论
This skill is coherent with its stated purpose: it provides templates and steps to make an agent work proactively and to schedule autonomous heartbeats. It does not request new secrets or install code, but it assumes you have team-channel integrations and the platform's cron/scheduling configured. Before installing: (1) verify the agent's Discord/Slack channel credentials and permissions you already have — do not add new secrets unless you kno…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Agent Autonomy Kit Zh」。简介:Stop waiting for prompts. Keep working. (Chinese localized version)。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/ayakolin/agent-autonomy-kit-zh/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: agent-autonomy-kit-zh
version: 1.0.1
description: Stop waiting for prompts. Keep working. (Chinese localized version)
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.