[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-brightdata-search-bn":3,"guides-for-brightdata-search":267,"similar-k1771h37s3zz945hdh08zdmkm1866n54":268},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":21,"identity":186,"isFallback":189,"parentExtension":190,"providers":242,"relations":245,"repo":246,"workflow":266},1778054268187.7817,"k1771h37s3zz945hdh08zdmkm1866n54",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Search the web via the Bright Data CLI — `bdata search` for Google/Bing/Yandex SERP, `bdata discover` for intent-ranked semantic results. Use when the user wants SERP results, needs URLs to feed into scraping, or wants semantic web discovery with optional page content. Hands off to `scrape` once target URLs are chosen, and to `data-feeds` when the user wants structured data from a known platform. Requires the Bright Data CLI; proactively guides install + login if missing.",{},"Bright Data — Search","https://github.com/brightdata/skills/tree/HEAD/skills/search",[15,16,17,18,19,20],"brightdata","cli","search","web-scraping","discovery","seo",{"_creationTime":22,"_id":23,"extensionId":5,"locale":24,"result":25,"trustSignals":175,"workflow":184},1778054318963.3523,"kn75x5p1mr49gawq1ek9gfqr918668h6","en",{"checks":26,"evaluatedAt":165,"extensionSummary":166,"promptVersionExtension":167,"promptVersionScoring":168,"rationale":169,"score":170,"summary":171,"tags":172,"targetMarket":173,"tier":174},[27,32,35,38,42,45,49,53,56,59,63,68,71,75,78,81,84,87,90,93,97,101,105,110,114,117,120,123,127,130,133,136,139,142,146,149,152,155,158,162],{"category":28,"check":29,"severity":30,"summary":31},"Practical Utility","Problem relevance","pass","The description clearly states that the skill addresses the problem of searching the web via the Bright Data CLI for SERP results, semantic results, or page content, and guides users on when to use it versus other skills like `scrape` or `data-feeds`.",{"category":28,"check":33,"severity":30,"summary":34},"Unique selling proposition","The skill offers significant value over a simple prompt by providing access to the Bright Data CLI's advanced search and discovery capabilities, which are designed to handle bot detection, CAPTCHAs, and JavaScript rendering, going beyond basic LLM web browsing.",{"category":28,"check":36,"severity":30,"summary":37},"Production readiness","The skill is production-ready, providing robust CLI commands for web search and discovery, comprehensive setup guidance, verification steps, and clear handling of dependencies and authentication, covering the full lifecycle of these tasks.",{"category":39,"check":40,"severity":30,"summary":41},"Scope","Single responsibility principle","The skill focuses specifically on web search and discovery using the Bright Data CLI, with clear guidance on when to use it and when to hand off to other related skills (`scrape`, `data-feeds`), adhering to a single responsibility.",{"category":39,"check":43,"severity":30,"summary":44},"Description quality","The description accurately reflects the skill's capabilities, clearly outlining its use cases, the specific Bright Data CLI commands (`bdata search`, `bdata discover`), and its relationship with other Bright Data tools.",{"category":46,"check":47,"severity":30,"summary":48},"Invocation","Scoped tools","The skill exposes two narrowly scoped tools: `bdata search` and `bdata discover`, which are specific verb-noun actions, rather than a single generalist tool.",{"category":50,"check":51,"severity":30,"summary":52},"Documentation","Configuration & parameter reference","The skill provides a detailed reference for flags in `references/flags.md`, including their values, defaults, and when to use them, covering both `bdata search` and `bdata discover`.",{"category":39,"check":54,"severity":30,"summary":55},"Tool naming","The skill utilizes the Bright Data CLI commands `bdata search` and `bdata discover`, which are descriptive and follow kebab-case conventions within the command-line context.",{"category":39,"check":57,"severity":30,"summary":58},"Minimal I/O surface","The CLI commands are structured with typed flags and string inputs for queries, and the JSON output is well-defined and documented, ensuring minimal and focused I/O.",{"category":60,"check":61,"severity":30,"summary":62},"License","License usability","The repository includes a standard MIT License file, which is a permissive open-source license.",{"category":64,"check":65,"severity":66,"summary":67},"Maintenance","Commit recency","not_applicable","No commits found for this specific skill within the provided repository context. The repository itself has a last commit date (d0eeb1f) from 2026-04-19, which is recent.",{"category":64,"check":69,"severity":66,"summary":70},"Dependency Management","The skill itself does not appear to introduce third-party dependencies beyond the Bright Data CLI, which is assumed to be installed separately.",{"category":72,"check":73,"severity":30,"summary":74},"Security","Secret Management","The skill relies on the Bright Data CLI, which handles API key management through environment variables or `bdata login`, rather than embedding secrets in scripts or output.",{"category":72,"check":76,"severity":30,"summary":77},"Injection","The skill executes Bright Data CLI commands, which are designed to handle untrusted input safely. The SKILL.md and references do not indicate any mechanism for executing arbitrary code or loading untrusted external instructions.",{"category":72,"check":79,"severity":30,"summary":80},"Transitive Supply-Chain Grenades","The skill executes the `bdata` CLI, which is assumed to be a trusted and bundled dependency. There are no runtime downloads or `curl | sh` patterns observed.",{"category":72,"check":82,"severity":30,"summary":83},"Sandbox Isolation","The skill executes the `bdata` CLI commands, which operate within the Bright Data ecosystem and are designed to manage their own sandboxing and execution environment. No file operations outside the intended scope are apparent.",{"category":72,"check":85,"severity":30,"summary":86},"Sandbox escape primitives","The skill's actions involve calling the `bdata` CLI, which is presumed to have secure execution primitives. No custom scripts or hooks with sandbox escape patterns like `nohup` or retry loops are present.",{"category":72,"check":88,"severity":30,"summary":89},"Data Exfiltration","The skill's primary function is web search and discovery using the Bright Data CLI. There are no indications of unauthorized data exfiltration or outbound calls to undocumented domains. API keys are managed via CLI configuration.",{"category":72,"check":91,"severity":30,"summary":92},"Hidden Text Tricks","The bundled markdown files (`SKILL.md`, references) are free of hidden text tricks, invisible Unicode characters, or obfuscated instructions.",{"category":94,"check":95,"severity":30,"summary":96},"Hooks","Opaque code execution","The skill relies on the Bright Data CLI, which is expected to have transparent and readable source code or binaries. No obfuscated JavaScript, base64 payloads, or runtime script fetching is observed within the skill's own files.",{"category":98,"check":99,"severity":30,"summary":100},"Portability","Structural Assumption","The skill primarily relies on the Bright Data CLI and its internal execution. No assumptions about the user's project file structure or OS-specific paths are made within the skill's logic.",{"category":102,"check":103,"severity":66,"summary":104},"Trust","Issues Attention","No GitHub issues data available for this specific skill.",{"category":106,"check":107,"severity":108,"summary":109},"Versioning","Release Management","warning","No explicit versioning information (like `version: X.Y.Z` in frontmatter or `CHANGELOG.md`) is present for this skill. The commit SHA is available, but the lack of a clear version hinders precise dependency management.",{"category":111,"check":112,"severity":30,"summary":113},"Code Execution","Validation","The Bright Data CLI commands (`bdata search`, `bdata discover`) are expected to handle input validation and sanitization internally. The skill's markdown documentation guides users on proper usage.",{"category":72,"check":115,"severity":30,"summary":116},"Unguarded Destructive Operations","The skill's operations (web search, discovery) are read-only and do not involve destructive actions like file deletion or infrastructure changes, thus requiring no special guards.",{"category":111,"check":118,"severity":30,"summary":119},"Error Handling","The skill relies on the Bright Data CLI for error handling. The documentation and reference files suggest that the CLI provides structured output and guidance for errors, which the skill leverages.",{"category":111,"check":121,"severity":66,"summary":122},"Logging","The skill itself does not perform destructive actions or outbound calls that would typically require a local audit log. Logging is handled by the underlying Bright Data CLI.",{"category":124,"check":125,"severity":30,"summary":126},"Compliance","GDPR","The skill's function is web search and discovery, which does not inherently operate on personal data. The Bright Data CLI handles user credentials securely. Any personal data encountered would be incidental to public web search results.",{"category":124,"check":128,"severity":30,"summary":129},"Target market","The skill targets a global market, providing web search and discovery capabilities applicable anywhere. While specific searches might be localized via `--country` and `--language` flags, the core functionality is global.",{"category":98,"check":131,"severity":30,"summary":132},"Runtime stability","The skill relies on the Bright Data CLI, which is expected to be cross-platform compatible. Usage of standard shell commands and documented CLI behavior ensures good runtime stability.",{"category":46,"check":134,"severity":30,"summary":135},"Precise Purpose","The skill clearly defines its purpose (web search/discovery via Bright Data CLI) and its scope, specifying when to use `bdata search` vs `bdata discover` and when to hand off to other skills.",{"category":46,"check":137,"severity":30,"summary":138},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability (Bright Data CLI search/discovery) and provides key trigger phrases.",{"category":50,"check":140,"severity":30,"summary":141},"Concise Body","The SKILL.md body is well-structured and stays under the recommended line count, with detailed references provided in separate files.",{"category":143,"check":144,"severity":30,"summary":145},"Context","Progressive Disclosure","Detailed flag references and examples are provided in separate markdown files (`references/flags.md`, `references/examples.md`), enabling progressive disclosure.",{"category":143,"check":147,"severity":66,"summary":148},"Forked exploration","This skill performs direct CLI calls and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":28,"check":150,"severity":30,"summary":151},"Usage examples","The `references/examples.md` file provides clear, end-to-end, ready-to-use examples demonstrating single queries, batch queries, localized searches, and `discover --include-content` usage.",{"category":28,"check":153,"severity":30,"summary":154},"Edge cases","The documentation implicitly handles edge cases by guiding users on appropriate flag usage (e.g., `--country`, `--language`, `--page`) and provides verification steps, which helps in identifying and recovering from non-ideal results.",{"category":111,"check":156,"severity":66,"summary":157},"Tool Fallback","The skill's core functionality relies on the `bdata` CLI, which is assumed to be installed. It does not have optional fallback paths for CLI tool usage.",{"category":159,"check":160,"severity":30,"summary":161},"Safety","Halt on unexpected state","The skill relies on the Bright Data CLI, which is expected to handle unexpected states gracefully by returning appropriate error messages or status codes, halting the workflow as needed.",{"category":98,"check":163,"severity":30,"summary":164},"Cross-skill coupling","The skill is self-contained, operating via the `bdata` CLI. It clearly delineates its scope and directs users to other skills (`scrape`, `data-feeds`) when necessary, without implicit reliance.",1778054317680,"This skill enables AI agents to perform web searches via Google, Bing, and Yandex using the Bright Data CLI's `bdata search` command for keyword-based SERP results. It also offers `bdata discover` for intent-ranked semantic search with optional page content extraction. The skill provides guidance on setup, usage, and integration with other Bright Data tools like scraping and data feeds.","2.0.0","3.4.0","This skill is well-documented, provides clear examples and references, and leverages the Bright Data CLI effectively for its intended purpose of web search and discovery. It adheres to scope and security best practices. The only minor point is the lack of explicit versioning information, which is a common pattern for CLI-driven skills.",95,"A robust and well-documented skill for performing web searches and semantic discovery using the Bright Data CLI.",[15,16,17,18,19,20],"global","verified",{"codeQuality":176,"collectedAt":177,"documentation":178,"maintenance":180,"security":181,"testCoverage":183},{},1778054304138,{"descriptionLength":179,"readmeSize":8},476,{},{"hasNpmPackage":182,"smitheryVerified":182},false,{"hasCi":182,"hasTests":182},{"updatedAt":185},1778054318963,{"githubOwner":15,"githubRepo":187,"locale":24,"slug":17,"type":188},"skills","skill",true,{"_creationTime":191,"_id":192,"community":193,"display":194,"identity":205,"parentExtension":208,"providers":235,"relations":240,"workflow":241},1778054268187.776,"k177secs2fy2665c3z8prspg0s867xd1",{"reviewCount":8},{"description":195,"installMethods":196,"name":197,"sourceUrl":198,"tags":199},"Web scraping, Google search, structured data extraction, and MCP server integration powered by Bright Data. Includes 11 skills: scrape any webpage as markdown (with bot detection/CAPTCHA bypass), search Google with structured JSON results, extract data from 40+ websites (Amazon, LinkedIn, Instagram, TikTok, YouTube, and more), orchestrate Bright Data's 60+ MCP tools, Bright Data CLI for terminal-based scraping/search/data extraction/zone management, real-time competitive intelligence (competitor snapshots, pricing comparison, review mining, hiring signals, market landscape mapping), built-in best practices for Web Unlocker, SERP API, Web Scraper API, and Browser API, Python SDK best practices for the brightdata-sdk package, scraper builder for any website, design system mirroring, and Browser API session debugging.",{},"Bright Data Plugin for Claude Code","https://github.com/brightdata/skills",[18,200,17,201,202,16,203,204],"data-extraction","mcp","bright-data","competitive-intelligence","python-sdk",{"githubOwner":15,"githubRepo":187,"locale":24,"slug":206,"type":207},"brightdata-plugin","plugin",{"_creationTime":209,"_id":210,"community":211,"display":212,"identity":218,"providers":221,"relations":230,"workflow":232},1778054268187.7754,"k17f4hb22c0s5mwjyyx9xtwwen86727s",{"reviewCount":8},{"description":213,"installMethods":214,"name":215,"sourceUrl":198,"tags":216},"Official Bright Data plugin for Claude Code - Web scraping, search, structured data extraction, and Python SDK",{},"Bright Data Plugin",[18,17,200,204,16,201,15,217],"api",{"githubOwner":15,"githubRepo":187,"locale":24,"slug":219,"type":220},"brightdata-plugins","marketplace",{"extract":222,"llm":228},{"commitSha":223,"license":224,"marketplace":225},"d0eeb1fbab809ffffe7c270186bd3eb78cf0c8ba","MIT",{"name":219,"pluginCount":226,"version":227},1,"1.6.0",{"promptVersionExtension":167,"promptVersionScoring":168,"score":229,"targetMarket":173,"tier":174},98,{"repoId":231},"kd7e4q3ah25vmt87x67vanphhn864r9h",{"anyEnrichmentAt":233,"extractAt":234,"githubAt":233,"llmAt":185,"updatedAt":185},1778054269540,1778054268187,{"extract":236,"llm":237},{"commitSha":223,"license":224},{"promptVersionExtension":167,"promptVersionScoring":168,"score":238,"targetMarket":173,"tier":239},65,"flagged",{"parentExtensionId":210,"repoId":231},{"anyEnrichmentAt":233,"extractAt":234,"githubAt":233,"llmAt":185,"updatedAt":185},{"extract":243,"llm":244},{"commitSha":223,"license":224},{"promptVersionExtension":167,"promptVersionScoring":168,"score":170,"targetMarket":173,"tier":174},{"parentExtensionId":192,"repoId":231},{"_creationTime":247,"_id":231,"identity":248,"providers":249,"workflow":263},1777995558409.835,{"githubOwner":15,"githubRepo":187,"sourceUrl":198},{"discover":250,"github":254},{"sources":251},[252,253],"skills-sh","vskill",{"closedIssues90d":255,"forks":256,"homepage":257,"license":224,"openIssues90d":258,"pushedAt":259,"readmeSize":260,"stars":261,"topics":262},3,19,"https://skills.sh/brightdata",4,1777367346000,36677,111,[],{"discoverAt":264,"extractAt":265,"githubAt":265,"updatedAt":265},1777995558409,1778054276871,{"anyEnrichmentAt":233,"extractAt":234,"githubAt":233,"llmAt":185,"updatedAt":185},[],[269,290,318,338,354,373],{"_creationTime":270,"_id":271,"community":272,"display":273,"identity":282,"providers":284,"relations":288,"workflow":289},1778054268187.7783,"k1799kwx7k8g1vx165qr4np3298670sw",{"reviewCount":8},{"description":274,"installMethods":275,"name":276,"sourceUrl":277,"tags":278},"Guide for using the Bright Data CLI (`brightdata` / `bdata`) to scrape websites, search the web, extract structured data from 40+ platforms, manage proxy zones, and check account budget. Use this skill whenever the user wants to scrape a URL, search Google/Bing/Yandex, extract data from Amazon/LinkedIn/Instagram/TikTok/YouTube/Reddit or any other platform, check their Bright Data balance or zones, or do anything involving web data collection from the terminal. Also trigger when the user mentions brightdata, bdata, web scraping CLI, SERP API, or wants to install Bright Data skills into their coding agent.",{},"Bright Data CLI","https://github.com/brightdata/skills/tree/HEAD/skills/brightdata-cli",[15,16,18,200,279,280,281],"serp-api","automation","terminal",{"githubOwner":15,"githubRepo":187,"locale":24,"slug":283,"type":188},"brightdata-cli",{"extract":285,"llm":286},{"commitSha":223,"license":224},{"promptVersionExtension":167,"promptVersionScoring":168,"score":287,"targetMarket":173,"tier":174},99,{"parentExtensionId":192,"repoId":231},{"anyEnrichmentAt":233,"extractAt":234,"githubAt":233,"llmAt":185,"updatedAt":185},{"_creationTime":291,"_id":292,"community":293,"display":294,"identity":305,"providers":308,"relations":312,"workflow":314},1778053148350.4714,"k17bf7x1rt5k8v06gn11f93wqh866gc4",{"reviewCount":8},{"description":295,"installMethods":296,"name":297,"sourceUrl":298,"tags":299},"SEO strategy and optimization - keyword research, on-page SEO, technical audits, content optimization, and rank tracking",{},"SEO Optimizer","https://github.com/claude-office-skills/skills/tree/HEAD/seo-optimizer",[20,300,301,17,302,303,304],"keywords","content-optimization","organic-traffic","marketing","documentation",{"githubOwner":306,"githubRepo":187,"locale":24,"slug":307,"type":188},"claude-office-skills","seo-optimizer",{"extract":309,"llm":311},{"commitSha":310,"license":224},"9c4c7d5cd2813a8936bf2c9fdb174ea883b85a11",{"promptVersionExtension":167,"promptVersionScoring":168,"score":229,"targetMarket":173,"tier":174},{"repoId":313},"kd7fw7xbj58qc2z8whrrjptbed8659db",{"anyEnrichmentAt":315,"extractAt":316,"githubAt":315,"llmAt":317,"updatedAt":317},1778053151766,1778053148350,1778053561145,{"_creationTime":319,"_id":320,"community":321,"display":322,"identity":331,"providers":333,"relations":336,"workflow":337},1778054268187.7822,"k17begs4z89dp62tky5mmdh239867xn8",{"reviewCount":8},{"description":323,"installMethods":324,"name":325,"sourceUrl":326,"tags":327},"When the user wants to audit, review, or diagnose SEO issues on their site. Uses live web data via the Bright Data CLI for accurate detection of JS-injected schema, hreflang, canonicals, and live SERP-based ranking checks. Also use when the user mentions \"SEO audit,\" \"technical SEO,\" \"why am I not ranking,\" \"SEO issues,\" \"on-page SEO,\" \"meta tags review,\" \"SEO health check,\" \"my traffic dropped,\" \"lost rankings,\" \"not showing up in Google,\" \"site isn't ranking,\" \"Google update hit me,\" \"page speed,\" \"core web vitals,\" \"crawl errors,\" or \"indexing issues.\" Use this even if the user just says something vague like \"my SEO is bad\" or \"help with SEO\" — start with an audit. For building pages at scale to target keywords, see programmatic-seo. For implementing structured data, see schema-markup. For AI search optimization, see ai-seo.",{},"SEO Audit (Bright Data)","https://github.com/brightdata/skills/tree/HEAD/skills/seo-audit",[20,328,15,16,329,330],"audit","scraping","web-data",{"githubOwner":15,"githubRepo":187,"locale":24,"slug":332,"type":188},"seo-audit",{"extract":334,"llm":335},{"commitSha":223,"license":224},{"promptVersionExtension":167,"promptVersionScoring":168,"score":170,"targetMarket":173,"tier":174},{"parentExtensionId":192,"repoId":231},{"anyEnrichmentAt":233,"extractAt":234,"githubAt":233,"llmAt":185,"updatedAt":185},{"_creationTime":339,"_id":340,"community":341,"display":342,"identity":347,"providers":349,"relations":352,"workflow":353},1778054268187.7773,"k17dx0bspyspt4ppvrxe97fyvs867987",{"reviewCount":8},{"description":343,"installMethods":344,"name":197,"sourceUrl":345,"tags":346},"Build production-ready Bright Data integrations with best practices baked in. Reference documentation for developers using coding assistants (Claude Code, Cursor, etc.) to implement web scraping, search, browser automation, and structured data extraction. Covers Web Unlocker API, SERP API, Web Scraper API, and Browser API (Scraping Browser).",{},"https://github.com/brightdata/skills/tree/HEAD/skills/bright-data-best-practices",[18,200,202,217,16,280,17,329],{"githubOwner":15,"githubRepo":187,"locale":24,"slug":348,"type":188},"bright-data-best-practices",{"extract":350,"llm":351},{"commitSha":223,"license":224},{"promptVersionExtension":167,"promptVersionScoring":168,"score":170,"targetMarket":173,"tier":174},{"parentExtensionId":192,"repoId":231},{"anyEnrichmentAt":233,"extractAt":234,"githubAt":233,"llmAt":185,"updatedAt":185},{"_creationTime":355,"_id":356,"community":357,"display":358,"identity":365,"providers":367,"relations":371,"workflow":372},1778054268187.7788,"k1755bggg6zc2fptbstdb5b8hx867x1s",{"reviewCount":8},{"description":359,"installMethods":360,"name":361,"sourceUrl":362,"tags":363},"Real-time competitive intelligence and market research using Bright Data's web scraping infrastructure. Analyzes competitors' pricing, features, reviews, hiring patterns, content strategy, and market positioning with live web data. Use this skill when the user wants to analyze competitors, compare products, monitor pricing changes, track market trends, research a market landscape, build competitive battlecards, find positioning opportunities, or conduct any form of competitive or market research. Also use when the user mentions competitor analysis, market intelligence, competitive landscape, win/loss analysis, or wants to understand what competitors are doing.",{},"Competitive Intel","https://github.com/brightdata/skills/tree/HEAD/skills/competitive-intel",[203,364,18,200,15,16,280],"market-research",{"githubOwner":15,"githubRepo":187,"locale":24,"slug":366,"type":188},"competitive-intel",{"extract":368,"llm":369},{"commitSha":223,"license":224},{"promptVersionExtension":167,"promptVersionScoring":168,"score":370,"targetMarket":173,"tier":174},93,{"parentExtensionId":192,"repoId":231},{"anyEnrichmentAt":233,"extractAt":234,"githubAt":233,"llmAt":185,"updatedAt":185},{"_creationTime":374,"_id":375,"community":376,"display":377,"identity":388,"providers":390,"relations":396,"workflow":398},1778054586606.9207,"k17dgzjgvsrbv3nsbp0kz4c1ax8665ww",{"reviewCount":8},{"description":378,"installMethods":379,"name":380,"sourceUrl":381,"tags":382},"Vercel filesystem detectors",{},"Vercel Filesystem Detectors","https://github.com/vercel/vercel/tree/HEAD/packages/fs-detectors",[383,384,385,386,16,387],"vercel","build-system","framework-detection","monorepo","utility",{"githubOwner":383,"githubRepo":383,"locale":24,"slug":389,"type":188},"vercel-fs-detectors",{"extract":391,"llm":394},{"commitSha":392,"license":393},"da93fccb68ef705f866ddb8d4ff596495589442a","Apache-2.0",{"promptVersionExtension":167,"promptVersionScoring":168,"score":395,"targetMarket":173,"tier":174},100,{"repoId":397},"kd70sna36fh1a450f5r7e0f8p986555e",{"anyEnrichmentAt":399,"extractAt":400,"githubAt":399,"llmAt":401,"updatedAt":401},1778054590995,1778054586606,1778054733091]