Skip to main content

What are Skills?

Skills are reusable instruction sets - defined in SKILL.md files - that extend your coding agent’s capabilities with Bright Data APIs. Each skill gives your agent embedded best practices, parameter knowledge, and runnable shell scripts it can execute directly. Install Bright Data skills and your agent immediately knows:
  • Which API to call for search, scraping, or structured data extraction
  • How to authenticate and structure requests correctly
  • How to handle pagination, errors, and edge cases
  • Real scripts it can invoke to take action
Skills are part of the open agent skills ecosystem and work across 40+ coding agents. Bright Data’s skills are hosted at github.com/brightdata/skills.

Which skills are available

Search

Search Google and get structured JSON results with titles, links, and descriptions. Supports pagination. Powered by the Bright Data SERP API.

Scrape

Scrape any webpage as clean markdown with automatic bot detection bypass, CAPTCHA solving, and JavaScript rendering. Powered by the Web Unlocker API.

Data Feeds

Extract structured data from 40+ websites - Amazon, LinkedIn, Instagram, TikTok, YouTube, eBay, Walmart, and more - with automatic polling.

Bright Web MCP

Orchestrate 60+ MCP tools for search, scraping, structured extraction, and browser automation in a single integration.

Best Practices

Production-ready API reference for coding agents. Covers Web Unlocker, SERP API, Scrapers, and Browser API - with an API selection guide, auth patterns, and code examples in Python and JavaScript.

Quick Start

1

Prerequisites

Install the required CLI tools and set your Bright Data credentials:
Get your API key from the Bright Data user settings page. To create a Web Unlocker zone, see the Web Unlocker quickstart.
2

Install with npx skills

Use the npx skills CLI to install Bright Data skills into your agent:
The CLI detects which agents you have installed and places skill files in the correct directories automatically.
3

Use the skills in your agent

Once installed, your agent can run the skills directly:

Installation per agent

Skills are installed into .claude/skills/ in your project (or ~/.claude/skills/ with -g for global). Claude Code discovers them automatically on the next session.To verify installation:

How skills are structured

Each Bright Data skill follows the standard skill format:
SKILL.md contains YAML frontmatter with a name and description, followed by structured instructions that tell the agent when and how to use the skill.

Data Feeds coverage

The Data Feeds skill supports structured extraction from 40+ platforms across four categories:

E-Commerce

Amazon (products, reviews, search), Walmart, eBay, Best Buy, Etsy, Home Depot, Zara, Google Shopping

Professional Networks

LinkedIn (profiles, companies, jobs, posts), Crunchbase, ZoomInfo

Social Media

Instagram, TikTok, Facebook, X/Twitter, YouTube, Reddit

Other

Google Maps reviews, Yahoo Finance, Zillow, Booking.com, GitHub, App Stores

Managing your skills


For the richest agent setup, combine skills with the Bright Web MCP Server. Skills give your agent embedded knowledge and runnable scripts; the MCP server gives it live web access with 60+ tools - all without leaving your coding environment.
New skills are added regularly. Star the GitHub repository to stay updated.