SkillHub

use

Print an external skill's body as a prompt without installing it.

skillhub use prints an external skill's body as a prompt, without installing anything — pipe it straight into any agent. Sources can be GitHub, skills.sh, or a local path. Because it resolves external sources, use requires you to be logged in.

Synopsis

skillhub use <ref>

Examples

skillhub use gh:anthropics/skills#changelog
skillhub use sh:some-slug

JSON output

With --json, the data object contains:

  • ref.
  • body — the skill body text.

On this page