From anakin
Run a deep agentic research task using anakin-cli that autonomously explores the web and returns a comprehensive report. Use for comprehensive research — comparisons, market analysis, technical deep-dives, or questions requiring multiple sources. Takes 1-5 minutes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/anakin:deep-researchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive research on a topic — comparisons, market analysis, technical deep-dives, or questions requiring multiple sources.
Comprehensive research on a topic — comparisons, market analysis, technical deep-dives, or questions requiring multiple sources.
anakin status.mkdir -p .anakin
.anakin/research-react-vs-vue.json.anakin/research-ai-funding-2025.jsonanakin research "$ARGUMENTS" -o .anakin/research-<topic>.json
For complex topics that may take longer:
anakin research "$ARGUMENTS" --timeout 900 -o .anakin/research-<topic>.json
wc -l .anakin/research-<topic>.json && head -100 .anakin/research-<topic>.json
jq -r '.generatedJson.summary' .anakin/research-<topic>.json
# Deep agentic research (1-5 minutes)
anakin research "<topic>" -o .anakin/research-topic.json
# Extended timeout for complex topics
anakin research "<topic>" --timeout 900 -o .anakin/research-topic.json
--timeout <seconds> — Max wait time (default: 600)-o, --output <path> — Save to filePolls every 10s. Typical completion: 1-5 minutes.
generatedJson with summary, structured_data, data_schema, and cited sources.
/anakin:search-web for quick factual lookups — reserve /anakin:deep-research for multi-source exploration.-o to prevent terminal buffer overflow./anakin:search-web plus multiple /anakin:scrape-website calls as a manual alternative.--timeout or breaking the topic into smaller queries.npx claudepluginhub anakin-inc/anakin-claude-plugin --plugin anakinConducts AI-powered deep research with citations via the Tavily CLI. Use for multi-source analysis, comparisons, market reports, and literature reviews.
Produces rigorous, cited analytical reports on complex topics (scientific, technical, policy, market) with executive summary, multi-angle findings, contrarian views, and full sources. Not for quick lookups or recommendations.
Performs structured fact-based research with configurable depth (quick/standard/deep), parallel data collection, source credibility grading, and markdown report generation.