grok-search
Use Grok AI (grok.com) to search and research topics via browser automation. Triggers on "use grok to search", "ask grok", "grok research", "search with grok", or when user wants real-time X/Twitter data analysis, trending topics, or AI-powered web research.
npx skills add majiayu000/claude-skill-registry --skill grok-search-kaichen-agent-skillset --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Grok Search Search and research using Grok AI via browser automation with Claude in Chrome MCP. ## Prerequisites - Claude in Chrome MCP extension installed and configured - Logged into grok.com in Chrome ## Quick Start ### Direct URL Query (Recommended) Use URL parameters to submit queries directly without manual input: ``` https://grok.com/?q={your_query} ``` This automatically submits the query and starts generating results. ### Example Workflow ```javascript // 1. Create new tab mcp__claude-in-chrome__tabs_create_mcp() // 2. Navigate with query parameter mcp__claude-in-chrome__navigate({ url: "https://grok.com/?q=your search query here", tabId: <tab_id> }) // 3. Wait for results (typically 5-30 seconds for regular, 1-3 minutes for DeepSearch) mcp__claude-in-chrome__computer({ action: "wait", duration: 10, tabId: <tab_id> }) // 4. Get page text content mcp__claude-in-chrome__get_page_text({ tabId: <tab_id> }) // 5. Find and click copy button (aria-label="Copy") or (aria-label="复制") mcp__claude-in-chrome__find({ query: "复制 button", tabId: <tab_id> }) mcp__claude-in-chrome__computer({ action: "left_click", ref: "ref_xxx", tabId: <tab_id> }) // 6. Save to file via clipboard Bash:
- Prerequisites
- Quick Start
- Direct URL Query (Recommended)
- Example Workflow
- Search Modes
- Default Mode (Fast)
- DeepSearch Mode (Thorough)
- Common Use Cases
- 1. Real-time X/Twitter Analysis
- 2. News and Current Events
- 3. Research Topics
- Handling Results
- Method 1: Copy Button (Preferred)
- Method 2: Direct Text Extraction (Fallback)
What does the grok-search skill do?
Use Grok AI (grok.com) to search and research topics via browser automation. Triggers on "use grok to search", "ask grok", "grok research", "search with grok", or when user wants real-time X/Twitter data analysis, trending topics, or AI-powered web research.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill grok-search-kaichen-agent-skillset --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
