← 返回 Skills 市场
dxie48892-jpg

Web Automation Helper

作者 dxie48892-jpg · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
468
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install web-automation-helper
功能描述
浏览器自动化助手。通过Chrome远程调试模式,自动化执行网页操作,包括数据抓取、表单填写、内容发布、截图等。
安全使用建议
This package is not malicious, but it is inconsistent: it advertises full browser automation (Playwright, scraping, screenshots) while the only code only discovers the Chrome debug WebSocket URL and prints it. Before installing or using: (1) ask the publisher for the complete implementation or a changelog explaining why advertised features are missing; (2) inspect any future or updated code that implements automation — browser automation can be used to exfiltrate data if a skill issues CDP commands; (3) when testing, run Chrome with a disposable profile and ensure --remote-debugging-port is bound to localhost only (do not expose it to networks); (4) prefer a version that includes explicit dependencies and code implementing claimed features (or remove the skill if the mismatch is unacceptable). If you need real automation, request or verify an implementation that performs navigation/actions and lists required dependencies (e.g., Playwright) so you can review those files too.
功能分析
Type: OpenClaw Skill Name: web-automation-helper Version: 1.0.1 The skill is a legitimate utility for web automation using the Chrome DevTools Protocol (CDP). The script `scripts/cdp-helper.js` performs a local check to verify if Chrome is running in remote debugging mode on port 9222 and retrieves the WebSocket URL. No evidence of data exfiltration, malicious execution, or prompt injection was found in the code or documentation.
能力评估
Purpose & Capability
The name/description and _meta.json advertise broad automation features (scraping, form filling, content posting, screenshots, Playwright integration, scheduling). The only shipped runtime code (scripts/cdp-helper.js) merely calls http://localhost:9222/json/version, parses the response, and prints the webSocketDebuggerUrl — it does not perform navigation, scraping, form submission, screenshots, or any Playwright actions. This mismatch between claimed capabilities and actual code is disproportionate and unexplained.
Instruction Scope
SKILL.md instructs the user to start Chrome with --remote-debugging-port=9222 and run the included Node script. Those instructions stay within the stated domain (connecting to Chrome debug protocol). The instructions do not ask the agent to read unrelated files, environment variables, or transmit data externally. However, the SKILL.md implies more advanced runtime behavior that is not present in the code.
Install Mechanism
No install spec (instruction-only plus one small script). Nothing is downloaded or written by an installer. This low-install footprint reduces supply-chain risk. The script expects Node.js to be available, consistent with the instructions.
Credentials
The skill requests no environment variables or credentials, which is proportional. Caveat: Chrome remote debugging itself can expose full browser control and access to session data if the port is reachable by other hosts. While this skill only queries localhost, running Chrome with remote debugging enabled can be risky if the port is exposed to networks — that operational risk is separate from environment-variable misuse.
Persistence & Privilege
The skill is not always-enabled and has no special persistence or privileges. It does not modify other skills or system-wide settings. Autonomous invocation is allowed by default but is not elevated here and should be considered normal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-automation-helper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-automation-helper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
修复:补充Chrome CDP连接代码
v1.0.0
浏览器自动化助手 - Chrome远程调试+Playwright自动化操作
元数据
Slug web-automation-helper
版本 1.0.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Web Automation Helper 是什么?

浏览器自动化助手。通过Chrome远程调试模式,自动化执行网页操作,包括数据抓取、表单填写、内容发布、截图等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 468 次。

如何安装 Web Automation Helper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-automation-helper」即可一键安装,无需额外配置。

Web Automation Helper 是免费的吗?

是的,Web Automation Helper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Web Automation Helper 支持哪些平台?

Web Automation Helper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Web Automation Helper?

由 dxie48892-jpg(@dxie48892-jpg)开发并维护,当前版本 v1.0.1。

💬 留言讨论