Skill

Run a procedural skill by name and return its instructions. Not for reading its docs without running it - use info.

kohaku-lab d4f69fd 40 files · 31.6 KB Updated

File contents

skill

Loads a procedural skill and returns its body for you to follow.

Arguments

Arg Type Req Description
name string yes Skill name
arguments string no Text passed through to the skill

Behavior

  • Skills listed in the prompt's ## Skills index are enabled; the index is byte-budgeted, so a skill missing from it is still callable by name.
  • The returned body is instructions for you, not a completed result.

kohaku-lab/kohakuterrarium/tree/main/src/kohakuterrarium/builtin_skills/tools commit d4f69fdde2

Frequently asked questions

npx skillmds@latest add kohaku-lab/skill