← Back to Skills Marketplace
357
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install weekly-skills-update
Description
每周自动更新技能并推送摘要。当收到"执行技能每周更新"或"skills-weekly-update"触发时,运行 clawhub update --all 并更新 SKILLS_INDEX.md,最后推送摘要给用户。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weekly-skills-update - After installation, invoke the skill by name or use
/weekly-skills-update - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- 初始发布:实现每周自动触发技能更新并推送简要摘要。
- 支持通过多种消息内容激活更新流程。
- 自动统计并反馈更新结果(成功、已最新、失败数量)。
- 如技能列表有变动,自动维护与更新 SKILLS_INDEX.md。
- 发生错误(命令不存在、更新失败、网络问题)时提供提示与重试机制。
- 摘要支持定制化格式,包括更新时间、详细更新列表及下次提醒。
Metadata
Frequently Asked Questions
What is Weekly Skills Update?
每周自动更新技能并推送摘要。当收到"执行技能每周更新"或"skills-weekly-update"触发时,运行 clawhub update --all 并更新 SKILLS_INDEX.md,最后推送摘要给用户。 It is an AI Agent Skill for Claude Code / OpenClaw, with 357 downloads so far.
How do I install Weekly Skills Update?
Run "/install weekly-skills-update" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weekly Skills Update free?
Yes, Weekly Skills Update is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Weekly Skills Update support?
Weekly Skills Update is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weekly Skills Update?
It is built and maintained by ken0122 (@ken0122); the current version is v0.1.0.
More Skills