Agent Plugins Marketplace
All plugins

brightdata-pack

v1.6.0

Claude Code skill pack for Bright Data (18 skills)

Claude Code18 Skills

By Jeremy LongshoreLicense: MIT2.7k GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
18 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install brightdata-pack-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/saas-packs/brightdata-pack/.

Plugin files

plugins/saas-packs/brightdata-pack/
├── .claude-plugin/plugin.json
├── skills/brightdata-ci-integration/SKILL.md
├── skills/brightdata-common-errors/SKILL.md
├── skills/brightdata-core-workflow-a/SKILL.md
├── skills/brightdata-core-workflow-b/SKILL.md
├── skills/brightdata-cost-tuning/SKILL.md
├── skills/brightdata-debug-bundle/SKILL.md
├── skills/brightdata-deploy-integration/SKILL.md
├── skills/brightdata-hello-world/SKILL.md
├── skills/brightdata-install-auth/SKILL.md
├── skills/brightdata-local-dev-loop/SKILL.md
├── skills/brightdata-performance-tuning/SKILL.md
├── skills/brightdata-prod-checklist/SKILL.md
├── skills/brightdata-rate-limits/SKILL.md
├── skills/brightdata-reference-architecture/SKILL.md
├── skills/brightdata-sdk-patterns/SKILL.md
├── skills/brightdata-security-basics/SKILL.md
├── skills/brightdata-upgrade-migration/SKILL.md
└── skills/brightdata-webhooks-events/SKILL.md

Included Skills18

brightdata-ci-integrationskills/brightdata-ci-integration/SKILL.md

Configure Bright Data CI/CD integration with GitHub Actions and testing. Use when setting up automated testing, configuring CI pipelines, or integrating Bright Data tests into your build process. Trigger with phrases like "brightdata CI", "brightdata GitHub Actions", "brightdata automated tests", "CI brightdata".

brightdata-common-errorsskills/brightdata-common-errors/SKILL.md

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".

brightdata-core-workflow-askills/brightdata-core-workflow-a/SKILL.md

Scrape structured data with Bright Data Scraping Browser using Playwright/Puppeteer. Use when scraping JavaScript-rendered pages, SPAs, or sites requiring browser interaction. Trigger with phrases like "brightdata scraping browser", "brightdata playwright", "brightdata puppeteer", "scrape SPA with brightdata", "browser scraping".

brightdata-core-workflow-bskills/brightdata-core-workflow-b/SKILL.md

Execute Bright Data secondary workflow: Core Workflow B. Use when implementing secondary use case, or complementing primary workflow. Trigger with phrases like "brightdata secondary workflow", "secondary task with brightdata".

brightdata-cost-tuningskills/brightdata-cost-tuning/SKILL.md

Optimize Bright Data costs through tier selection, sampling, and usage monitoring. Use when analyzing Bright Data billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "brightdata cost", "brightdata billing", "reduce brightdata costs", "brightdata pricing", "brightdata expensive", "brightdata budget".

brightdata-debug-bundleskills/brightdata-debug-bundle/SKILL.md

Collect Bright Data debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Bright Data problems. Trigger with phrases like "brightdata debug", "brightdata support bundle", "collect brightdata logs", "brightdata diagnostic".

brightdata-deploy-integrationskills/brightdata-deploy-integration/SKILL.md

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".

brightdata-hello-worldskills/brightdata-hello-world/SKILL.md

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".

brightdata-install-authskills/brightdata-install-auth/SKILL.md

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".

brightdata-local-dev-loopskills/brightdata-local-dev-loop/SKILL.md

Configure Bright Data local development with hot reload and testing. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with Bright Data. Trigger with phrases like "brightdata dev setup", "brightdata local development", "brightdata dev environment", "develop with brightdata".

brightdata-performance-tuningskills/brightdata-performance-tuning/SKILL.md

Optimize Bright Data API performance with caching, batching, and connection pooling. Use when experiencing slow API responses, implementing caching strategies, or optimizing request throughput for Bright Data integrations. Trigger with phrases like "brightdata performance", "optimize brightdata", "brightdata latency", "brightdata caching", "brightdata slow", "brightdata batch".

brightdata-prod-checklistskills/brightdata-prod-checklist/SKILL.md

Execute Bright Data production deployment checklist and rollback procedures. Use when deploying Bright Data integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "brightdata production", "deploy brightdata", "brightdata go-live", "brightdata launch checklist".

brightdata-rate-limitsskills/brightdata-rate-limits/SKILL.md

Implement Bright Data rate limiting, backoff, and idempotency patterns. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for Bright Data. Trigger with phrases like "brightdata rate limit", "brightdata throttling", "brightdata 429", "brightdata retry", "brightdata backoff".

brightdata-reference-architectureskills/brightdata-reference-architecture/SKILL.md

Implement Bright Data reference architecture with best-practice project layout. Use when designing new Bright Data integrations, reviewing project structure, or establishing architecture standards for Bright Data applications. Trigger with phrases like "brightdata architecture", "brightdata best practices", "brightdata project structure", "how to organize brightdata", "brightdata layout".

brightdata-sdk-patternsskills/brightdata-sdk-patterns/SKILL.md

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".

brightdata-security-basicsskills/brightdata-security-basics/SKILL.md

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".

brightdata-upgrade-migrationskills/brightdata-upgrade-migration/SKILL.md

Analyze, plan, and execute Bright Data SDK upgrades with breaking change detection. Use when upgrading Bright Data SDK versions, detecting deprecations, or migrating to new API versions. Trigger with phrases like "upgrade brightdata", "brightdata migration", "brightdata breaking changes", "update brightdata SDK", "analyze brightdata version".

brightdata-webhooks-eventsskills/brightdata-webhooks-events/SKILL.md

Implement Bright Data webhook signature validation and event handling. Use when setting up webhook endpoints, implementing signature verification, or handling Bright Data event notifications securely. Trigger with phrases like "brightdata webhook", "brightdata events", "brightdata webhook signature", "handle brightdata events", "brightdata notifications".

Plugin manifests1

plugins/saas-packs/brightdata-pack/.claude-plugin/plugin.json
{
  "name": "brightdata-pack",
  "version": "1.6.0",
  "description": "Claude Code skill pack for Bright Data (18 skills)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "brightdata",
    "bright data",
    "saas",
    "sdk",
    "integration"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[brightdata-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/brightdata-pack-2)