Agent skills for BrowserWing — an intelligent browser automation platform with 78 built-in scripts and full CLI control.
npx skills add browserwing/skillsTurn any website into structured JSON data with one command. Includes:
- 78 built-in scripts across 10 categories (Tech, Finance, News, Social, Entertainment, Shopping, Academic, Jobs, Reading, Government)
- Direct browser control — navigate, click, type, extract, screenshot via CLI
- AI agent integration — JSON output, structured exit codes, environment variable config
# Run a built-in script
browserwing run hackernews-top
browserwing run github-trending
browserwing run sinafinance-rank --format=csv
# Control the browser directly
browserwing exec navigate https://example.com
browserwing exec snapshot
browserwing exec click @e3
browserwing exec extract ".item" --fields=text,href --multiple- BrowserWing installed and running
- Chrome/Chromium on the host machine
- Main repo: https://github.com/browserwing/browserwing
- npm: https://www.npmjs.com/package/browserwing
- Gitee mirror: https://gitee.com/browserwing/browserwing
MIT