skill-recruiter

Fetch and validate external Skill repositories from Git URLs.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ynitto/sandbox --skill skill-recruiter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-recruiter
Source: https://github.com/ynitto/sandbox/tree/main/.github/skills/skill-recruiter
Command: npx skills add https://github.com/ynitto/sandbox --skill skill-recruiter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

When agents cannot locate required skills locally, this skill provides a safe, automated path to fetch external SKILL.md-defined skills from a Git repository URL, validate licensing, security, and structure, and publish them for use.

Core Features & Use Cases

  • External skill discovery and automated validation pipeline: license checks, structure verification, and security/network risk assessment.
  • Safe import workflow: clone or verify local paths, report issues with actionable guidance, and integrate approved skills into the registry.
  • Use cases include onboarding new capabilities from trusted repos, auditing untrusted sources, and batch provisioning of multiple skills for teams.

Quick Start

Provide a Git repository URL to fetch, verify, and publish the skill.

Frequently Asked Questions about skill-recruiter

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

FAQPage Schema
How do I safely import external skills from a Git repository URL?

To safely import external skills from a Git repository URL, provide the URL to an automated validation pipeline that clones the repository, checks licensing, verifies SKILL.md structure, and assesses network risks before publishing the skill for use.

What does external skill verification check for before installation?

External skill verification checks for valid licensing, proper SKILL.md structure, and network security risks. It clones or verifies local paths, reports security warnings, and provides actionable guidance before integrating approved skills into the registry.

Can I audit untrusted skill repositories before adding them to my agent environment?

Yes, you can audit untrusted skill repositories by running the fetch and validate workflow. It performs license detection, SKILL.md validation, and network security checks, reporting issues with actionable guidance before any installation occurs.

How do I validate skills stored on a local path instead of a Git URL?

To validate skills on a local path, point the verification workflow to the local directory. The process verifies the local path source, performs license and structure checks, and runs security assessments just like it does for URL-based repositories.

What are the limitations of automating external skill discovery and import?

Limitations include reliance on dedicated scripts for accurate license detection and network security checks. If a repository lacks a valid SKILL.md or triggers security warnings, the structured process halts to prevent unsafe integration into the local registry.