skill-installer

Fetch, display, and analyze SKILL.md content before approving installation.

2|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/alexchlou/codex-for-legal --skill skill-installer-alexchlou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/alexchlou/codex-for-legal/tree/main/plugins/legal-builder-hub/skills/skill-installer
Command: npx skills add https://github.com/alexchlou/codex-for-legal --skill skill-installer-alexchlou

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of safely importing community skills by providing thorough inspection and validation before installation.

Core Features & Use Cases

  • Validate community skills: Fetches raw SKILL.md and runs trust checks and qa scans, ensuring the skill’s safety and integrity.
  • Risk assessment: Analyzes hooks, MCP connections, file writes, and network calls to identify potential security risks.
  • Use Case: A legal firm wants to add a new legal analysis skill but needs to verify it’s safe before deployment; this Skill provides an automated review process.

Quick Start

Request the skill with a skill URL or registry, review the full raw SKILL.md content, and approve the inspection results before installing.

Frequently Asked Questions about skill-installer

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

FAQPage Schema
How do I verify a community skill is safe before installing it?

To verify a community skill is safe before installing, this tool fetches the raw SKILL.md file, performs structural trust checks, and runs QA scans on hooks, MCP connections, file writes, and network calls to identify potential security risks requiring human approval.

What security risks should I check for when adding a third-party skill?

When adding a third-party skill, you should check for risks involving hooks, MCP connections, file writes, and network calls. This validation process analyzes these specific components to assess the skill's safety and structural integrity prior to deployment.

Can I review the full SKILL.md content of a community skill before deployment?

Yes, you can review the full SKILL.md content before deployment. The tool fetches and displays the complete raw markdown content from the provided skill URL or registry, ensuring full transparency for manual inspection before you approve the installation.

Does importing community skills require manual approval?

Yes, importing community skills requires manual approval. The secure import process displays the raw SKILL.md content and automated inspection results, pausing the installation until a human explicitly reviews and approves the validation findings.

How do I perform a trust check on a skill fetched from a registry?

To perform a trust check on a skill fetched from a registry, provide the skill URL to initiate a fetch. The system automatically scans the retrieved SKILL.md for structural anomalies and potential security threats, presenting a risk assessment for human review.

What are the limitations of automated QA scans for community skills?

Automated QA scans for community skills are limited to analyzing structural components like hooks, file writes, and network calls within the SKILL.md. They cannot assess logical flaws or contextual misuse, which is why human approval is required before final installation.