← ClaudeAtlas

grok-searchlisted

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.
kaichen/agent-skillset · ★ 0 · AI & Automation · score 51
Install: claude install-skill kaichen/agent-skillset
# 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: pbpaste > result.md ``` ## Search Modes ### Default Mode (Fast) - URL: `https://grok.com/?q={query}` - Response time: 5-15 seconds - Best for: Quick questions, simple lookups ### DeepSearch Mode (Thorough) - Requires clicking DeepSearch button before submitting - Response time