← 返回 Skills 市场
352
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install self-driven
功能描述
Enables AI to autonomously select, execute, evaluate, and record tasks in a closed loop without human prompts, prioritizing efficiency and continuous improve...
安全使用建议
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 things you don't expect.
功能分析
Type: OpenClaw Skill
Name: self-driven
Version: 0.1.0
The skill bundle defines a framework for an autonomous AI agent loop ('Self-Driven AI') through Markdown-based instructions in SKILL.md and README.md. It establishes a workflow for the agent to independently read a task list, execute tasks, and log progress every 30 minutes via a scheduled trigger. There is no evidence of malicious code, data exfiltration, or unauthorized system access; the instructions for 'self-optimization' and autonomous task selection are consistent with the stated purpose of creating a self-driven agent within the OpenClaw environment.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk footprint and risk from third-party installs.
Credentials
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.
Persistence & Privilege
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-driven - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-driven触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Self-Driven AI skill.
- Enables AI to autonomously select, execute, evaluate, and record tasks without waiting for user commands.
- Establishes a 5-step loop: read memory, pick task, execute, self-assess, record/report.
- Uses a task pool and execution log for complete traceability.
- Prioritizes tasks based on context and current progress.
- Automates regular execution via 30-minute cron triggers.
- Designed for continuous self-improvement and minimal human intervention.
元数据
常见问题
Self Driven 是什么?
Enables AI to autonomously select, execute, evaluate, and record tasks in a closed loop without human prompts, prioritizing efficiency and continuous improve... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 352 次。
如何安装 Self Driven?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-driven」即可一键安装,无需额外配置。
Self Driven 是免费的吗?
是的,Self Driven 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Self Driven 支持哪些平台?
Self Driven 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self Driven?
由 Anonymous(@adminlove520)开发并维护,当前版本 v0.1.0。
推荐 Skills