Skip to content
Skillv1.0.0

我的浏览器控制工具

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

by Lord1Egypt(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Lord1Egypt/awesome-skill-forge (community/clawhub/s/strike163163-my-browser-control/SKILL.md). Install upstream with npx skills add Lord1Egypt/awesome-skill-forge --skill strike163163-my-browser-control. Copyright stays with the author.

我的浏览器控制工具

本工具专为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}")

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/lord1egypt-awesome-skill-forge-strike163163-my-browser-control/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

lord1egypt-awesome-skill-forge-strike163163-my-browser-control.ocm.jsonjson
{
  "ocm": "1",
  "id": "lord1egypt-awesome-skill-forge-strike163163-my-browser-control",
  "kind": "skill",
  "name": "我的浏览器控制工具",
  "description": "基于Python实现的macOS浏览器自动化工具,可一键打开指定网址,支持Safari/Chrome浏览器。",
  "publisher": "Lord1Egypt",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "python",
      "macos",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "基于Python实现的macOS浏览器自动化工具,可一键打开指定网址,支持Safari/Chrome浏览器。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/Lord1Egypt/awesome-skill-forge",
      "path": "community/clawhub/s/strike163163-my-browser-control/SKILL.md",
      "ref": "4aa004da461d820f4ea5499e58eb8d196cf99016",
      "url": "https://github.com/Lord1Egypt/awesome-skill-forge/blob/4aa004da461d820f4ea5499e58eb8d196cf99016/community/clawhub/s/strike163163-my-browser-control/SKILL.md",
      "key": "Lord1Egypt/awesome-skill-forge/community/clawhub/s/strike163163-my-browser-control/SKILL.md"
    }
  },
  "instructions": "# 我的浏览器控制工具\n本工具专为macOS用户开发,核心功能是通过Python脚本自动打开指定网址,无需手动输入网址或点击浏览器。\n\n## 核心功能说明\n### 1. 一键打开网址功能\n- 函数名:`open_website`\n- 入参:`url`(字符串类型,必填,例如:\"https://www.baidu.com\")\n- 返回值:无(直接触发浏览器打开操作)\n- 实际代码(来自open_website.py):\n  ```python\n  import webbrowser\n  def open_website(url):\n      # 调用macOS默认浏览器打开网址\n      webbrowser.open(url)\n      print(f\"已成功打开网址:{url}\")",
  "cost": {
    "context_tokens": 87
  }
}

Fetch it by URL: GET /api/v1/registry/lord1egypt-awesome-skill-forge-strike163163-my-browser-control/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.