返回顶部
b

browser-opener

Cross-platform browser opening skill that supports multiple browsers (Chrome, Firefox, Edge, Safari) with URL launching capabilities. Use when Codex needs to open web browsers programmatically for: (1) Launching default browser, (2) Opening specific browsers, (3) Opening URLs with default browser, (4) Opening URLs with specific browsers, (5) Cross-platform browser automation

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
126
下载量
0
收藏
概述
安装方式
版本历史

browser-opener

# 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: ```python # Using the browser opener script python scripts/open_browser.py --url https://www.google.com ``` Open a URL with a specific browser: ```python # 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/](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](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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 browser-opener-skill-1776123444 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 browser-opener-skill-1776123444 技能

通过命令行安装

skillhub install browser-opener-skill-1776123444

下载 Zip 包

⬇ 下载 browser-opener v1.0.0

文件大小: 9.23 KB | 发布时间: 2026-4-14 14:41

v1.0.0 最新 2026-4-14 14:41
- Initial release of browser-opener skill.
- Provides cross-platform support for opening URLs in Chrome, Firefox, Edge, Safari, or the system default browser.
- Command-line options for specifying browsers, incognito/private mode, new window, and headless operation.
- Includes robust error handling for invalid URLs, unavailable browsers, and platform-specific issues.
- Usage examples and detailed browser support documentation included.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部