/install local-skill-installer
Local Skill Installer
Use this skill when the user wants to install a local OpenClaw skill package from a zip file on the current Linux system.
What this skill does
This skill helps install a local skill package safely.
Expected user input:
- A Linux-accessible zip path, for example:
/mnt/c/Users/user/Downloads/skill-vetter-1.0.0.zip
Rules
- Only work with local zip files.
- Prefer Linux paths, not Windows
C:\...paths. - Use
move, notcopy, to avoid duplicate files. - Do not overwrite an existing skill folder without checking first.
- If the same skill name already exists, stop and report the conflict.
- Clean up temporary files after finishing.
- Do not run scripts inside the zip.
- Briefly report each important step.
Steps
- Confirm the zip file exists.
- Create a temporary extraction directory.
- Unzip the package into the temporary directory.
- Inspect the extracted content.
- Validate that it looks like an OpenClaw skill:
- must contain
SKILL.md - may also contain
_meta.json,assets,agents,references
- must contain
- Determine the correct active Skills directory for this OpenClaw installation.
- Prefer
~/.openclaw/skills/for shared local skills if appropriate. - If the current workspace has a dedicated
skills/directory and the context indicates workspace-local installation, use that instead.
- Prefer
- Determine the final skill folder name.
- If the target folder already exists:
- do not overwrite
- report the existing path and stop
- Move the extracted skill folder into the Skills directory.
- Verify the final folder and key files exist.
- Clean up temporary files.
- Tell the user:
- whether installation succeeded
- the final installed path
- whether reload or restart is needed
Output format
Always report:
- Source zip path
- Extracted skill folder name
- Final installed path
- Validation result
- Conflict result if any
- Whether reload/restart is recommended
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install local-skill-installer - After installation, invoke the skill by name or use
/local-skill-installer - Provide required inputs per the skill's parameter spec and get structured output
What is LeiAlexZhang/local-skill-installer?
Install a local OpenClaw skill from a zip file by unzipping, validating, moving it into the active Skills directory, and verifying the result. It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.
How do I install LeiAlexZhang/local-skill-installer?
Run "/install local-skill-installer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is LeiAlexZhang/local-skill-installer free?
Yes, LeiAlexZhang/local-skill-installer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does LeiAlexZhang/local-skill-installer support?
LeiAlexZhang/local-skill-installer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created LeiAlexZhang/local-skill-installer?
It is built and maintained by AlexCho (@leialexzhang); the current version is v1.0.1.