← 返回 Skills 市场
binyuli

Skill 自动沉淀

作者 binyuli · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-autosave
功能描述
自动将任务经验沉淀为 skill。当任务满足沉淀条件时触发:使用了 5+ 次 tool call、遇到错误后找到正确解法、用户纠正了方法、或发现了可复用的多步骤 workflow。完成任务后自动评估是否值得沉淀,查重已有 skill,创建新 skill 或更新已有 skill。
安全使用建议
This skill's behavior is plausible for 'autosave' functionality, but it references scanning your personal and system skill directories and running a system-local script (and a 'clawhub publish' command) even though the metadata declares no required paths or binaries. Before installing or enabling it, verify: (1) you trust the 'skill-creator' and 'clawhub' tools and that the script path (/usr/lib/node_modules/...) exists and contains trusted code; (2) you are comfortable letting the agent read ~/.openclaw/skills/ and /usr/lib/node_modules/openclaw/skills/ and create/update files there; (3) whether you want automatic creation/publishing or prefer a manual confirmation step. If you proceed, consider backing up your ~/.openclaw/skills/ folder and adding an explicit confirmation requirement in the SKILL.md (or disabling autonomous invocation) so the agent cannot create/publish skills without your consent.
功能分析
Type: OpenClaw Skill Name: skill-autosave Version: 1.0.0 The skill automates the creation and publication of new skill bundles based on the agent's task history, which involves scanning local directories (~/.openclaw/skills) and executing shell commands like 'clawhub publish' and a local Python script (init_skill.py). While the stated intent is productivity and workflow preservation, the autonomous generation and publication of executable instructions (skills) without human-in-the-loop review is a high-risk behavior that could be leveraged to propagate unintended or harmful logic.
能力评估
Purpose & Capability
The name/description (auto-convert repeated/complex workflows into skills) aligns with the runtime steps: deduplicate existing skills, create or update SKILL.md, and publish locally. However, the metadata declares no required binaries or config paths while the instructions assume the presence of python3, a 'skill-creator' script under /usr/lib/node_modules, and a 'clawhub' publish command. That mismatch (metadata omits these dependencies) is noteworthy.
Instruction Scope
SKILL.md directs the agent to scan ~/.openclaw/skills/ and /usr/lib/node_modules/openclaw/skills/, run a system python script at /usr/lib/node_modules/openclaw/skills/skill-creator/scripts/init_skill.py, and call 'clawhub publish'. These actions involve reading system and user files and executing code. While these steps are relevant to deduplication and skill creation, the instructions are vague about how 'task complete' and the 5+ tool-call trigger are detected and offer no explicit safeguards (e.g., user confirmation before creating/publishing). The file/path accesses and execution are not declared in the skill metadata — an inconsistency and potential privacy/execution risk.
Install Mechanism
This is instruction-only with no install spec, which limits what the skill itself writes to disk. That lowers risk. Still, the instructions assume external tooling and a script under /usr/lib/node_modules will exist; if they don't exist the agent may try to locate or install them (not described).
Credentials
The skill requests no credentials or environment variables. The primary sensitivity is filesystem access (reading and writing SKILL.md under user and system skill directories). Those accesses are relevant to the stated purpose but should be explicit in metadata and gated by user consent.
Persistence & Privilege
The skill is not marked always:true and does not request persistent elevated privileges. It does instruct writing to ~/.openclaw/skills/ (its own domain) and publishing locally, which is consistent with its purpose. There is no instruction to modify other skills' configs or system-wide agent settings beyond using the skill-creator script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-autosave
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-autosave 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:自动评估任务并沉淀为 skill
元数据
Slug skill-autosave
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill 自动沉淀 是什么?

自动将任务经验沉淀为 skill。当任务满足沉淀条件时触发:使用了 5+ 次 tool call、遇到错误后找到正确解法、用户纠正了方法、或发现了可复用的多步骤 workflow。完成任务后自动评估是否值得沉淀,查重已有 skill,创建新 skill 或更新已有 skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 Skill 自动沉淀?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-autosave」即可一键安装,无需额外配置。

Skill 自动沉淀 是免费的吗?

是的,Skill 自动沉淀 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill 自动沉淀 支持哪些平台?

Skill 自动沉淀 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill 自动沉淀?

由 binyuli(@binyuli)开发并维护,当前版本 v1.0.0。

💬 留言讨论