Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/grok-search-kaichen-agent-skillset/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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:

What's inside
Steps it walks through
  1. Prerequisites
  2. Quick Start
  3. Direct URL Query (Recommended)
  4. Example Workflow
  5. Search Modes
  6. Default Mode (Fast)
  7. DeepSearch Mode (Thorough)
  8. Common Use Cases
  9. 1. Real-time X/Twitter Analysis
  10. 2. News and Current Events
  11. 3. Research Topics
  12. Handling Results
  13. Method 1: Copy Button (Preferred)
  14. Method 2: Direct Text Extraction (Fallback)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going