Skills & Integrations
Skills
Skill system, built-in skills, and custom skill authoring.
Built-in Skills
| Skill | Description |
|---|---|
opensteer | Browser automation workflows — CLI exploration, SDK replay, scraper generation |
electron | Desktop app automation via Electron remote debugging |
Skill Structure
skills/
my-skill/
SKILL.md # Skill definition and instructions
references/ # Reference documentation
templates/ # Code templates
Conventions
- One skill per folder
SKILL.mdfrontmatter defines the skill metadata- Reference docs use relative Markdown links
- Templates provide starter code for common patterns
Using Skills
Skills are loaded by agents that support the OpenSteer skill protocol. The agent reads SKILL.md for instructions and uses reference docs and templates as context for code generation.
