Skills

A Skill is reusable guidance around Tools. It preserves method, constraints, calling order, checks, and output shape.

When to create one

  • A request needs the same App and Tool sequence more than once.
  • The result needs checks, formatting, or safety constraints every time.
  • The method combines OOMOL APIs, authorized App APIs, and local steps.

What to include

Document the input expectation, Tool search terms, schema checks, execution order, failure handling, and final output shape. Keep credentials out of the Skill.