我的浏览器控制工具

基于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.

Coding

Browser Automation

Browser automation for AI agents using PinchTab. Control Chrome programmatically for testing, scraping, and interaction. Features token-efficient text extrac...

Registry SourceRecently Updated
0126
Profile unavailable
Coding

workflow-migrate

Migrate N8N/Zapier/Make workflows to production-grade Python or Node.js scripts. Given a workflow description or paste, rewrites automation logic with retry,...

Registry SourceRecently Updated
0155
Profile unavailable
Coding

Ghost Browser

Automated Chrome browser using nodriver for AI agent web tasks. Full CLI control with LLM-optimized commands — text-based interaction, markdown output, sessi...

Registry SourceRecently Updated
1505
Profile unavailable