npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@brightdata/opencode-brightdata

v1.0.0

Published

Bright Data plugin for OpenCode - web scraping, search, structured data extraction from 40+ platforms via the Bright Data CLI

Downloads

82

Readme

opencode-brightdata

OpenCode plugin for Bright Data — gives your AI agent reliable web scraping, search, and structured data extraction from 40+ platforms via the Bright Data CLI.

Installation

Add the plugin to your opencode.json (or global ~/.config/opencode/opencode.json):

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["@brightdata/opencode-brightdata"]
}

Then install the Bright Data CLI:

# macOS / Linux
curl -fsSL https://cli.brightdata.com/install.sh | bash

# Or via npm (any platform)
npm install -g @brightdata/cli

Authentication

On first use, the agent will prompt you to authenticate. You can also set up in advance:

# Browser login (recommended)
bdata login

# Or set an API key
export BRIGHTDATA_API_KEY=your-api-key

Get an API key at brightdata.com.

If BRIGHTDATA_API_KEY is set in your environment, the plugin automatically passes it to shell commands.

What it does

This plugin registers Bright Data skills with OpenCode. Once installed, the agent can:

  • Search Google, Bing, and Yandex with structured JSON results
  • Scrape any webpage to clean markdown, HTML, JSON, or screenshots — with automatic bot bypass and CAPTCHA solving
  • Pipelines — extract structured data from 40+ platforms including Amazon, LinkedIn, Instagram, TikTok, YouTube, Reddit, and more
  • Build scrapers — guided 6-phase workflow for creating production-ready scrapers
  • MCP integration — 60+ tools for scraping, search, e-commerce, social media, and browser automation
  • Design mirroring — replicate any website's visual design system
  • Best practices — auto-loaded API reference when writing Bright Data code
  • Python SDK — guidance for the brightdata-sdk package

All output is written to a .brightdata/ directory to avoid flooding context.

Links

License

MIT