← 返回 Skills 市场
dxie48892-jpg

Web Automation Suite

作者 dxie48892-jpg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
177
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install web-automation-suite
功能描述
网页自动化套件 - 整合爬虫+浏览器自动化+定时任务。 功能:Chrome CDP连接封装、网页操作(点击/输入/滚动/截图)、数据抓取模板、表单自动填写、定时监控任务。 触发场景:自动抓取网页、自动化填表、批量发布内容、数据监控、定时任务执行。
安全使用建议
This package appears to do what it claims (browser automation via Playwright + Chrome remote debugging). Before using it: (1) ensure you install Playwright and have a compatible Chrome/Chromium; the registry metadata omitted these requirements; (2) only run Chrome remote debugging (--remote-debugging-port) on a trusted machine and consider binding to localhost; exposing remote debugging on public interfaces is risky; (3) review and protect any storageState or log files the scripts create — they may contain cookies or other sensitive data; (4) run the code in a sandbox or isolated environment first and verify it only targets sites you are authorized to scrape/automate; (5) be aware of site terms of service and legal considerations when scraping/automating. If you want stronger assurance, request an explicit install spec (npm package list) and a short threat-model note from the author explaining intended deployment (local only vs server cron).
能力评估
Purpose & Capability
The name/description (web automation, CDP, scraping, scheduled tasks) align with the included JS scripts. Minor mismatch: metadata lists no required binaries or install steps, but the docs/scripts implicitly require Node/npm, Playwright, and a Chrome/Chromium instance started with --remote-debugging-port; these platform/tool dependencies are expected for this capability but were not declared in the registry metadata.
Instruction Scope
SKILL.md and scripts limit actions to local Chrome CDP (http://localhost:9222), Playwright page operations, and local file I/O for logs and storageState. There are no instructions to read unrelated system files or to send harvested data to external endpoints. Note: storageState and log files can contain sensitive session cookies or captured content — this is consistent with the stated state-management and monitoring features but is sensitive by nature.
Install Mechanism
No install spec is provided (instruction-only), but README instructs `npm install playwright`. Because the package does not auto-install dependencies, users must run npm/yarn themselves; this is a packaging omission (not an active risk) but worth noting before running the scripts.
Credentials
The skill requests no environment variables or external credentials. File operations are limited to the working directory. The ability to save/load browser storageState (cookies/auth) is expected for multi-account workflows but is sensitive — users should treat those files as secrets.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or global agent configuration. It runs only when invoked and uses local file writes for logs/state; autonomy settings are default and appropriate for this kind of utility.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-automation-suite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-automation-suite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
网页自动化套件 - 爬虫+自动操作+定时任务
元数据
Slug web-automation-suite
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Web Automation Suite 是什么?

网页自动化套件 - 整合爬虫+浏览器自动化+定时任务。 功能:Chrome CDP连接封装、网页操作(点击/输入/滚动/截图)、数据抓取模板、表单自动填写、定时监控任务。 触发场景:自动抓取网页、自动化填表、批量发布内容、数据监控、定时任务执行。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 177 次。

如何安装 Web Automation Suite?

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

Web Automation Suite 是免费的吗?

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

Web Automation Suite 支持哪些平台?

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

谁开发了 Web Automation Suite?

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

💬 留言讨论