/install browser-opener-skill
Browser Opener Skill
This skill provides cross-platform browser opening capabilities with support for multiple browsers.
Quick Start
Open a URL with the default browser:
# Using the browser opener script
python scripts/open_browser.py --url https://www.google.com
Open a URL with a specific browser:
# Open with Chrome
python scripts/open_browser.py --url https://www.google.com --browser chrome
# Open with Firefox
python scripts/open_browser.py --url https://www.google.com --browser firefox
# Open with Edge
python scripts/open_browser.py --url https://www.google.com --browser edge
Supported Browsers
- Chrome:
chrome,google-chrome,google-chrome-stable - Firefox:
firefox,mozilla-firefox - Edge:
edge,microsoft-edge - Safari:
safari,apple-safari - Default:
default(uses system default browser)
Usage Examples
See examples/ for comprehensive usage examples including:
- Basic URL opening
- Browser-specific launching
- Batch opening multiple URLs
- Error handling scenarios
Browser Support Details
For detailed information about browser support on different platforms, see references/browser_support.md.
Command Line Options
The scripts/open_browser.py script supports the following options:
--url: URL to open (required)--browser: Browser to use (optional, defaults to 'default')--new-window: Open in new window (optional)--incognito: Open in incognito/private mode (optional)--headless: Open in headless mode (optional, for testing)
Error Handling
The script includes comprehensive error handling for:
- Invalid URLs
- Browser not found
- Permission issues
- Platform-specific errors
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install browser-opener-skill - After installation, invoke the skill by name or use
/browser-opener-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Browser Opener Skill?
Opens URLs in multiple browsers (Chrome, Firefox, Edge, Safari) across platforms, supporting default, specific browsers, incognito, new windows, and headless... It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.
How do I install Browser Opener Skill?
Run "/install browser-opener-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Browser Opener Skill free?
Yes, Browser Opener Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Browser Opener Skill support?
Browser Opener Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Browser Opener Skill?
It is built and maintained by panchenbo (@panchenbo); the current version is v1.0.0.