← 返回 Skills 市场
357
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install weekly-skills-update
功能描述
每周自动更新技能并推送摘要。当收到"执行技能每周更新"或"skills-weekly-update"触发时,运行 clawhub update --all 并更新 SKILLS_INDEX.md,最后推送摘要给用户。
安全使用建议
This skill appears to do what it claims, but review a few things before enabling it: (1) It will run clawhub update --all and perform network updates that can modify many installed skills — only enable if you trust the clawhub source/registry. (2) It writes to ~/.openclaw/workspace, /tmp, and a log path that appears mistyped as ~/clawd/workspace — fix the path or confirm intended locations to avoid accidental writes. (3) The push destination for the summary is vague (mentions Feishu/current session); confirm which channel/session will receive the summary to avoid leaking information. (4) Consider backing up SKILLS_INDEX.md and your skills directory before first run, and run the update manually once to observe behavior. If you want higher assurance, request the exact clawhub binary/package provenance or a versioned install instruction.
功能分析
Type: OpenClaw Skill
Name: weekly-skills-update
Version: 0.1.0
The skill's purpose is to perform weekly updates of other OpenClaw skills. It instructs the AI agent to execute `clawhub update --all` via a shell command, parse the output, update `SKILLS_INDEX.md`, and log results to `/tmp/skills-update-output.txt` and `~/clawd/workspace/logs/`. While this involves shell execution and file system modifications, these actions are directly aligned with the stated purpose of a skill update mechanism. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized remote control, persistence mechanisms, or deceptive prompt injection attempts to subvert the agent's core functions beyond its stated task.
能力评估
Purpose & Capability
The name/description state a weekly update that runs clawhub update --all, updates SKILLS_INDEX.md, and pushes a summary — the SKILL.md does exactly that. No unexpected external credentials or unrelated binaries are requested.
Instruction Scope
The runtime instructions explicitly cd into ~/.openclaw/workspace, run clawhub update --all, write output to /tmp/skills-update-output.txt, parse results, update SKILLS_INDEX.md, and save logs. This is within the expected scope, but there are ambiguous/mistyped paths (e.g., log path uses ~/clawd/workspace which is inconsistent with ~/.openclaw) and an unspecified push target ('current session (飞书/主会话)'), which could cause accidental writes or unexpected destinations. The skill will read and write files under the user's home and /tmp and will perform network operations via clawhub.
Install Mechanism
This is instruction-only with no install spec or downloaded code — lowest install risk. The SKILL.md only suggests installing clawhub via npm if missing, which is a local package manager command and not executed by the skill itself.
Credentials
The skill declares no environment variables or credentials, and the instructions do not request secrets. It only relies on a local clawhub binary and filesystem access, which are proportional to the described function.
Persistence & Privilege
always is false and the skill is user-invocable. The skill will modify local files (SKILLS_INDEX.md and logs) and runs clawhub --all which updates other installed skills. This is expected for an updater but gives the skill effective write/update capability across the agent's skill workspace — verify you want automated updates to run and modify those files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weekly-skills-update - 安装完成后,直接呼叫该 Skill 的名称或使用
/weekly-skills-update触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- 初始发布:实现每周自动触发技能更新并推送简要摘要。
- 支持通过多种消息内容激活更新流程。
- 自动统计并反馈更新结果(成功、已最新、失败数量)。
- 如技能列表有变动,自动维护与更新 SKILLS_INDEX.md。
- 发生错误(命令不存在、更新失败、网络问题)时提供提示与重试机制。
- 摘要支持定制化格式,包括更新时间、详细更新列表及下次提醒。
元数据
常见问题
Weekly Skills Update 是什么?
每周自动更新技能并推送摘要。当收到"执行技能每周更新"或"skills-weekly-update"触发时,运行 clawhub update --all 并更新 SKILLS_INDEX.md,最后推送摘要给用户。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 357 次。
如何安装 Weekly Skills Update?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weekly-skills-update」即可一键安装,无需额外配置。
Weekly Skills Update 是免费的吗?
是的,Weekly Skills Update 完全免费(开源免费),可自由下载、安装和使用。
Weekly Skills Update 支持哪些平台?
Weekly Skills Update 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weekly Skills Update?
由 ken0122(@ken0122)开发并维护,当前版本 v0.1.0。
推荐 Skills