Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Browser automation platform with 78 built-in scripts and full CLI. Turn any website into structured data with one command. Use when the user needs to scrape websites, extract data, automate browsers, run built-in scripts (Hacker News, GitHub trending, Bilibili, Zhihu, stock data, etc.), navigate pages, fill forms, take screenshots, or control Chrome programmatically. Triggers include "scrape", "extract data", "browser automation", "web data", "trending", "hot topics", "stock data", "run script", "open website", "fill form", "screenshot", "headless browser".
Browser automation platform with 78 built-in scripts, CLI for AI agents, and full browser control API. Turn any website into structured JSON with one command.
npm install -g browserwing
Then start the server:
browserwing --port 8080
Chrome must be installed on the host machine.
browserwing doctor
BrowserWing ships with 78 ready-to-use scripts across 10 categories. No configuration needed.
# Get Hacker News top stories
browserwing run hackernews-top
# Get GitHub trending repos
browserwing run github-trending
# Get Bilibili hot videos
browserwing run bilibili-hot
# Search with parameters
browserwing run jd-search --keyword="mechanical keyboard"
# Output as table or CSV
browserwing run douban-movie-hot --format=table
browserwing run sinafinance-rank --format=csv > stocks.csv
# List all scripts
browserwing ls
# List only built-in scripts
browserwing ls --builtin
# Search by keyword
browserwing ls --search=stock
# Filter by category
browserwing ls --category=finance
# JSON output for programmatic use
npx skills add browserwing/browserwing --skill browserwingHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.