skill-install

Install OpenClaw skills from ClawHub, GitHub, or local paths with a mandatory skill-guard scan.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/liusining/sining-ai-skills --skill skill-install-liusining
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-install
Source: https://github.com/liusining/sining-ai-skills/tree/main/skill-install
Command: npx skills add https://github.com/liusining/sining-ai-skills --skill skill-install-liusining

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of installing, adding, or updating OpenClaw skills, ensuring a secure and efficient workflow by integrating safety checks.

Core Features & Use Cases

  • Multi-Source Installation: Supports installation from ClawHub, GitHub repositories, or local file paths.
  • Safety First: Integrates a mandatory skill-guard scan to detect and prevent malicious code before installation.
  • Flexible Scoping: Allows installation for all agents, the current agent, or specific other agents.
  • Use Case: You need to add a new skill for analyzing code quality. You can provide a GitHub URL, and the skill will clone it, scan it, and install it to the appropriate agent's environment.

Quick Start

Install the 'skill-guard' skill from ClawHub for all agents.

Frequently Asked Questions about skill-install

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install OpenClaw skills from a GitHub repository securely?

To install OpenClaw skills from a GitHub repository securely, this tool clones the source and enforces a mandatory safety scan using skill-guard before finalizing the installation. It ensures the code is checked for malicious content before being added to your environment.

Can I add new skills from local file paths instead of ClawHub?

Yes, you can add new skills from local file paths instead of ClawHub. The installation process supports adding or updating skills from various sources including local directories, GitHub repositories, and the ClawHub platform.

What is the best way to manage skill installation scopes for different agents?

The best way to manage skill installation scopes is by specifying the target environment during setup. You can install skills for all agents, the current agent only, or specific other agents to control exactly where the new capabilities are available.

Does skill installation require a safety scan before adding new code?

Yes, skill installation requires a mandatory safety scan before adding new code. The process integrates the skill-guard scan to detect and prevent malicious code, ensuring that no unsafe scripts are finalized in your environment.

Why does skill installation fail when the safety scan detects malicious code?

Skill installation fails when the safety scan detects malicious code because the process enforces a mandatory skill-guard check before finalizing. This prevention mechanism stops potentially harmful scripts from being cloned and added to your agent environments.