Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

multi-search多重搜索

Agent Skill

multi-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

28,584

周安装

1,223

GitHub Stars

公开资料未说明

下载量

9,867
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:multi-search(多重搜索)
来源仓库:https://github.com/neverchenx/multi-search
安装命令:
openclaw skills install multi-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install multi-search

简介

用于查找、检索和筛选相关信息。multi-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词、任务场景或来源线索快速定位候选结果。
  • 支持智能多主题深度研究与并行检索。
  • 安装命令:openclaw skills install multi-search。
  • 建议核对搜索结果的相关性与证据链完整性。

SKILL.md

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:

  • Only perform information retrieval, summarization, and professional expression transformation
  • No adding facts, no fabricating information
  • Focus on single problems, concise output, just enough to solve the problem
  • Universal design, applicable to legal, business, technical, academic, and other fields

Trigger Conditions

Trigger with /multi-search command, or when users request:

  • Deep research on multiple related topics
  • Systematic information retrieval
  • Multi-perspective analysis integration
  • Structured research report generation

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

  1. 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

  1. 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):

  • Project key information (background, objectives, core problems)
  • Complete topic list and retrieval scope for each topic
  • Assigned keyword directions (basis for avoiding duplicates)
  • Specific requirement background

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

  1. Main Agent Review:

- Check if the agent's declared keywords duplicate assigned directions - If duplicates found, notify the agent to pivot to other directions

  1. Dynamic Adjustment:

- If a direction is already covered by other agents, pivot to related but different angles - Record adjusted retrieval directions

Deep Retrieval Requirements:

  • 4-6 rounds of deep retrieval
  • Auto-select WebSearch (discovery) or WebFetch (get full content)
  • Differentiated keywords, ensuring each agent covers unique angles

Document Generation:

  • Focus on solving a single core problem
  • Concise and clear, just enough to solve the problem
  • Include key source links
  • Directly usable conclusions and recommendations

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 Overview

**Generated**: 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](./YYMMDD%20Topic-One.md) | 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](https://link)...
- Based on [Material](https://link)...

---

## 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](https://link)...

❌ Incorrect:
According to some report...
(References listed separately at end)

Link Notation Conventions

  • 🔗 -> General web resources
  • 📚 -> Academic literature
  • 🏛️ -> Institutional websites
  • 📄 -> Data sources

Document Naming Conventions

Numbering System

  • 00. - Research overview
  • 01-09. - Core research
  • 10-19. - Important research
  • 20+. - Extended research

Title Guidelines

  • ✅ Use concise titles
  • ✅ Avoid special characters
  • ✅ Length within 15 words
  • ✅ Clearly reflect research subject

Quality Standards

Research Agent Quality

  • Focus on single problem: Each research agent solves only one core problem
  • Retrieval depth: 4-6 rounds of retrieval (just enough)
  • Concise output: Clear and concise, just enough to solve the problem
  • Key citations: Cite key sources (just enough)
  • Directly usable: Provide directly actionable conclusions and recommendations

Document Quality Standards

  • Clear structure: Chapter titles with clear hierarchy
  • Coherent narrative: Paragraph-style narrative, avoid excessive listing
  • Accurate links: All links embedded inline at corresponding positions
  • Consistent format: Follow unified format specifications
  • Strong actionability: Provide specific steps, tools, commands

Precautions

Prohibited Actions

  • ❌ Do not create sub-subdirectories (e.g., "reference-materials/")
  • ❌ Do not generate separate executive summary files
  • ❌ Do not use excessive bullet-point listing format
  • ❌ Do not list references separately at document end
  • ❌ Do not add redundant progress tracking sections

Recommended Practices

  • ✅ Use narrative paragraph expression
  • ✅ Embed links at corresponding text positions
  • ✅ Keep research overview concise
  • ✅ Provide specific action recommendations
  • ✅ Mark clear document numbers

Dependencies

This skill relies on Claude Code built-in tools, no additional configuration needed:

  • WebSearch: Search discovery
  • WebFetch: Get full content
  • Task: Launch independent research agents

Changelog

VersionDateChanges
v1.1.02025-03-15Translated to English
v1.0.02025-02-15Migrated from Command to Skill, renamed to multi-topic deep research (multi-search)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.55%
按下载量换算8,540

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills