Expert web research skill that uses Grok-compatible endpoints to perform deep searches and synthesize information with explicit source citations.
Quick Start
# Minimal working example
from spoon_ai.agents import SpoonReactSkill
agent = SpoonReactSkill(
name="researcher",
skill_paths=["./grok-research"],
scripts_enabled=True
)
await agent.activate_skill("grok-research")
result = await agent.execute("What is the current status of SpoonOS?")
Scripts
Script
Purpose
grok_tool.py
Main tool for performing web research and synthesis.
Environment Variables
Variable
Required
Description
GROK_API_KEY
Yes
Your Grok-compatible API key.
GROK_BASE_URL
Yes
The endpoint URL (OpenAI-compatible).
GROK_MODEL
No
Model to use (default: grok-2-latest).
Best Practices
Use specific queries for better search results.
Provide context in the query if searching for niche technical topics.
Review the sources array for deeper verification.
1---2name: xspoonai-official-grok-research3description: Grok Research4---56# Grok Research78Expert web research skill that uses Grok-compatible endpoints to perform deep searches and synthesize information with explicit source citations.910## Quick Start1112```python13# Minimal working example14from spoon_ai.agents import SpoonReactSkill1516agent = SpoonReactSkill(17 name="researcher",18 skill_paths=["./grok-research"],19 scripts_enabled=True20)21await agent.activate_skill("grok-research")22result = await agent.execute("What is the current status of SpoonOS?")23```2425## Scripts2627| Script | Purpose |28|--------|---------|29| [grok_tool.py](scripts/grok_tool.py) | Main tool for performing web research and synthesis. |3031## Environment Variables3233| Variable | Required | Description |34|----------|----------|-------------|35| `GROK_API_KEY` | Yes | Your Grok-compatible API key. |36| `GROK_BASE_URL` | Yes | The endpoint URL (OpenAI-compatible). |37| `GROK_MODEL` | No | Model to use (default: grok-2-latest). |3839## Best Practices40411. Use specific queries for better search results.422. Provide context in the query if searching for niche technical topics.433. Review the `sources` array for deeper verification.
Run npx skillmds@latest add jiayaoqijia/xspoonai-official-grok-research in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Grok Research It is listed under Research & Search on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
jiayaoqijia (@jiayaoqijia) published this skill. Their other Agent Skills are listed on their SkillMD profile.