← Back to Skills Marketplace
fffdz

Self-Upgrade (Tianyi)

by tianyi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
497
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tianyi-self-upgrade
Description
OpenClaw 自我迭代升级技能。使用场景:配置自动修复、技能更新、依赖安装、版本检查、问题预防性修复。支持安全模式(需用户确认)和自动模式(低风险操作自动执行)。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tianyi-self-upgrade
  3. After installation, invoke the skill by name or use /tianyi-self-upgrade
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - OpenClaw 自我迭代升级技能
Metadata
Slug tianyi-self-upgrade
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Self-Upgrade (Tianyi)?

OpenClaw 自我迭代升级技能。使用场景:配置自动修复、技能更新、依赖安装、版本检查、问题预防性修复。支持安全模式(需用户确认)和自动模式(低风险操作自动执行)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 497 downloads so far.

How do I install Self-Upgrade (Tianyi)?

Run "/install tianyi-self-upgrade" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Self-Upgrade (Tianyi) free?

Yes, Self-Upgrade (Tianyi) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Self-Upgrade (Tianyi) support?

Self-Upgrade (Tianyi) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Self-Upgrade (Tianyi)?

It is built and maintained by tianyi (@fffdz); the current version is v1.0.0.

💬 Comments