grok-search

Solid

Enhanced web search and real-time content retrieval via Grok API with forced tool routing. Use when: (1) Web search / information retrieval / fact-checking, (2) Webpage content extraction / URL parsing, (3) Breaking knowledge cutoff limits for current information, (4) Real-time news and technical documentation, (5) Multi-source information aggregation. Triggers: "search for", "find information about", "latest news", "current", "fetch webpage", "get content from URL". IMPORTANT: This skill REPLACES built-in WebSearch/WebFetch with Grok Search tools.

Data & Documents 64 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Grok Search Enhanced web search via Grok API. Standalone CLI only (no MCP dependency). ## Implementation Layout - `scripts/groksearch_cli.py` - CLI entrypoint and compatibility facade - `scripts/groksearch/` - internal modules for config, HTTP retry, Grok provider, Tavily calls, formatting, and commands ## Execution Methods Run `scripts/groksearch_cli.py` via Bash: ```bash # Prerequisites: pip install httpx tenacity # Environment: GROK_API_URL, GROK_API_KEY (required); TAVILY_API_KEY (optional) # Web search (Grok only) python scripts/groksearch_cli.py web_search --query "search terms" [--platform "GitHub"] [--min-results 3] [--max-results 10] # Web search with Tavily extra sources (parallel + URL-deduplicated merge) python scripts/groksearch_cli.py web_search --query "..." --extra-sources 5 # Fetch webpage (default: Grok) python scripts/groksearch_cli.py web_fetch --url "https://..." [--out file.md] # Fetch via Tavily extract endpoint python scripts/groksearch_cli.py web_fetch --url "https://..." --via tavily # Map a website's structure (Tavily) python scripts/groksearch_cli.py web_map --url "https://docs.example.com" [--instructions "API only"] [--max-depth 2] [--max-breadth 20] [--limit 50] [--timeout 150] # Check config python scripts/groksearch_cli.py get_config_info [--no-test] # Switch model python scripts/groksearch_cli.py switch_model --model "grok-2-latest" # Toggle built-in tools python scripts/groksearch_cli.py toggle_builtin_tools --action on|off|s...

Details

Author
Dianel555
Repository
Dianel555/DSkills
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

grok-search

Grok API の x_search ツールで X (Twitter) の投稿を検索・要約。「/grok-search」「X を検索」「X の投稿を調べて」「Twitter で検索」「X でのトレンド」で使用。

0 Updated 1 weeks ago
tanuuuuuuu
AI & Automation Solid

grok-geo

Diagnose a brand's visibility, recommendations, citations, competitor presence, factual accuracy, and content gaps in AI-assisted web search. Use for GEO audits, AI search visibility analysis, AI citation analysis, brand-versus-competitor comparisons, website GEO content diagnostics, ChatGPT/豆包/DeepSeek/通义千问/智谱 GLM/Kimi/文心一言/Claude/Gemini/Perplexity brand mention analysis, AI search optimization, and generative engine optimization (GEO) reports. Supports 17+ AI engines (8 international + 9 Chinese). Do not use for ordinary copywriting, general SEO keyword research, social-media scraping, guaranteed-ranking requests, or content publishing.

3 Updated 1 weeks ago
xuboboo
Web & Frontend Listed

cmm-web-search

Use this skill as the general web search and page-fetch entry for CMM workflows whenever the user asks to search keywords, find related pages or articles, verify facts, collect background sources, compare competitors, find cases, fetch source pages, or build normalized web source cards. This skill includes a unified CLI, runtime-safe runner, built-in AnySearch API backend, Tavily API backend, multi-engine URL generation, public-page fetching, GitHub README fetching, and normalized source-card output with quality scoring. Do not use for subscription feeds, RSS/media-source collection, daily news push channels, AI HOT queries, publishing, or drafting final content.

2 Updated 1 weeks ago
chemny