wangnov/grok-search-skill · Archived

grok-search

Use when an AI agent needs Grok-powered web or X search with JSON-first output, citations, domain or handle filters, and optional text rendering for human inspection.

First seen Apr 11, 2026

Installation

$ npx skills add wangnov/grok-search-skill --skill grok-search

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,112 B
  • docs SUMMARY.md 185 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Use this skill when:

  • an AI agent needs current web evidence
  • an AI agent needs current X evidence
  • the caller wants JSON-first output with citations
  • the caller needs explicit control over domains, handles, dates, or depth

Environment:

  • requires XAIAPIKEY
  • also reads optional .env.local and .env from the caller's current working directory

Behavior:

  • JSON-first by default
  • citations are preserved in normalized output
  • text mode is available for manual inspection
  • image understanding is enabled for web and X search
  • video understanding is enabled for X search

Run:

  • node {baseDir}/scripts/grok-search.mjs "query"
  • node {baseDir}/scripts/grok-search.mjs "query" --mode x
  • node {baseDir}/scripts/grok-search.mjs "query" --format text
  • node {baseDir}/scripts/selftest.mjs

References:

  • see references/xai-search-capabilities.md for the supported search surface