·dev-browser
{}

dev-browser

jtsang4/efficient-coding

具有持久页面状态的浏览器自动化。当用户要求浏览网站、填写表单、截取屏幕截图、提取 Web 数据、测试 Web 应用程序或自动化浏览器工作流程时使用。触发短语包括“转到[url]”、“点击”、“填写表单”、“截图”、“抓取”、“自动化”、“测试网站”、“登录”或任何浏览器交互请求。

4安装·1热度·@jtsang4

安装

$npx skills add https://github.com/jtsang4/efficient-coding --skill dev-browser

SKILL.md

Browser automation that maintains page state across script executions. Write small, focused scripts to accomplish tasks incrementally. Once you've proven out part of a workflow and there is repeated work to be done, you can write a script to do the repeated work in a single execution.

Two modes available. Ask the user if unclear which to use.

Important: The core flow is still the same. You create named pages inside of their browser.

具有持久页面状态的浏览器自动化。当用户要求浏览网站、填写表单、截取屏幕截图、提取 Web 数据、测试 Web 应用程序或自动化浏览器工作流程时使用。触发短语包括“转到[url]”、“点击”、“填写表单”、“截图”、“抓取”、“自动化”、“测试网站”、“登录”或任何浏览器交互请求。 来源:jtsang4/efficient-coding。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/jtsang4/efficient-coding --skill dev-browser
分类
{}数据分析
认证
收录时间
2026-02-11
更新时间
2026-02-18

快速解答

什么是 dev-browser?

具有持久页面状态的浏览器自动化。当用户要求浏览网站、填写表单、截取屏幕截图、提取 Web 数据、测试 Web 应用程序或自动化浏览器工作流程时使用。触发短语包括“转到[url]”、“点击”、“填写表单”、“截图”、“抓取”、“自动化”、“测试网站”、“登录”或任何浏览器交互请求。 来源:jtsang4/efficient-coding。

如何安装 dev-browser?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jtsang4/efficient-coding --skill dev-browser 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/jtsang4/efficient-coding