Import Skill banner
trailofbits trailofbits

Import Skill

Development community

Description

--- name: import-skill description: >- Import a skill from a GitHub URL into the curated marketplace. Downloads, transforms to meet plugin standards, validates, and creates a PR. allowed-tools: - Bash - Read - Write - Edit - Grep - Glob --- # /import-skill -- Import a Skill from GitHub Import an external skill into the curated marketplace. Takes a GitHub URL, fetches the source, transforms it to meet plugin standards, validates, and creates a PR. **Argument:** A GitHub URL poi

Installation

Installs to ~/.claude/commands/trailofbits-skills-curated-import-skill.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills-curated/HEAD/.claude/commands/import-skill.md -o ~/.claude/commands/trailofbits-skills-curated-import-skill.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository