Skip to content
skillterm

← use cases · web docs

A skill from a SaaS product's docs

Point skillterm at a documentation URL and turn a SaaS API into a reusable, Tab-aware skill.

Who it's for

Developers integrating a hosted API (Stripe, Twilio, a private internal service) who want its surface at their fingertips.

The problem

A SaaS API lives behind a docs site, not a man page. Getting its endpoints and idioms into your shell usually means alt-tabbing to a browser over and over.

How skillterm does it

  1. 1

    The bundled saas-detector bootstrap skill teaches the agent how to classify a tool and locate its documentation.

  2. 2

    skillterm generate stripe --from-url <docs-url> fetches the specified docs directly instead of guessing.

  3. 3

    The agent parses the docs and writes a SKILL.md describing the product's commands and patterns.

  4. 4

    The result installs like any skill and can be published to a registry for your team.

The outcome

A hosted API becomes a local, shareable skill — the same SKILL.md an agent reasons over is documentation your teammates can read.