# skills **Repository Path**: browserwing/skills ## Basic Information - **Project Name**: skills - **Description**: Agent skills for BrowserWing - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-21 - **Last Updated**: 2026-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BrowserWing Skills Agent skills for [BrowserWing](https://github.com/browserwing/browserwing) — an intelligent browser automation platform with **78 built-in scripts** and full CLI control. ## Install ```bash npx skills add browserwing/skills ``` ## What's Included ### `browserwing` Turn 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 ### Quick Examples ```bash # 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 ``` ## Requirements - [BrowserWing](https://github.com/browserwing/browserwing) installed and running - Chrome/Chromium on the host machine ## Links - **Main repo**: https://github.com/browserwing/browserwing - **npm**: https://www.npmjs.com/package/browserwing - **Gitee mirror**: https://gitee.com/browserwing/browserwing ## License MIT