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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "local-skill-installer" with this command: npx skills add leialexzhang/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, not copy, 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

  1. Confirm the zip file exists.
  2. Create a temporary extraction directory.
  3. Unzip the package into the temporary directory.
  4. Inspect the extracted content.
  5. Validate that it looks like an OpenClaw skill:
    • must contain SKILL.md
    • may also contain _meta.json, assets, agents, references
  6. 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.
  7. Determine the final skill folder name.
  8. If the target folder already exists:
    • do not overwrite
    • report the existing path and stop
  9. Move the extracted skill folder into the Skills directory.
  10. Verify the final folder and key files exist.
  11. Clean up temporary files.
  12. 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

URL to PDF

Convert URL to PDF suitable for mobile reading.

Registry SourceRecently Updated
1.3K0guoqiao
General

pdf-ocr-layout

基于智谱 GLM-OCR、GLM-4.7 及 GLM-4.6V 的多模态文档深度解析工具。 Use when: - 需要高精度提取文档(PDF/图片)中的表格并转换为 Markdown 格式 - 需要从文档页面中自动裁剪并提取插图、图表为独立文件 - 需要对提取的图表进行深度语义理解(基于 GLM-4.6V 视觉分析) - 需要对提取的表格数据进行逻辑分析(基于 GLM-4.7 文本分析) 核心架构: 1. 视觉提取:GLM-OCR 2. 语义理解:GLM-4.7 (纯文本/表格) + GLM-4.6V (多模态/图像)

Registry SourceRecently Updated
1.5K1baokui
General

rupali

Playful virtual girlfriend voice companion. Use when the user wants short, flirty, friendly text replies returned as Bulbul v3 audio across chat channels (Discord/Telegram/WhatsApp). Generate a brief response, then synthesize and send MP3.

Registry SourceRecently Updated
General

博查搜索

博查搜索 API 插件,从全网搜索网页信息,结果准确、摘要完整,适合 AI 使用。

Registry SourceRecently Updated