Install
openclaw skills install ai-web-automation-localAutomate web tasks like form filling, data scraping, testing, scheduling, and monitoring using Selenium/Puppeteer with retry and proxy support.
openclaw skills install ai-web-automation-local自动化 Web 任务执行服务。
# 自动化表单填写
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"
OpenClaw AI Agent License: MIT Version: 1.0.0