My Browser Control OpenClaw Skill
基于Python实现的macOS浏览器自动化工具,可一键打开指定网址,支持Safari/Chrome浏览器。
v0.1.4
Recently Updated
Updated 3 wk ago
Installation
clawhub install strike163163-my-browser-control
Requires npm i -g clawhub
428
Downloads
0
Stars
0
current installs
0 all-time
4
Versions
我的浏览器控制工具
本工具专为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}")
Statistics
Downloads 428
Stars 0
Current installs 0
All-time installs 0
Versions 4
Comments 0
Created Mar 6, 2026
Updated Mar 6, 2026
Author
strike163163
@strike163163
Latest Changes
v0.1.4 · Mar 6, 2026
- Added new skill.json file for better skill metadata management.
Quick Install
clawhub install strike163163-my-browser-control Related Skills
Other popular skills you might find useful.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.