← 返回 Skills 市场
497
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tianyi-self-upgrade
功能描述
OpenClaw 自我迭代升级技能。使用场景:配置自动修复、技能更新、依赖安装、版本检查、问题预防性修复。支持安全模式(需用户确认)和自动模式(低风险操作自动执行)。
安全使用建议
This skill is coherent with a self-upgrade tool, but review before installing: (1) Inspect the full script to confirm it does not transmit tokens off-machine and logs sensitive values. (2) Confirm that migrating authToken fields is intended — back up current configs and verify rollback works. (3) Remove or parameterize the hard-coded skillsPath (D:\workspace\openclaw_ceo\skills) to avoid touching unrelated directories. (4) Understand what openclaw doctor --fix does on your system (run in DryRun first). (5) Prefer to require explicit user confirmation for medium/high-risk steps and restrict autonomous invocation for those operations. If you cannot review the script or do not trust it to handle secrets safely, do not enable automatic mode.
功能分析
Type: OpenClaw Skill
Name: tianyi-self-upgrade
Version: 1.0.0
The skill is designed for self-upgrade and maintenance, which involves legitimate file system modifications (reading/writing `openclaw.json`, creating backups) and executing external commands (`openclaw doctor --fix`, `npm list`). While these actions are aligned with the stated purpose, the execution of external commands and direct file system manipulation are inherently high-risk capabilities. There is no clear evidence of intentional malicious behavior like data exfiltration or backdoor installation. However, the reliance on external commands and the potential for these commands to be exploited or misused, even if unintentionally by the skill's design, elevates the classification to 'suspicious' rather than 'benign'. The `SKILL.md` explicitly defines security constraints and forbidden actions, which is a positive indicator against malicious intent, but the underlying capabilities remain risky.
能力评估
Purpose & Capability
Name/description (self-upgrade, config migration, backups, diagnostics) match the instructions: reading ~/.openclaw/openclaw.json, migrating fields, creating backups, running openclaw doctor and npm checks are expected for an upgrade helper.
Instruction Scope
Instructions explicitly read and overwrite the OpenClaw config, migrate authToken → auth.token, create backups, and run openclaw doctor --fix. These are within upgrade scope, but any operation that touches authentication fields warrants careful review and explicit authorization; the skill does not show safeguards for avoiding accidental exposure of secrets beyond prohibiting unauthorized API key changes.
Install Mechanism
Instruction-only skill with no install spec or external downloads — lowest install risk. No code files to execute were bundled by the registry.
Credentials
The skill requests no environment variables or external credentials, which is appropriate. However it reads and writes the local OpenClaw config that may contain API tokens/credentials; this is proportionate for a migration tool but increases sensitivity and should be justified/authorized by the user.
Persistence & Privilege
always is false and the skill is user-invocable. The ability to modify local configuration is expected for an upgrade tool; autonomous invocation is permitted by platform defaults — combine with user confirmation for non-low-risk steps as the SKILL.md recommends.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tianyi-self-upgrade - 安装完成后,直接呼叫该 Skill 的名称或使用
/tianyi-self-upgrade触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - OpenClaw 自我迭代升级技能
元数据
常见问题
Self-Upgrade (Tianyi) 是什么?
OpenClaw 自我迭代升级技能。使用场景:配置自动修复、技能更新、依赖安装、版本检查、问题预防性修复。支持安全模式(需用户确认)和自动模式(低风险操作自动执行)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 497 次。
如何安装 Self-Upgrade (Tianyi)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tianyi-self-upgrade」即可一键安装,无需额外配置。
Self-Upgrade (Tianyi) 是免费的吗?
是的,Self-Upgrade (Tianyi) 完全免费(开源免费),可自由下载、安装和使用。
Self-Upgrade (Tianyi) 支持哪些平台?
Self-Upgrade (Tianyi) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self-Upgrade (Tianyi)?
由 tianyi(@fffdz)开发并维护,当前版本 v1.0.0。
推荐 Skills