grok-browser
Query Grok AI via browser automation. Use when you need to ask Grok questions, get AI responses, or use Grok's DeepSearch/Think features. Copies response text instead of using screenshots.
Why use this skill?
Automate Grok queries with the grok-browser skill for OpenClaw. Access DeepSearch, manage browser sessions, and retrieve AI-generated insights via Chrome.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/easonc13/grok-browserWhat This Skill Does
The grok-browser skill enables the OpenClaw AI agent to interact with Grok (grok.com) via automated Chrome browser sessions. Unlike standard web-scraping tools that rely on fragile selectors, this skill leverages a dedicated Browser Relay to navigate, input queries into dynamic contenteditable fields, and programmatically extract structured responses. It is specifically designed to handle Grok’s unique UI architecture, allowing the agent to toggle features like DeepSearch, manage chat states, and retrieve full response text via the system clipboard.
Installation
- Ensure Chrome is installed and the Browser Relay extension is active.
- Install the skill using the clawhub CLI:
clawhub install openclaw/skills/skills/easonc13/grok-browser. - Verify your environment paths; the skill relies on
/Users/eason/clawd/scripts/attach-browser-relay.shfor session connectivity.
Use Cases
This skill is ideal for tasks requiring real-time, internet-connected reasoning that goes beyond static LLM knowledge. Use cases include:
- Researching breaking news or real-time events that require Grok's current data access.
- Utilizing Grok’s DeepSearch feature for multi-step, technical investigations.
- Summarizing complex web content by piping information through Grok’s reasoning engine.
- Automating routine queries that involve browsing or comparing AI perspectives.
Example Prompts
- "Use the grok-browser skill to research the latest advancements in quantum computing and summarize the top three breakthroughs from the last 24 hours."
- "Open a new chat in Grok, enable DeepSearch, and write a detailed comparison between Rust and Go for backend infrastructure."
- "Summarize the following text, but ask Grok to perform a deep analysis on the underlying economic implications first."
Tips & Limitations
- Profile Management: Always use
profile=chrometo ensure correct session persistence. Never useprofile=clawd. - Context Management: Always start a fresh chat for unrelated topics using
browser action=navigateor theMeta+jshortcut to prevent context pollution and performance degradation. - Stability: Grok's UI may evolve; if
contenteditabletargeting fails, update your snapshot references to inspect the current DOM structure. - Timing: Always include sufficient
sleepdurations (10-20 seconds) after submitting a prompt, as DeepSearch can significantly increase response latency.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-easonc13-grok-browser": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, data-collection, code-execution
Related Skills
sui-move
Sui blockchain and Move smart contract development. Use when the user asks about Sui, Move language, smart contracts, objects, transactions, or blockchain development on Sui.
sui-knowledge
Answer questions about Sui blockchain ecosystem, concepts, tokenomics, validators, staking, and general knowledge. Use when users ask "what is Sui", "how does Sui work", "Sui vs other chains", or any Sui-related questions that aren't specifically about Move programming.
abstract-searcher
Add abstracts to .bib file entries by searching academic databases (arXiv, Semantic Scholar, CrossRef) with browser fallback.
mac-control
Control Mac via mouse/keyboard automation using cliclick and AppleScript. Use for clicking UI elements, taking screenshots, getting window bounds, handling coordinate scaling on Retina displays, and automating UI interactions like clicking Chrome extension icons, dismissing dialogs, or toolbar buttons.
m3u8-downloader
Download encrypted m3u8/HLS videos using parallel downloads. Use when given an m3u8 URL to download a video, especially encrypted HLS streams with AES-128.