Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This collection provides specialized skill packages that enable AI agents to navigate complex websites and perform repeatable tasks. It transforms manual site exploration into codified scripts, allowing builders to automate interactions without repeating the discovery process.
The repository focuses on high-fidelity data retrieval, such as extracting comprehensive property details from Airbnb via GraphQL APIs and performing bulk record scraping across various web platforms.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Follow the documented setup, then try a first task.
Install browser-act through an AI agent
Installs: The browser-act Skill and its BrowserAct CLI integration
Before you start
Python 3.12 or newer
uv package manager
Chrome/Chromium when using the chrome or chrome-direct browser types
A BrowserAct API key for stealth browsers, stealth-extract, managed dynamic proxy, or solve-captcha; basic chrome and chrome-direct browsers work without authentication
Platform: Windows, macOS, or Linux
In an AI agent session, enter this author-provided installation request exactly as shown: `Install browser-act. Skill source: https://github.com/browser-act/skills/tree/main/browser-act . Verify it works after installation.`
If using a feature that requires an API key, obtain a key through BrowserAct registration and polling, or configure an existing key using the documented authentication instructions.
Installs: BrowserAct CLI only; the evidence does not establish that this command installs a SKILL.md file
Before you start
Python 3.12 or newer
uv package manager
Chrome/Chromium when using the chrome or chrome-direct browser types
A BrowserAct API key for stealth browsers, stealth-extract, managed dynamic proxy, or solve-captcha; basic chrome and chrome-direct browsers work without authentication
Platform: Windows, macOS, or Linux
Run this terminal command to install the BrowserAct CLI with Python 3.12.
uv tool install browser-act-cli --python 3.12
Run this terminal command to verify that the CLI is available.
browser-act --version
If using a feature that requires an API key, obtain a key through BrowserAct registration and polling, or configure an existing key using the documented authentication instructions.
Installs: One Solution skill: amazon-competitor-analyzer
Before you start
Python
A BrowserAct.com account
A BrowserAct API key in BROWSERACT_API_KEY
The requests Python package
In an AI agent session, use the documented template `Install {skill-name} Skill from https://github.com/browser-act/skills/tree/main/solutions/{category}/{skill-name}` after replacing `{category}` with `ecommerce` and each `{skill-name}` with `amazon-competitor-analyzer`. This option installs only that selected skill folder.
Create a BrowserAct.com account and generate an API key from API Settings.
Run this terminal command to install the required requests dependency.
pip install requests
Run this terminal command after replacing `your-api-key-here` with your BrowserAct API key; keep the variable name unchanged.
Installs: One Solution skill: web-search-scraper-api-skill
Before you start
Python
A BrowserAct API key configured in BROWSERACT_API_KEY
In an AI agent session, use the documented template `Install {skill-name} Skill from https://github.com/browser-act/skills/tree/main/solutions/{category}/{skill-name}` after replacing `{category}` with `search-research` and each `{skill-name}` with `web-search-scraper-api-skill`. This option installs only that selected skill folder.
Before running the skill, obtain a BrowserAct API key from the BrowserAct Console and configure it as the BROWSERACT_API_KEY environment variable. The supplied evidence does not document a terminal command for setting it.
Installs: One Solution skill: youtube-transcript-extractor-api-skill
Before you start
Python
A BrowserAct API key configured in BROWSERACT_API_KEY
In an AI agent session, use the documented template `Install {skill-name} Skill from https://github.com/browser-act/skills/tree/main/solutions/{category}/{skill-name}` after replacing `{category}` with `video-platforms` and each `{skill-name}` with `youtube-transcript-extractor-api-skill`. This option installs only that selected skill folder.
Before running the skill, obtain a BrowserAct API key from the BrowserAct Console and configure it as the BROWSERACT_API_KEY environment variable. The supplied evidence does not document a terminal command for setting it.
A valid BrowserAct API key configured in BROWSERACT_API_KEY
Check the repository for this skill’s setup.
Use the amazon-competitor-analyzer skill to analyze this single Amazon ASIN: <ASIN>. Confirm that BROWSERACT_API_KEY is configured, then report the product title, price, rating, review count, important specifications, and a short list of competitive strengths and vulnerabilities. Treat <ASIN> as the product's 10-character Amazon ASIN.
One HTTP or HTTPS webpage URL replacing <TARGET_URL>
A valid BrowserAct API key configured in BROWSERACT_API_KEY
Check the repository for this skill’s setup.
Use the web-search-scraper-api-skill to extract the readable content of <TARGET_URL> as Markdown. Confirm that BROWSERACT_API_KEY is configured first, and return the extracted content without publishing or modifying the source page. Replace <TARGET_URL> with one HTTP or HTTPS webpage URL.
One YouTube video URL replacing <YOUTUBE_VIDEO_URL>
A valid BrowserAct API key configured in BROWSERACT_API_KEY
Check the repository for this skill’s setup.
Use the youtube-transcript-extractor-api-skill to extract the transcript and metadata from <YOUTUBE_VIDEO_URL>. Confirm that BROWSERACT_API_KEY is configured first, then return the video title, publisher, channel link, like count, and complete transcript. Replace <YOUTUBE_VIDEO_URL> with the URL of one YouTube video.