skill-installer

Install Claude Code skills from GitHub, URLs, or local files after security scanning.

265|23|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/yipng05-max/-skills --skill skill-installer-yipng05-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/yipng05-max/-skills/tree/main/skill-installer
Command: npx skills add https://github.com/yipng05-max/-skills --skill skill-installer-yipng05-max

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you reliably install Claude Code skills from GitHub, URLs, local files, or pasted SKILL.md content while preventing unsafe installations through an automated review flow.

Core Features & Use Cases

  • Multi-source Skill Installation: Install skills using GitHub repository paths, raw SKILL.md URLs, third-party URLs, local filesystem paths, or pasted SKILL.md content.
  • Built-in Safety Review (skill-vetter style): Automatically scans SKILL.md content for security red lines such as credential access, unsafe command execution patterns, and suspicious network exfiltration logic, and blocks installation if any red line triggers.
  • User-confirmed, auditable workflow: Presents an installation summary including detected risk level and requires explicit user confirmation before writing files to ~/.claude/skills/<skill-name>/SKILL.md.

Quick Start

Ask the AI to install a skill from a GitHub path by saying: Install owner/repo/skill-name.

Frequently Asked Questions about skill-installer

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

FAQPage Schema
How do I install Claude Code skills from a GitHub repository safely?

To install Claude Code skills safely from GitHub, provide the repository path or raw SKILL.md URL. The installer parses YAML frontmatter, runs automated security redline checks, and writes to ~/.claude/skills/ only after explicit user confirmation.

Can I install Claude Code skills from pasted SKILL.md content or local files?

Yes, you can install Claude Code skills from pasted SKILL.md content or local filesystem paths. The installer validates the YAML frontmatter and performs mandatory security scanning before writing the file to your skills directory.

What security checks are applied when installing custom Claude Code skills?

Custom Claude Code skill installation applies redline-based threat checks that scan for credential access, unsafe command execution, and suspicious network exfiltration. It assesses risk levels and blocks installation if any security red line triggers.

Do I need to review YAML frontmatter before installing a Claude Code skill?

You do not need to manually review YAML frontmatter before installation. The installer automatically parses the name and description fields from the SKILL.md file and includes a risk assessment in the installation summary for your review.

Why does my Claude Code skill installation require explicit user confirmation?

Claude Code skill installation requires explicit user confirmation to ensure system safety. After automated security scanning, the installer presents a summary of detected risk levels and waits for your approval before writing files to ~/.claude/skills/.

What is the best way to prevent unsafe command execution when adding new Claude Code skills?

The best way to prevent unsafe command execution is using an installer with built-in safety guardrails. It scans SKILL.md content for suspicious execution patterns and blocks deployment if exfiltration logic or credential access triggers a red line.