📦 Self Driven — 自主闭环

v0.1.0

让 AI 在无需人工提示的情况下,自主挑选、执行、评估并记录任务,形成持续优化的闭环,高效完成多步骤工作流。

2· 310·1 当前·1 累计
adminlove520 头像by @adminlove520 (Anonymous)
下载技能包
最后更新
2026/3/11
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill is internally consistent: it tells the agent to read and write two local files and to run periodically. Before installing, decide whether you want the agent to run autonomously on a schedule; verify the agent platform will not create system cron jobs without explicit permission; inspect or sandbox the memory/self-driven/ folder for sensitive data (avoid placing secrets there); and review any reports/logs the skill produces so you can stop or adjust its behavior if it starts doing thin...
详细分析 ▾
用途与能力
Name/description promise an autonomous self-driven loop; SKILL.md only requires reading/writing local memory files (memory/self-driven/tasks.md and log.md) and periodic triggering. There are no unrelated environment variables, binaries, or external services required, so the requested capabilities are proportional to the purpose.
指令范围
Instructions are explicit about reading memory files, selecting and executing small tasks, evaluating results, and appending structured entries to log.md. The only scope-related note is that the skill advocates periodic autonomous triggering (cron every 30 minutes) — that increases activity frequency but is consistent with the stated goal. The instructions do not reference system-wide config, secrets, or external endpoints.
安装机制
No install spec and no code files — instruction-only. This minimizes on-disk footprint and risk from third-party installs.
凭证需求
The skill declares no required environment variables, credentials, or config paths and the runtime instructions do not attempt to access any other env vars or credentials. Requested access is limited to the local memory/* files described in the SKILL.md.
持久化与权限
always:false (default) and disable-model-invocation:false (default). While autonomous invocation is the platform default and expected for this skill, the SKILL.md explicitly encourages scheduled, repeated execution (cron). That behavior is coherent with the purpose but increases operational persistence—confirm that scheduling is performed only with user consent and that the agent's ability to write to memory/ is acceptable.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/3/11

NULL

无害

安装命令

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