🦀 ClawHub
Web Automation Helper
by @dxie48892-jpg
浏览器自动化助手。通过Chrome远程调试模式,自动化执行网页操作,包括数据抓取、表单填写、内容发布、截图等。
TERMINAL
clawhub install web-automation-helper📖 About This Skill
name: web-automation-helper description: 浏览器自动化助手。通过Chrome远程调试模式,自动化执行网页操作,包括数据抓取、表单填写、内容发布、截图等。
Web Automation Helper - 浏览器自动化助手
快速开始
# 1. 启动Chrome远程调试
chrome.exe --remote-debugging-port=92222. 运行示例
cd scripts
node cdp-helper.js --url https://example.com
目录结构
web-automation-helper/
├── SKILL.md
├── README.md
├── scripts/
│ └── cdp-helper.js