Install
openclaw skills install brightdataClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Google search results and web page scraping via Bright Data APIs. Use when the agent needs structured search results, paginated SERP retrieval, or clean markdown from any URL.
openclaw skills install brightdataTwo tools: search (Google SERP results as JSON) and scrape (any URL to clean markdown). Both bypass bot detection and CAPTCHAs.
search.sh — Google Searchbash scripts/search.sh "<query>" [cursor]
query: Search terms (required).cursor: Page number, 0-indexed (optional, default 0). Each page returns ~10 results.Returns JSON with an organic array:
{
"organic": [
{"link": "https://...", "title": "...", "description": "..."}
]
}
scrape.sh — Web Page Scrapingbash scripts/scrape.sh "<url>"
url: Any public URL (required).Returns the page content as clean markdown.
"site:github.com openai whisper python library""AI"cursor (0 → 1 → 2 → ...).