Installs the first-party OpenSteer skill pack using the upstream “skills” CLI, enabling AI agents to use OpenSteer for browser automation.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/steerlabs/opensteer/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Commands
install: Install the OpenSteer skilladd: Alias forinstall
Options
-a, --agent <agents...>: Target specific agent(s)-g, --global: Install globally-y, --yes: Skip confirmations--copy: Copy files instead of symlinking--all: Install to all agents-h, --help: Show help
Examples
Install for Current Directory
Install for Specific Agent
Install Globally with Auto-Confirm
Install to All Agents
Copy Instead of Symlink
Multiple Agents
Show Help
What Gets Installed
The OpenSteer skill pack provides:- Skill definitions: Instructions for AI agents on how to use OpenSteer
- Command templates: Pre-configured command patterns
- Best practices: Guidance on browser automation workflows
- Integration tools: Helper functions for agent integration
Supported Agents
The skills installer works with agents that support the “skills” CLI, including:- Codex
- Cursor
- Other skill-compatible AI agents
Installation Modes
Local Installation
Installs the skill to the current project’s agent configuration.Global Installation
Installs the skill to the global agent configuration, making it available across all projects.Symlink vs Copy
By default, skills are symlinked to the OpenSteer installation:- Symlink (default): Automatically updates when OpenSteer is updated
- Copy (
--copy): Creates a standalone copy that won’t auto-update
Confirmation Prompts
By default, the installer asks for confirmation before making changes. Use--yes to skip:
Output
Unlike other OpenSteer commands,skills streams human-readable output from the upstream skills CLI rather than returning JSON.
Example output: