brightdata-install-auth

Featured

Install and configure Bright Data SDK/CLI authentication. Use when setting up a new Bright Data integration, configuring API keys, or initializing Bright Data in your project. Trigger with phrases like "install brightdata", "setup brightdata", "brightdata auth", "configure brightdata API key".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Bright Data Install & Auth ## Overview Configure Bright Data proxy credentials, API tokens, and SSL certificates for web scraping. Bright Data uses HTTP proxy protocols and REST APIs — you authenticate via zone credentials from the control panel, not a dedicated npm SDK. ## Prerequisites - Node.js 18+ or Python 3.10+ - Bright Data account at https://brightdata.com - A configured zone (Web Unlocker, Scraping Browser, SERP API, or Residential) - Zone credentials from the Bright Data control panel ## Instructions ### Step 1: Gather Credentials from Control Panel Log into https://brightdata.com/cp and navigate to your zone's overview tab: | Credential | Location | Example | |-----------|----------|---------| | Customer ID | Settings > Account | `c_abc123` | | Zone Name | Zone overview tab | `web_unlocker1` | | Zone Password | Zone overview tab | `z_pass_xyz` | | API Token | Settings > API tokens | `abc123def456` | ### Step 2: Configure Environment Variables ```bash # .env (NEVER commit to git) BRIGHTDATA_CUSTOMER_ID=c_abc123 BRIGHTDATA_ZONE=web_unlocker1 BRIGHTDATA_ZONE_PASSWORD=z_pass_xyz BRIGHTDATA_API_TOKEN=abc123def456 # .gitignore — add these echo '.env' >> .gitignore echo '.env.local' >> .gitignore ``` ### Step 3: Download Bright Data SSL Certificate Required for HTTPS proxy connections through the super proxy: ```bash curl -sO https://brightdata.com/ssl/brd-ca.crt # Node.js — set environment variable export NODE_EXTRA_CA_CERTS=./brd-ca.crt ``` ### Step 4:...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

brightdata-security-basics

Apply Bright Data security best practices for secrets and access control. Use when securing API keys, implementing least privilege access, or auditing Bright Data security configuration. Trigger with phrases like "brightdata security", "brightdata secrets", "secure brightdata", "brightdata API key security".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-hello-world

Create a minimal working Bright Data example. Use when starting a new Bright Data integration, testing your setup, or learning basic Bright Data API patterns. Trigger with phrases like "brightdata hello world", "brightdata example", "brightdata quick start", "simple brightdata code".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-deploy-integration

Deploy Bright Data integrations to Vercel, Fly.io, and Cloud Run platforms. Use when deploying Bright Data-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like "deploy brightdata", "brightdata Vercel", "brightdata production deploy", "brightdata Cloud Run", "brightdata Fly.io".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-common-errors

Diagnose and fix Bright Data common errors and exceptions. Use when encountering Bright Data errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "brightdata error", "fix brightdata", "brightdata not working", "debug brightdata".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-sdk-patterns

Apply production-ready Bright Data SDK patterns for TypeScript and Python. Use when implementing Bright Data integrations, refactoring SDK usage, or establishing team coding standards for Bright Data. Trigger with phrases like "brightdata SDK patterns", "brightdata best practices", "brightdata code patterns", "idiomatic brightdata".

2,266 Updated today
jeremylongshore