use-skill

Installation
SKILL.md

use-skill

Fetch a remote skill and execute it in the current session without installing it permanently. The skill is loaded, run, and discarded.

Argument parsing

The user's input after /use-skill is flexible. Parse it using these rules in order:

Format 1: Direct URL to SKILL.md

/use-skill https://raw.githubusercontent.com/owner/repo/main/skills/my-skill/SKILL.md

Detection: URL ends with SKILL.md. Action: Fetch the URL directly with curl.

Format 2: Full GitHub repo URL + optional skill name

/use-skill https://github.com/owner/repo skill-name
/use-skill https://github.com/owner/repo --skill skill-name
Related skills
Installs
6
Repository
vesely/skills
GitHub Stars
27
First Seen
Apr 13, 2026