Integrations

Skills

OpenSteer ships first-party skills for coding agents, with `opensteer` installed by default and `recorder` available explicitly or through `--all`.

Skills

OpenSteer ships first-party skills so coding agents can use the framework with the standard workflow already packaged.

Install

Install the default skill set:

opensteer skills install

Install everything packaged with the repository:

opensteer skills install --all

Install a specific skill:

opensteer skills install --skill recorder

Install for a specific agent:

opensteer skills install --agent claude-code
opensteer skills install --agent codex

List the packaged skills without installing them:

opensteer skills install --list

Packaged skills

The repository ships:

  • opensteer
  • recorder

If you run opensteer skills install with no extra flags, OpenSteer installs opensteer only.

Installer behavior

The installer wraps the upstream skills CLI.

It prefers the GitHub source:

steerlabs/opensteer

If GitHub is not reachable, it falls back to the locally packaged skills/ directory in the repository.

Useful flags

  • --skill <name>
  • --agent <name>
  • --all
  • --list
  • --global
  • --yes
  • --copy

Skill layout

The packaged repository layout is:

skills/
  opensteer/
    SKILL.md
  recorder/
    SKILL.md

Use opensteer for discovery-first site exploration and saved-target workflows. Use recorder when the task is best solved by capturing a live browser flow and turning it into a script.