π¦ ClawHub
Brightdata Cli
by @meirk-brd
Guide for using the Bright Data CLI (`brightdata` / `bdata`) to scrape websites, search the web, extract structured data from 40+ platforms, manage proxy zon...
βοΈ Configuration
# View all config
bdata configSet defaults
bdata config set default_zone_unlocker my_zone
bdata config set default_format json
Installing AI Agent Skills
# Interactive picker β choose skills and target agents
bdata skill addInstall a specific skill
bdata skill add scrapeList available skills
bdata skill list
π Tips & Best Practices
| Error | Fix |
|-------|-----|
| CLI not found | Install with npm i -g @brightdata/cli or curl -fsSL https://cli.brightdata.com/install.sh \| bash |
| "No Web Unlocker zone specified" | bdata config set default_zone_unlocker or re-run bdata login |
| "Invalid or expired API key" | bdata login |
| "Access denied" | Check zone permissions in the Bright Data control panel |
| "Rate limit exceeded" | Wait and retry, or use --async for large jobs |
| Async job timeout | Increase with --timeout 1200 or BRIGHTDATA_POLLING_TIMEOUT=1200 |
TERMINAL
clawhub install brightdata-brightdata-cli