← 返回
未分类 中文

Browser Opener Skill

Opens URLs in multiple browsers (Chrome, Firefox, Edge, Safari) across platforms, supporting default, specific browsers, incognito, new windows, and headless...
在多平台上使用多种浏览器(Chrome、Firefox、Edge、Safari)打开URL,支持默认浏览器、指定浏览器、隐身模式、新窗口及无头模式
panchenbo panchenbo 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 507
下载
💾 11
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 20:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,406 📥 324,295
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,488 📥 551,951
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,124 📥 842,948