install-skill

Audit GitHub repository content before installing Claude skills securely.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/CeJIDb/sab-win-26-parking --skill install-skill-cejidb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-skill
Source: https://github.com/CeJIDb/sab-win-26-parking/tree/main/.claude/skills/install-skill
Command: npx skills add https://github.com/CeJIDb/sab-win-26-parking --skill install-skill-cejidb

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the secure installation of Claude skills from GitHub by auditing repository content before copying to your environment. It ensures that risky or dangerous content is not installed automatically and that safe patterns are respected.

Core Features & Use Cases

  • Audits a GitHub-based skill against a predefined safety checklist and blocks risky installations.
  • Clones the repository into a temporary workspace, verifies the presence of SKILL.md, prompts for installation scope (global or project), and copies the skill to the permanent location after approval.
  • Backups existing skills and provides a controlled process to handle conflicts, including yellow-pattern confirmations.
  • Prevents automated execution during installation and avoids modifying user environment beyond the designated skill directory.

Quick Start

Provide a GitHub URL for the skill and I will audit and install it to your chosen location.

Frequently Asked Questions about install-skill

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

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

To securely install Claude skills from GitHub, provide the repository URL. The skill validates the URL, clones the content to a temporary workspace, and audits it against a safety checklist before copying any files to your permanent environment.

Does the GitHub skill installation process check for malicious content?

Yes, the GitHub skill installation checks for malicious content. It audits the repository against a predefined safety checklist to identify risky patterns, blocks dangerous installations, and prevents automated execution during the copying process.

How do I handle name conflicts when installing a new Claude skill?

To handle name conflicts when installing a Claude skill, the process detects existing skills and creates backups before proceeding. It prompts you with a confirmation to safely overwrite or retain the previous version during the installation scope selection.

Can I choose between global and project scope when installing a GitHub skill?

Yes, you can choose between global and project scope. After cloning the repository and verifying the SKILL.md file, the installation process explicitly prompts you to select the desired installation scope before completing the file transfer.

What happens if the GitHub repository does not contain a SKILL.md file?

If the GitHub repository does not contain a SKILL.md file, the installation fails. The process requires discovering a SKILL.md file in either the root or a subpath of the repository to validate and proceed with the skill installation.

Will installing a skill from GitHub automatically modify my environment variables?

No, installing a skill from GitHub will not automatically modify your environment variables. The process strictly avoids modifying the user environment beyond the designated skill directory and prevents automated execution during installation.