·browsing-with-playwright
</>

browsing-with-playwright

mjunaidca/mjs-agent-skills

使用 Playwright MCP 实现浏览器自动化。浏览网站、填写表格、单击元素、 截取屏幕截图并提取数据。当任务需要网页浏览、表单提交、 网页抓取、UI 测试或任何浏览器交互。仅在获取静态时不适用 内容(使用curl/wget代替)。

4安装·0热度·@mjunaidca

安装

$npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill browsing-with-playwright

SKILL.md

Important: The --shared-browser-context flag is required to maintain browser state across multiple mcp-client.py calls. Without it, each call gets a fresh browser context.

For complex workflows, use browserruncode to run multiple actions in one call:

Tip: Use browserruncode for complex multi-step operations that should be atomic (all-or-nothing).

使用 Playwright MCP 实现浏览器自动化。浏览网站、填写表格、单击元素、 截取屏幕截图并提取数据。当任务需要网页浏览、表单提交、 网页抓取、UI 测试或任何浏览器交互。仅在获取静态时不适用 内容(使用curl/wget代替)。 来源:mjunaidca/mjs-agent-skills。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill browsing-with-playwright
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 browsing-with-playwright?

使用 Playwright MCP 实现浏览器自动化。浏览网站、填写表格、单击元素、 截取屏幕截图并提取数据。当任务需要网页浏览、表单提交、 网页抓取、UI 测试或任何浏览器交互。仅在获取静态时不适用 内容(使用curl/wget代替)。 来源:mjunaidca/mjs-agent-skills。

如何安装 browsing-with-playwright?

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

这个 Skill 的源码在哪?

https://github.com/mjunaidca/mjs-agent-skills