Loading...
Loading...
Comprehensive research grounded in web data with explicit citations. Use when you need multi-source synthesis—comparisons, current events, market analysis, detailed reports.
npx skill4agent add ryneivy/skills research~/.claude/settings.json{
"env": {
"INSPIRO_API_KEY": "inspiro-your-api-key-here"
}
}Tip: Research can take 30-120 seconds. Press Ctrl+B to run in the background.
./scripts/research.sh '<json>' [output_file]# Basic research
./scripts/research.sh '{"input": "quantum computing trends"}'
# With pro model for comprehensive analysis
./scripts/research.sh '{"input": "AI agents comparison", "model": "pro"}'
# Save to file
./scripts/research.sh '{"input": "market analysis for EVs", "model": "pro"}' ./ev-report.md
# Quick targeted research
./scripts/research.sh '{"input": "climate change impacts", "model": "mini"}'| Field | Type | Default | Description |
|---|---|---|---|
| string | Required | Research topic or question |
| string | | Model: |
| Model | Use Case | Speed |
|---|---|---|
| Single topic, targeted research | ~30s |
| Comprehensive multi-angle analysis | ~60-120s |
| API chooses based on complexity | Varies |
./scripts/research.sh '{"input": "What is retrieval augmented generation?", "model": "mini"}'./scripts/research.sh '{"input": "LangGraph vs CrewAI for multi-agent systems", "model": "pro"}'./scripts/research.sh '{"input": "Fintech startup landscape 2025", "model": "pro"}' fintech-report.md