kimi-webbridge
仓库创建 2026年2月2日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
能使用用户登录会话做真实网页交互与自动化任务。
▸ 风险提示
控制真实浏览器并使用登录会话,存在隐私与安全风险。
这个 Skill 做什么
通过本地守护进程控制用户真实浏览器并执行网站操作。
通过本地守护进程控制你真实的浏览器,能打开页面、点击、输入、截图并读取页面内容,且使用你已有的登录会话。常见用途包括自动化网站操作、网页抓取、表单提交或任何需要真实浏览器环境的任务。特点是直接操纵真实浏览器而不是模拟器,能操作已登录的会话并处理复杂交互。
▸ 展开 SKILL.md 英文原文
Kimi WebBridge lets AI control the user's real browser — navigate, click, type, read, screenshot, and interact with any website using the user's actual login sessions. Use this skill whenever the user wants to interact with websites, automate browser tasks, scrape web content, or perform any action requiring a real browser. Also use when the user mentions "browser", "webpage", "open URL", "screenshot", or asks to read/interact with any website. Use even for simple-sounding browser requests — the daemon handles all complexity.
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/kimi-webbridge/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/kimi-webbridge/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Kimi WebBridge
Control the user's real browser (with their login sessions) via a local daemon at `http://127.0.0.1:10086`.
## Tools
| Tool | Args | Returns | Note |
|------|------|---------|------|
| `navigate` | `url`, `newTab`(bool), `group_title` | `{success, url, tabId}` | First call opens a tab — see [Tabs](#tabs-and-the-current-tab). `group_title` sets the group's visible label |
| `find_tab` | `url`, `active`(bool) | `{success, url, tabId, borrowed}` | Re-select a tab **this session** opened; `active:true` borrows the tab the **user** is viewing — see [Tabs](#tabs-and-the-current-tab) |
| `snapshot` | — | `{url, title, tree}` with `@e` refs | **Accessibility tree** (text) — use tvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有