我的浏览器控制工具

基于Python实现的macOS浏览器自动化工具,可一键打开指定网址,支持Safari/Chrome浏览器。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "我的浏览器控制工具" with this command: npx skills add strike163163/strike163163-my-browser-control

我的浏览器控制工具

本工具专为macOS用户开发,核心功能是通过Python脚本自动打开指定网址,无需手动输入网址或点击浏览器。

核心功能说明

1. 一键打开网址功能

  • 函数名:open_website
  • 入参:url(字符串类型,必填,例如:"https://www.baidu.com")
  • 返回值:无(直接触发浏览器打开操作)
  • 实际代码(来自open_website.py):
    import webbrowser
    def open_website(url):
        # 调用macOS默认浏览器打开网址
        webbrowser.open(url)
        print(f"已成功打开网址:{url}")
    

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Safari Control

Use Safari directly on macOS when work must happen in the user's real Safari session instead of a separate automation browser. Best for reading the current t...

Registry SourceRecently Updated
1251Profile unavailable
Coding

Browser Agent - Chrome CDP 自动化

通过 Chrome DevTools Protocol 直接控制浏览器,实现登录状态复用和多场景自动化操作,支持 Windows 和 OpenClaw 集成。

Registry SourceRecently Updated
8001Profile unavailable
Coding

Productivity Bot

Automation bot for productivity tasks including data processing, scheduled notifications, and workflow optimization.

Registry SourceRecently Updated
2.4K0Profile unavailable
Coding

bb-browser

Turn any website into a CLI command. 36 platforms, 103 commands — Twitter, Reddit, GitHub, YouTube, Zhihu, Bilibili, Weibo, and more. Uses OpenClaw's browser...

Registry SourceRecently Updated
4.8K18Profile unavailable