← Back to Skills Marketplace
Web Automation Suite
by
dxie48892-jpg
· GitHub ↗
· v1.0.0
· MIT-0
177
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install web-automation-suite
Description
网页自动化套件 - 整合爬虫+浏览器自动化+定时任务。 功能:Chrome CDP连接封装、网页操作(点击/输入/滚动/截图)、数据抓取模板、表单自动填写、定时监控任务。 触发场景:自动抓取网页、自动化填表、批量发布内容、数据监控、定时任务执行。
Usage Guidance
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install web-automation-suite - After installation, invoke the skill by name or use
/web-automation-suite - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
网页自动化套件 - 爬虫+自动操作+定时任务
Metadata
Frequently Asked Questions
What is Web Automation Suite?
网页自动化套件 - 整合爬虫+浏览器自动化+定时任务。 功能:Chrome CDP连接封装、网页操作(点击/输入/滚动/截图)、数据抓取模板、表单自动填写、定时监控任务。 触发场景:自动抓取网页、自动化填表、批量发布内容、数据监控、定时任务执行。 It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install Web Automation Suite?
Run "/install web-automation-suite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Web Automation Suite free?
Yes, Web Automation Suite is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Web Automation Suite support?
Web Automation Suite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Web Automation Suite?
It is built and maintained by dxie48892-jpg (@dxie48892-jpg); the current version is v1.0.0.
More Skills