📦 Agent Autonomy Kit — 无需等待持续运行

v1.0.0

让智能体摆脱等待用户指令的被动模式,自动推进任务流程,保持7×24小时持续工作,大幅提升效率与连续性。

67· 1.7万·171 当前·186 累计
下载技能包
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
This kit is coherent for enabling autonomous agent behavior, but it changes how your agent operates: it will run work without prompts and post to external channels if configured. Before installing or following the README: (1) Review the GitHub repo yourself to confirm there are no hidden scripts you weren't shown. (2) Only provide channel tokens (Discord/Slack) with least privilege and via a secrets store — do not paste tokens into public files. (3) Test heartbeats and cron jobs in an isolated o...
详细分析 ▾
用途与能力
The name/description (Agent Autonomy Kit) matches the content: templates and prose instruct how to run continuous heartbeats, use a task queue, coordinate via team channels, and schedule cron jobs. Nothing requested or documented is out of scope for building an autonomous agent.
指令范围
SKILL.md and README instruct the agent to read/write local files (tasks/QUEUE.md, memory/YYYY-MM-DD.md, HEARTBEAT.md), run scheduled jobs (cron examples using openclaw), spawn/coordinate agents, and post updates to team channels. The instructions do not ask for unrelated system files or secrets, but they do direct the agent to send data to external channels (Discord/Slack) and to operate autonomously without human prompts — both legitimate for the stated purpose but raising operational/privacy considerations.
安装机制
There is no install spec and no code files; the skill is instruction-only. That minimizes risk from arbitrary code downloads or unexpected install steps.
凭证需求
The registry lists no required env vars or credentials, and none are embedded in the instructions. However the README shows examples that assume integrations with external channels (Discord/Slack) and use of openclaw cron — those will require credentials/configuration at deployment. The absence of declared env requirements is not malicious but users must supply channel tokens/CLI access; ensure those credentials are scoped/minimized and stored securely.
持久化与权限
always:false (normal). The kit explicitly encourages scheduled, autonomous runs (cron jobs, continuous heartbeats, spawning agents). Autonomous execution increases the blast radius if misconfigured (posting externally, exhausting token budgets, or acting on sensitive data). The skill does not request system-level persistence itself, but following its instructions will create persistent automated behavior—review schedules and session isolation before enabling.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/4

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install agent-autonomy-kit
镜像加速npx clawhub@latest install agent-autonomy-kit --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库