Multi Search
by @neverchenx
Intelligent multi-topic deep research tool supporting arbitrary material input, using independent research agents for parallel deep retrieval and systematic...
clawhub install multi-searchπ About This Skill
name: multi-search description: Intelligent multi-topic deep research tool supporting arbitrary material input, using independent research agents for parallel deep retrieval and systematic research document generation. Use this skill when users need to deeply research multiple related topics, conduct systematic information retrieval, or integrate multi-perspective analysis. license: CC-BY-NC-SA-4.0 version: 1.1.0
Multi-Topic Deep Research Skill
Overview
Intelligent multi-topic deep research tool that automatically analyzes materials and generates systematic research documents. Supports arbitrary material input, launching multiple independent research agents in parallel for deep retrieval, forming a concise research knowledge base.
Core Principles:
Trigger Conditions
Trigger with /multi-search command, or when users request:
Input Format
Method 1: File-based
/multi-search @document-path.md
Method 2: Direct Paste
/multi-search
[Paste material content]
Method 3: Specify Topics
/multi-search
Project: [Project Name]
Research Topics:
1. [Topic One]
2. [Topic Two]
3. [Topic Three]
Processing Flow
Phase 1: Analysis Preparation
1. Read input materials 2. Extract research topic list - With clear topics: Use directly - Without clear topics: Auto-extract from materials 3. Topic splitting principles: - Clear direction: Each topic corresponds to a unique retrieval direction - Avoid overlap: Ensure no duplicate retrieval keywords between topics - Focus on problems: Each topic solves one specific problem 4. Determine project name and output location
Phase 2: Output Directory Detection
Detect project structure by priority:
1. Priority detection: output/ directory -> Use output/[project-name]/
2. Secondary detection: Current working directory -> Use ./[project-name]/
3. Fallback: User's current directory -> Use ./research/
Create directory: [output-dir]/03 - Deep Research/
Phase 3: Parallel Deep Research
Launch an independent general-purpose research agent for each research topic.
Context Transfer (Main Agent -> Research Agent):
Deduplication Mechanism:
Each research agent must follow this process before starting retrieval:
1. Pre-retrieval Declaration: - Declare in current context: "I will search [Keyword A, Keyword B] for researching [Topic Name]" - Wait for main agent confirmation of no duplicates before starting
2. Main Agent Review: - Check if the agent's declared keywords duplicate assigned directions - If duplicates found, notify the agent to pivot to other directions
3. Dynamic Adjustment: - If a direction is already covered by other agents, pivot to related but different angles - Record adjusted retrieval directions
Deep Retrieval Requirements:
Document Generation:
Phase 4: Integration Output
1. Generate research overview document (000.Research-Overview.md) 2. Integrate core findings from all research agents 3. Create inter-document navigation links 4. Add comprehensive recommendations and immediate action list
Output Format
Directory Structure
[output-dir]/
βββ [project-name]/
βββ 03 - Deep Research/
βββ 000.Research-Overview.md
βββ YYMMDD [Research Topic One].md
βββ YYMMDD [Research Topic Two].md
βββ ...
Overview Document Format
# [Project Name] Deep Research OverviewGenerated: YYYY-MM-DD
Research Method: N independent research agents, each conducting 4-6 rounds of deep retrieval
Total Retrieval Rounds: XX+ rounds
Total Document Size: XX KB
Research Deliverables
N Concise Research Reports Completed
| No. | Research Topic | File Size | Core Value |
|-----|----------------|-----------|------------|
| 01 | Topic One | XX KB | Brief description |
Core Findings
Finding 1: [Most Important Finding]
Basis: [Brief explanation]
Conclusion: [Specific conclusion]
Comprehensive Recommendations
I. Strategic Recommendations
Recommended Approach: [Specific approach]
II. Immediate Action List
[ ] Action item 1
[ ] Action item 2
Detailed Research Document Format
# [Research Topic Title]Generated: YYYY-MM-DD
Research Depth: XX+ rounds of deep retrieval, covering XXXX, XXXX, XXXX
Core Conclusions
[Most important findings and conclusions, 2-3 paragraphs, thorough and detailed]
I. [Main Content One]
(1) Subsection
Body paragraph. Use inline link format for source citations:
According to Source Name...
Based on Material...
II. [Main Content Two]
[Continue structured content]
III. Application Recommendations
(1) Key Recommendations
Content: [Specific content]
(2) Precautions
β οΈ [Warning point]
Link Specifications
Core Principle
All source links must be embedded inline at corresponding positions in the text
β
Correct:
According to research report...β Incorrect:
According to some report...
(References listed separately at end)
Link Notation Conventions
Document Naming Conventions
Numbering System
00. - Research overview01-09. - Core research10-19. - Important research20+. - Extended researchTitle Guidelines
Quality Standards
Research Agent Quality
Document Quality Standards
Precautions
Prohibited Actions
Recommended Practices
Dependencies
This skill relies on Claude Code built-in tools, no additional configuration needed:
Changelog
| Version | Date | Changes | |---------|------|---------| | v1.1.0 | 2025-03-15 | Translated to English | | v1.0.0 | 2025-02-15 | Migrated from Command to Skill, renamed to multi-topic deep research (multi-search) |