← Back to Skills Marketplace
186
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-web-automation-local
Description
Automate web tasks like form filling, data scraping, testing, scheduling, and monitoring using Selenium/Puppeteer with retry and proxy support.
README (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
Usage Guidance
This package appears to be a mismatched or incomplete wrapper: SKILL.md and the description promise many features (Selenium/Puppeteer, proxy pools, scheduling, notifications) that are not implemented in main.py, which only fetches a URL with requests and writes a markdown file. Before installing or using it: 1) don't run it against sensitive/internal sites — it will fetch arbitrary URLs and store their contents locally; 2) inspect and run the code in a sandbox or isolated environment; 3) ask the publisher/owner to explain the capability gaps (Selenium/proxy/cron/notifications) and to provide accurate metadata; 4) verify the correct ownerId and provenance; 5) if you need the promised features, prefer a clearly-documented, maintained implementation (or implement the missing pieces yourself). The inconsistencies strongly suggest the package is either unfinished or misleading, so treat it with caution.
Capability Analysis
Type: OpenClaw Skill
Name: ai-web-automation-local
Version: 1.0.0
The skill bundle is a basic web scraping utility that uses the Python 'requests' library to fetch a URL and extract titles and links. While the SKILL.md documentation claims advanced features such as Selenium support, cron scheduling, and a subscription-based pricing model, the actual implementation in main.py is limited to a simple HTTP GET request and local file output. There is no evidence of malicious intent, data exfiltration, or unauthorized command execution; the discrepancy between the documentation and the code appears to be a functional placeholder rather than a security risk.
Capability Assessment
Purpose & Capability
The skill claims multi-browser Selenium/Puppeteer support, retry/ proxy pools, cron scheduling, email/notification integration and paid task modes. The only executable (main.py) implements a single 'scrape' action using requests, extracting title/links and writing a markdown report. There is no Selenium/Puppeteer, no proxy/retry logic, no scheduling code, and no notification/email integration. package.json is a Node-style file that points to main.py (Python), and _meta.json.ownerId does not match the registry Owner ID — multiple inconsistencies indicate the declared capabilities are disproportionate to the actual code.
Instruction Scope
SKILL.md instructs running 'openclaw run web-automation' with multiple actions (cron, test, scrape) and implies integrations (proxies, notifications). The runtime code only supports 'scrape' via python main.py and writes output to a local ./output directory. The SKILL.md gives broad, unsupported instructions and therefore grants expectations that the code does not honor; this mismatch could mislead users about what will run.
Install Mechanism
There is no install spec (instruction-only + a code file). No external downloads or install steps are declared, which limits supply-chain risk. However, the presence of package.json for a Python script is odd but does not itself install anything.
Credentials
The skill declares no required env vars or credentials, and main.py does not read environment secrets. However, SKILL.md mentions proxy pools and email/notification integrations that would normally require credentials — none are declared or implemented. This is inconsistent: promised integrations would need secrets but none are requested.
Persistence & Privilege
The skill is not marked 'always', does not request elevated persistence, and there is no code that modifies other skills or global agent settings. It writes reports to a local ./output directory only.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-web-automation-local - After installation, invoke the skill by name or use
/ai-web-automation-local - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ai-web-automation-local.
- Provides automated web task execution, including form filling, data scraping, scheduled tasks, automated testing, API testing, website monitoring, and automated submission.
- Supports Selenium/Puppeteer, multiple browsers, retry mechanism, proxy pools, and scheduled task management.
- Command-line usage examples included for various automation scenarios.
- Pricing model outlined for single tasks, monthly subscriptions, and enterprise plans.
- Notification integration via email or other methods.
- Released under the MIT License.
Metadata
Frequently Asked Questions
What is Ai Web Automation Local?
Automate web tasks like form filling, data scraping, testing, scheduling, and monitoring using Selenium/Puppeteer with retry and proxy support. It is an AI Agent Skill for Claude Code / OpenClaw, with 186 downloads so far.
How do I install Ai Web Automation Local?
Run "/install ai-web-automation-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Web Automation Local free?
Yes, Ai Web Automation Local is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Web Automation Local support?
Ai Web Automation Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Web Automation Local?
It is built and maintained by Larry-at (@larry-at); the current version is v1.0.0.
More Skills