Skip to content

vor show skill

vor show skill

List bundled vor skills, or print one (or one of its reference files)

Synopsis

List the task-specific skills bundled with this vor binary, print one named skill, or print a reference file carried inside a skill.

With no arguments, lists every bundled skill (name and one-line description). With a skill name, prints that skill's full SKILL.md, including frontmatter. With a skill name and a reference path, prints that file from inside the skill (for example "vor show skill models references/model-rest-payload.md"); skills use this to keep SKILL.md lean and load deeper material on demand. Add --files to list the reference files a skill carries.

Output is raw when piped or redirected; Markdown may be rendered for readability when written to a terminal.

vor show skill [name] [reference-path] [flags]

Options

      --files   list the reference files bundled in the named skill
  -h, --help    help for skill
      --json    output the skill list as JSON (list mode only)

Options inherited from parent commands

      --play string   playpen path
      --renew-token   renew token (default true)

SEE ALSO