Use when you need to discover or fetch remote skills from an up-skills playlist (list/search/get) and inject the SKILL.md content into the session.
This skill is a gateway to remote skills stored as pointers in an up-skills playlist.
Important: in MVP, remote skills are single-file only (SKILL.md). Multi-file skills (scripts, references, templates) are not supported.
You must have:
up-skills CLI available (bin from this repo)Recommended env vars:
UP_SKILLS_BASE_URLUP_SKILLS_TOKENIf you don't have a token, run:
up-skills init
up-skills search "<keywords>"
Pick an id from the results.
Get the latest remote SKILL.md content and inject it into the session:
up-skills get <id>
up-skills get always aims to return the latest version from GitHub Raw (ETag revalidation).up-skills search filters your stored list; it does not fetch from GitHub.