grok-research
# Grok Research
Forward user's research query directly to Grok API. No extra prompts — what the user says is exactly what Grok receives.
## Config
Env var `A9_GROK_API_KEY` required. API base URL: `https://ai.a9.bot/v1` (hardcoded).
## Usage
```bash
cd ~/.openclaw/workspace/skills/grok-research
bun run grok-research.ts <query>
bun run grok-research.ts --model grok-4.20-beta <query>
```
Default model: `grok-4.20-beta`. Another model: `--model grok-4.1-thinking`.
## How to Call
Pass the user's original message as the query. Do not add system prompts or templates — forward as-is.
Example: user says "调研一下代币叙事 $buttcoin Cm6fNnMk..."
→ `bun run grok-research.ts "调研一下代币叙事 $buttcoin Cm6fNnMk..."`
## Output
- stdout: Grok's response (forward to user)
- stderr: status/errors
- Format for Discord before sending (no markdown tables)
标签
skill
ai