用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill search-strategy命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | search_strategy |
| description | Plan a multi-step research strategy for complex questions requiring deep investigation |
| metadata | {"openclaw":{"tags":["enterprise-search","strategy","research","planning"]}} |
Plan and execute a structured, multi-step research strategy for complex questions that cannot be answered by a single search. This skill breaks down a research question into sub-queries, identifies the best sources for each, and builds a progressive investigation plan.
Activate this skill when the user wants to:
Break the user's question into its component parts:
Create a structured plan with ordered phases:
Phase A -- Context gathering: Define 2-3 broad searches to establish baseline understanding.
Phase B -- Targeted investigation: Define 3-5 focused searches that drill into specific aspects identified in Phase A.
Phase C -- Gap filling: Reserve 1-2 searches for questions that emerge from Phases A and B.
For each planned search, specify:
research.web_search, docs.search_files, mail.read_inbox, chat.search_messages)For each Phase A search, use capability_execute with the following parameters:
research.web_search)enterprise-searchquery: the sub-query textmaxResults: 10Review Phase A results before proceeding. Refine Phase B searches based on what was found. If Phase A reveals the question is simpler than expected, skip directly to synthesis.
For each Phase B search, use capability_execute with the appropriate capabilityId:
enterprise-searchquery: the refined sub-querymaxResults: 10After each search, assess whether the question is sufficiently answered. Stop early if enough evidence has been gathered.
If there are still unanswered aspects after Phase B, execute gap-filling searches.
Use capability_execute with:
enterprise-searchquery: the gap-filling querymaxResults: 5Assemble findings from all phases into a structured report.
## Research Strategy Report: "{original question}"
### Strategy Overview
**Core question:** {the user's question restated clearly}
**Research approach:** {1-2 sentences describing the strategy taken}
**Phases completed:** {A, B, C as applicable}
**Total searches executed:** {count}
### Phase A: Context Gathering
**Sub-query 1:** "{query text}"
- **Source:** {capability used}
- **Key findings:**
- {finding 1}
- {finding 2}
- **Implications for next phase:** {what this tells us to look for next}
**Sub-query 2:** "{query text}"
- **Source:** {capability used}
- **Key findings:**
- {finding 1}
- {finding 2}
### Phase B: Targeted Investigation
**Sub-query 3:** "{query text}"
- **Source:** {capability used}
- **Key findings:**
- {finding 1}
- {finding 2}
[... additional sub-queries ...]
### Phase C: Gap Filling
{If executed, same format. If skipped, note why.}
### Synthesis
**Answer to the core question:**
{3-5 paragraph synthesis of all findings, directly addressing the user's question}
**Confidence level:** {high / medium / low}
**Key evidence:**
- {most important supporting finding with source}
- {second most important finding with source}
- {third most important finding with source}
**Gaps and limitations:**
- {information that could not be found}
- {sources that were not available}
### Recommended Next Steps
1. {next step if the user wants to go deeper}
2. {alternative angle to explore}
3. {action to take based on findings}
If the user's question turns out to be simpler than expected, collapse the output into a shorter format and note that a full strategy was not needed.