deep-researcher
Meta-skill for iterative, hypothesis-driven deep research using deepresearchwork, tavily-search, literature-search (Semantic Scholar mapping), and perplexity-deep-search. Use when the user needs multi-round evidence gathering, contradiction resolution, source-quality assessment, and a scientific-style Markdown report with footnotes.
Why use this skill?
Conduct iterative, hypothesis-driven research. The deep-researcher skill integrates web search, academic databases, and structured reporting for professional inquiries.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/h4gen/deep-researcherWhat This Skill Does
The deep-researcher skill functions as a high-level orchestration agent designed for complex, evidence-based inquiry. Unlike basic web-search tools, this meta-skill decomposes broad queries into iterative sub-questions, systematically gathers data from multiple specialized domains, and synthesizes the findings into a rigorous, scientific-style Markdown report. It integrates deepresearchwork for logical structure, tavily-search for web-based context, perplexity-deep-search for reasoning-heavy analysis, and literature-search for academic verification via Semantic Scholar. By enforcing a hypothesis-driven approach, it ensures that your research not only answers the surface question but also accounts for potential contradictions, validates source quality, and provides clear, footnoted citations.
Installation
To install and configure the skill, ensure you have your API keys ready and run the following in your OpenClaw environment:
npx -y clawhub@latest install deepresearchwork tavily-search literature-search perplexity-deep-search
npx -y clawhub@latest update --all
Before execution, verify your environment credentials:
echo "$TAVILY_API_KEY"
echo "$PERPLEXITY_API_KEY"
Use Cases
This skill is ideal for:
- Writing comprehensive white papers on emerging technologies (e.g., fusion energy).
- Conducting literature reviews where academic accuracy is paramount.
- Resolving conflicting reports in market trends or geopolitical analysis.
- Investigating multi-faceted problems that require both real-time news and peer-reviewed studies.
Example Prompts
- "Perform a deep research report on the state of carbon sequestration technology for the 2030 horizon, focusing on European policy impacts. Ensure at least 5 academic sources and a section on economic feasibility."
- "I need a comparative analysis of LLM reasoning benchmarks vs. human cognitive models. Use the /semantic-scholar workflow for academic foundations and contrast this with recent industry white papers."
- "Investigate the impact of sea-level rise on global supply chain logistics. Focus on the last 5 years, prioritize peer-reviewed findings, and flag any major discrepancies between regional government reports."
Tips & Limitations
- Strict Scoping: This skill requires explicit input parameters. Do not attempt to run it without defining your
research_topic,target_horizon, andevidence_threshold. - Mapping Note: If you specifically request a
semantic-scholarsearch, the agent will automatically pivot toliterature-search, as this is the designated provider for academic data within the OpenClaw ecosystem. - Accuracy: While the agent handles contradiction resolution, always review the generated report for contextual nuance, especially on sensitive or highly subjective topics. The
deepresearchworkcomponent acts as a procedural guide; ensure you verify the underlying citations in the final output.
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-h4gen-deep-researcher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
cold-outreach-hunter
Meta-skill for orchestrating Apollo API, LinkedIn API, YC Cold Outreach, and MachFive Cold Email into a complete B2B cold outreach pipeline. Use when the user wants end-to-end lead sourcing, enrichment, personalized copy strategy, and generation-ready outreach sequences with strict quality and safety gates.
skills-search-fts
Instantly find the best AI agent skills, tools, and capabilities from across the entire web.
seo-ranker
Meta-skill for end-to-end SEO auditing and on-page optimization by orchestrating brave-search, summarize, api-gateway, and markdown-converter. Use when users want to understand why a page is not ranking for a target keyword and need concrete rewrite actions plus backlink intelligence.
no-code-frontend-builder
Meta-skill for generating production-ready React UI for non-programmers by orchestrating frontend-design-ultimate, shadcn-ui, and react-expert. Use when users describe UI outcomes (for example dashboards, landing pages, admin screens) and need a single copy-pasteable TSX component with explicit setup and dependency instructions.
clawauth
Let agents request OAuth access from end users via short links, continue working asynchronously, and later claim reusable third-party API tokens from local keychain storage instead of a centralized SaaS token vault.