技能详情(站内镜像,无评论)
作者:ZhangYang @arthasking123
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 6 · 10.1k · 203 current installs · 212 all-time installs
⭐ 6
安装量(当前) 212
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:arthasking123/ai-web-automation
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill's documentation promises a full-featured multi-browser automation service (Selenium/Puppeteer, proxy pools, scheduling, email integration), but the shipped files implement only a minimal HTTP scraper; the pieces do not line up.
目的
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 i…
说明范围
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.
安装机制
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.
证书
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.
持久
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.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「AI Web Automation」。简介:Automate web tasks like form filling, data scraping, testing, monitoring, and s…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/arthasking123/ai-web-automation/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# SKILL.md
# Web Automation Service
自动化 Web 任务执行服务。
## 能力
- 表单填写
- 数据抓取
- 定时任务
- 自动化测试
- API 测试
- 网站监控
- 自动化提交
## 使用方式
```bash
# 自动化表单填写
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