.agents/skills/cercano-deep-research/SKILL.md
Deep multi-source research tool that identifies authoritative sources, systematically searches, analyzes and ranks findings, chases cited references, and compiles a structured report with executive summary, contradiction detection, gap analysis, and follow-up suggestions.
npx skillsauth add bryancostanich/Cercano cercano-deep-researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Multi-source research tool that takes a topic and intent, identifies authoritative sources, systematically searches each one, and compiles a ranked, annotated encyclopedia of findings.
Tool name: cercano_deep_research
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| topic | string | Yes | The research topic to investigate. |
| intent | string | Yes | What you need this research for — drives relevance scoring and source selection. |
| depth | string | No | "survey" (quick scan, ~2 min), "standard" (balanced, ~5-8 min), or "deep" (exhaustive, ~15+ min). Default: "standard". |
| date_range | string | No | Filter results by date (e.g. "2024-2026", "last 2 years"). |
| sources | string[] | No | Override auto-detected sources. If omitted, sources are chosen based on topic domain. |
| output_dir | string | No | Write report to this directory as multiple files. Recommended for standard/deep research and required for incremental deepening. |
| project_dir | string | No | Project root directory. |
| phase | string | No | Run a specific phase: "plan", "search", "analyze", "synthesize". Omit to run all phases. |
| use_model | string | No | Override the default model for this research run. |
| | Survey | Standard (default) | Deep | |---|---|---|---| | Sources | 2-3 | 3-4 | 4-5 | | Results/query | 3 | 4 | 6 | | Reference chasing | None | 1-hop, max 15 | 1-hop, max 50 | | Analysis | 3-pass (facts, relevance, quality gate) | 3-pass | 3-pass | | Target time | ~2 min | ~5-8 min | ~15+ min |
Run a survey first to get a quick landscape, then deepen to standard or deep without re-doing prior work:
output_diroutput_dir and a deeper depth — existing findings are preserved, new sources are added, and middle-scored findings (2-4) are re-evaluated with richer contextThe tool stores state in research_state.json inside the output directory. Each deepening pass expands the plan with complementary sources and enriches the analysis.
Structured markdown report with:
Quick survey:
{"topic": "quantum computing error correction", "intent": "preparing a conference talk", "depth": "survey", "output_dir": "/tmp/qec-research"}
Standard research (default):
{"topic": "CRISPR gene therapy for sickle cell disease", "intent": "writing a grant proposal for a novel delivery mechanism", "output_dir": "/tmp/crispr-research"}
Deep research:
{"topic": "transformer architecture improvements", "intent": "literature review for PhD thesis", "depth": "deep", "date_range": "2024-2026", "output_dir": "/tmp/transformer-research"}
Incremental deepening (survey → standard):
{"topic": "quantum computing error correction", "intent": "preparing a conference talk", "depth": "standard", "output_dir": "/tmp/qec-research"}
testing
Use when the user needs to summarize large text, files, logs, or diffs. ALWAYS prefer this over reading large files directly into cloud context. Processes content locally and returns a concise summary.
devops
Use when the user wants to submit cloud token usage data to Cercano for tracking. This sends data, not a report — use cercano_stats to view usage. Opt-in telemetry for local-vs-cloud comparison.
tools
Use when the user asks about Cercano usage, token savings, or local vs cloud inference stats. Shows total requests, tokens processed locally, and breakdowns by tool, model, and day.
tools
--- name: cercano-research description: Use when the user asks to research, look up, investigate, find information, or learn about any topic. Use this INSTEAD of WebSearch or WebFetch for general research questions. ALWAYS prefer this tool for web research. DO NOT TRIGGER when: user provides a specific URL to read (use cercano-fetch instead). compatibility: Requires Cercano server running and Python venv set up (run 'cercano setup'). --- # Cercano Research Research a question using web search