← Back to Skills Marketplace
litiao1224

Skill Update Litiao

by litiao1224 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
239
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skill-update-litiao
Description
Safely update skills with preview, migration support, and user validation. Never lose data or break workflows.
Usage Guidance
This appears to be a reasonable instruction-only 'skill updater' but check three things before installing: (1) Confirm who published it — _meta.json slug/owner differ from the registry record (could be packaging error or misattribution). (2) Ensure the agent environment includes Node/npm/npx if you expect the helper to run the npx clawhub commands (the skill does not declare required binaries). (3) Be comfortable with the updater reading and writing ~/.clawhub and /tmp (backups/migrations). Ask the publisher to clarify the metadata mismatch, and test the preview flow on a non-critical skill or in a disposable environment to verify it only reads the intended folders and asks for explicit approval before any destructive changes.
Capability Analysis
Type: OpenClaw Skill Name: skill-update-litiao Version: 1.0.0 The skill bundle provides a framework for safely managing updates and migrations of other OpenClaw skills. It emphasizes user consent, automated backups to '~/.clawhub/backups/', and impact analysis using standard 'npx clawhub' commands (SKILL.md, migrate.md, preview.md). No malicious behaviors, data exfiltration, or unauthorized execution patterns were identified.
Capability Assessment
Purpose & Capability
The skill claims to manage safe updates, previews, and migrations — which aligns with the instructions — but the runtime instructions call out npx clawhub commands and reading/writing the user's ~/.clawhub skill folders without listing any required binaries or config paths. Also _meta.json uses a different slug/ownerId than the registry metadata, which is an unexpected packaging inconsistency.
Instruction Scope
SKILL.md, migrate.md, and preview.md explicitly instruct the agent to read skill files, copy/move folders, run diffs, and back up/restore from ~/.clawhub and /tmp. Those actions are coherent for an updater, but they require file-system access to user skill data and the ability to run external commands (npx). The instructions emphasize seeking user approval before destructive actions, which is good, but they do assume the agent can read and write in those paths.
Install Mechanism
This is instruction-only with no install spec and no code files — lowest install risk. There is no archive download or external installation declared.
Credentials
The skill declares no credentials, environment variables, or config paths. The actions described (reading/moving skill files under ~/.clawhub, copying to /tmp/backups, running npx) are proportional to an updater's purpose, but the skill should have declared that it expects npx (or Node/npm) and access to the ~/.clawhub paths.
Persistence & Privilege
always is false and the skill does not request permanent platform-level privileges. It does instruct keeping backups for days and restoring them when requested — appropriate for an updater and scoped to its own backup path. No instructions modify other skills' configs beyond backing up/restoring their folders (which is expected for this function).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-update-litiao
  3. After installation, invoke the skill by name or use /skill-update-litiao
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bug fixes and improvements with -litiao suffix
Metadata
Slug skill-update-litiao
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Skill Update Litiao?

Safely update skills with preview, migration support, and user validation. Never lose data or break workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.

How do I install Skill Update Litiao?

Run "/install skill-update-litiao" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Update Litiao free?

Yes, Skill Update Litiao is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Update Litiao support?

Skill Update Litiao is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Update Litiao?

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

💬 Comments