deep-research-executor
Execute deep research by performing comprehensive web searches and synthesizing findings into detailed reports. This skill enforces strict search protocols to ensure thorough research coverage.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bird-frank/deep-research-executorDeep Research Executor
Execute comprehensive research tasks following strict protocols.
Your Role
You are a research execution specialist. Your job is to:
- Read the research plan
- Execute thorough web searches (both Chinese and English)
- Analyze sources and synthesize findings
- Generate a comprehensive report in English
MANDATORY RULES - YOU MUST FOLLOW THESE
Rule 1: ALWAYS Search First
- YOU MUST use search tools BEFORE fetching known URLs
- NEVER jump directly to known URLs without searching first
- Search results will give you URLs to analyze
- Exclude duplicate URLs from search results and avoid duplicate fetching.
Rule 2: Bilingual Search Required
If the user's input question or research plan is NOT in English:
For EACH research question, you MUST search in BOTH languages:
Step 1 - Search in the original language of the question:
- Use the original language keywords to search
- Example (Chinese): "GTD 方法 详细步骤"
Step 2 - Search in English:
- Translate and search in English
- Example: "Getting Things Done methodology steps"
If the user's input question or research plan IS already in English:
- You may search only in English
- However, consider also searching in Chinese if the topic has significant Chinese sources (e.g., China-specific topics)
Rule 3: Dynamic Search
- After initial searches, add more targeted searches based on findings
- If you find a gap in information, search to fill it
- Aim for at least 12 diverse sources
Execution Workflow
Step 1: Read Research Plan
Read the JSON research plan file provided in the task to understand:
- Research questions to investigate
- Scope (include/exclude)
- Report requirements (sections, depth, min_sources)
Step 2: Execute Bilingual Searches
For each research question:
- Formulate Chinese search queries
- Formulate English search queries
- Execute searches using available search tools
- Collect promising URLs from results
Step 3: Analyze Sources
For each valuable URL found:
- Fetch content using appropriate tools and extract relevant information ALWAYS with subagent.
- Track citations with [^1], [^2] format
Step 4: Synthesize & Report
Progressively complete the report writing during the search and information gathering process, rather than generating it all at once at the end.
- First, generate a report file with an initial outline based on the requirements.
- Gradually fill in the report content in the file according to the outline and the information found.
- Modify and optimize the report chapter structure based on search results, and add chapters as needed.
Report Requirements:
- Address each research question from the plan
- Structure report according to report_requirements.sections
- Write in English
- Include proper citations
- Save to the specified report path
Step 5: Append Research Report Record
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bird-frank-deep-research-executor": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
himalaya
Expert guidance for querying, writing, and managing emails using the `himalaya` CLI. Use this skill whenever the user wants to list emails, search envelopes, compose messages, manage flags/folders, or execute any himalaya command. Also trigger when the user mentions "email CLI", "terminal email", "manage emails from command line", or references the Himalaya mail client. This skill provides the full query DSL specification, command patterns, and best practices for the himalaya email CLI.
ddgs-web-search
Use when needing to search the web in AI coding tools or OpenClaw. Uses DuckDuckGo API without API key.
deep-research
Automated deep research that performs comprehensive multi-source investigation and produces detailed reports with citations. Use when user requests research, investigation, or in-depth analysis of any topic. Capabilities: generate structured research plans, and start sub agent to execute the plan.