import_skill
Imports Claude skills from the skills.sh marketplace or GitHub by fetching, validating, and converting them into steering or power format.
Instructions
Complete import workflow (fetch + validate + convert)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Skill identifier (required) | |
| outputFormat | Yes | Output format: "steering" or "power" (required) | |
| skipValidation | No | Skip security validation (default: false) |