en un clic
deep-search
// Deep multi-round web research with parallel fetching. Triggers: deep search, research, 深度搜索, 调研, investigate, deep research.
// Deep multi-round web research with parallel fetching. Triggers: deep search, research, 深度搜索, 调研, investigate, deep research.
Harnessed audio-artifact starter. Synthesizes a minimal WAV file under audio/ and relies on the workspace contract to deliver it.
Harnessed coding-assistant starter. Produces a unified-diff artifact and a file-list preview under patches/.
Minimal harnessed single-artifact starter. Use as a template for a custom app that produces one deliverable.
Harnessed report-generator starter. Writes a markdown artifact under reports/ and relies on the workspace contract to deliver it.
OminiX ASR (speech-to-text), preset-voice TTS with emotion/speed control, and model management via Qwen3 models on Apple Silicon. For voice cloning and custom voice profiles, use mofa-fm. Triggers: voice, transcribe audio, text to speech, speak this, read aloud, model management, download model, 语音识别, 语音合成, 模型管理.
Recursively crawl websites using headless Chrome. Triggers: crawl, scrape website, 爬取, crawl site, deep crawl, website content.
| name | deep-search |
| description | Deep multi-round web research with parallel fetching. Triggers: deep search, research, 深度搜索, 调研, investigate, deep research. |
The search tool performs deep multi-round web research. It iteratively searches from multiple angles, fetches pages in parallel, chases the most-referenced external sources, and produces a structured research report.
Call search with a query and optional depth. The tool will:
./research/<query-slug>/1 = Quick: single search round + crawl (~1 min, up to 10 pages)2 = Standard: 3 search rounds + reference chasing (~3 min, up to 30 pages)3 = Thorough: 5 search rounds + aggressive link chasing (~5 min, up to 50 pages)perplexity, duckduckgo, brave, you. Defaults to auto-detection (prefers Perplexity).{
"query": "AI regulations worldwide 2026",
"depth": 2
}
Returns a structured research report including:
Use read_file on specific source files for full content when you need detailed synthesis.
Results are saved to ./research/<query-slug>/:
_<query-slug>.md -- structured research report (topic-named; leading _ keeps it out of read_sources' source-ingestion path on subsequent synthesis runs; see issue #897)_search_results.md -- combined raw search results from all rounds01_<domain>.md -- full page content from first source02_<domain>.md -- full page content from second sourcePERPLEXITY_API_KEY -- enables Perplexity Sonar (recommended, best for deep research)BRAVE_API_KEY -- enables Brave SearchYDC_API_KEY -- enables You.com searchWithout API keys, DuckDuckGo HTML search is used as fallback.