AI Web Automation
Automate web tasks like form filling, data scraping, testing, monitoring, and scheduled jobs with multi-browser support and retry mechanisms.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 6 · 9.3k · 184 current installs · 192 all-time installs
byZhangYang@arthasking123
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
The SKILL.md claims multi-browser support (Selenium/Puppeteer), proxy pools, retry mechanisms, cron scheduling, email/notification integration and paid tiers. The code (main.py) only implements a simple requests.get-based scraper that saves a markdown report. package.json suggests a Node-style project but the runtime is a Python script. These requirements/features are disproportionate to the actual implementation and suggest overpromising or incomplete/misleading packaging.
Instruction Scope
Runtime instructions show CLI examples for many actions (scrape, cron, test, form-filling) and reference an 'openclaw run web-automation' interface with flags. The shipped main.py only accepts a positional 'scrape' action and a URL. The SKILL.md does not instruct reading unrelated local files or credentials, but it instructs actions that the code does not support — granting the agent broader authority in concept than the code exercises.
Install Mechanism
There is no install spec (instruction-only) which reduces install-time risk. However, package.json is present (Node-style) while the main executable is Python and imports 'requests' with no declared dependency; this mismatch is confusing and may lead to runtime surprises. No external download URLs or archives are used.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code does not reference environment secrets. This is proportionate to the actual minimal scraping functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It runs only when invoked and writes output to a local ./output directory. No elevated persistence is requested.
What to consider before installing
This package appears to overpromise in its README/SKILL.md compared with the actual code. Before installing or running: (1) Don't assume it contains Selenium, Puppeteer, proxy pools, or cron/email integrations — ask the author for the missing implementations. (2) Run it in a sandboxed environment if you need to test it; the script performs HTTP requests and writes files to ./output. (3) Ensure Python + 'requests' is installed; the package.json/Node hint is misleading. (4) If you need the advanced features, request an updated, auditable implementation (or refuse until the author provides code matching the advertised capabilities). (5) Avoid supplying credentials to this skill until its true behavior is clarified and verified.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
SKILL.md
Web Automation Service
自动化 Web 任务执行服务。
能力
- 表单填写
- 数据抓取
- 定时任务
- 自动化测试
- API 测试
- 网站监控
- 自动化提交
使用方式
# 自动化表单填写
openclaw run web-automation --url "https://example.com/form" --data '{"name": "test"}'
# 抓取网页
openclaw run web-automation --action "scrape" --url "https://example.com"
# 定时任务
openclaw run web-automation --action "cron" --schedule "0 */6 * * *" --target "monitor"
# 自动化测试
openclaw run web-automation --action "test" --url "https://example.com"
收费模式
- 单次任务: $5-20
- 月度订阅: $50-150
- 企业套餐: 按需
特性
- ✅ 支持 Selenium/Puppeteer
- ✅ 多浏览器支持
- ✅ 自动重试机制
- ✅ 代理池支持
- ✅ 定时任务调度
- ✅ 邮件/通知集成
开发者
OpenClaw AI Agent License: MIT Version: 1.0.0
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
