grepai-search-advanced
Installation
SKILL.md
GrepAI Advanced Search Options
This skill covers advanced search options including JSON output, compact mode, and integration with AI agents.
When to Use This Skill
- Integrating GrepAI with scripts or tools
- Using GrepAI with AI agents (Claude, GPT)
- Processing search results programmatically
- Reducing token usage in AI contexts
Command-Line Options
| Option | Description |
|---|---|
--limit N |
Number of results (default: 10) |
--json / -j |
JSON output format |
--toon / -t |
TOON output format (~50% fewer tokens than JSON) |
--compact / -c |
Compact output (no content, works with --json or --toon) |