← 返回 Skills 市场
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shike-autoresearch
功能描述
CPU-based autonomous optimization loop for skill quality improvement. Runs experiments, evaluates results, keeps improvements. Use when: 自主优化, skill optimiza...
安全使用建议
This skill is coherent for its stated purpose but grants an agent the ability to edit, run, and commit code inside a target directory — an action with high potential impact. Before installing or running it: (1) only point it at a disposable or sandboxed repository (not production code or repos containing secrets); (2) require and verify human review of diffs before any git commit; (3) ensure the platform enforces the checkpoints (don’t rely solely on prose in SKILL.md); (4) inspect any run_loop.py/experiment.py provided by the target repo before execution; (5) monitor subprocess calls and network activity while the skill runs. If the publisher can supply the actual run_loop.py implementation and an explicit enforcement mechanism for confirmations and sandboxing, re-evaluate — that information would raise confidence and could change this assessment to benign.
功能分析
Type: OpenClaw Skill
Name: shike-autoresearch
Version: 1.0.0
The skill implements an autonomous 'optimization loop' that explicitly instructs the AI agent to modify Python code (experiment.py) and execute it via subprocess. While the stated intent is skill optimization based on Karpathy's autoresearch, this architecture facilitates self-modifying code and arbitrary execution, which is a high-risk pattern. Although SKILL.md includes human-in-the-loop checkpoints to verify changes, the core functionality provides a direct mechanism for potential RCE if the agent is misdirected or the loop is automated without oversight.
能力评估
Purpose & Capability
The name/description (autoresearch / optimization loop) align with the actions described: editing experiment.py, running experiments, recording results, and using git to commit/revert. Requiring git and python3 is proportionate to that purpose.
Instruction Scope
SKILL.md explicitly instructs the agent to modify experiment.py, run subprocesses, execute experiments, write results.tsv, and run git commit/revert inside a target directory. While the document defines human confirmation checkpoints, it does not ship any run_loop.py or experiment scripts and gives broad discretion to change code in the target—this grants the agent the ability to make arbitrary changes to files in the target path and to execute them. There is no enforcement mechanism described to limit file scope, prevent exfiltration, or require the human confirmations to actually occur before commits.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute from the package. This minimizes install-time risks (nothing downloaded or written by an installer).
Credentials
No environment variables, credentials, or special config paths are requested by the skill metadata. The operations described (file edits, subprocess runs, git) do not require additional external credentials from the skill itself. This is proportionate, though edits could indirectly cause the target project to use its own secrets if present.
Persistence & Privilege
The skill is not marked always:true (so it won't be force-included), and disable-model-invocation is false (normal). However, because the skill's core behavior is to autonomously modify and run code and to commit/revert changes, allowing autonomous invocation without additional safety controls increases risk: the agent could make and commit changes without adequate human review unless the platform or agent enforces the SKILL.md checkpoints.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shike-autoresearch - 安装完成后,直接呼叫该 Skill 的名称或使用
/shike-autoresearch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
shike-autoresearch 1.0.0
- Initial release of a CPU-based autonomous optimization loop for improving skill quality.
- Runs experiments, evaluates results, and keeps improvements in a continuous self-optimizing cycle.
- Features user-confirmable checkpoints for direction, code changes, result acceptance, and periodic review.
- Uses a three-file architecture: config.py (read-only), experiment.py (agent-modified), and results.tsv (auto-appended).
- Supports scenarios like skill package optimization, strategy backtesting, and content creation testing.
- Includes automatic and manual stop conditions and command-line usage options.
元数据
常见问题
Lightweight Autoresearch V2 是什么?
CPU-based autonomous optimization loop for skill quality improvement. Runs experiments, evaluates results, keeps improvements. Use when: 自主优化, skill optimiza... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。
如何安装 Lightweight Autoresearch V2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shike-autoresearch」即可一键安装,无需额外配置。
Lightweight Autoresearch V2 是免费的吗?
是的,Lightweight Autoresearch V2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lightweight Autoresearch V2 支持哪些平台?
Lightweight Autoresearch V2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lightweight Autoresearch V2?
由 sjj2026(@sjj2026)开发并维护,当前版本 v1.0.0。
推荐 Skills