Deep Research for OpenClaw
/install deep-research-openclaw-agent
\r \r
Deep Research for OpenClaw\r
\r
What this skill is\r
This is an integration skill for installing and wiring the deep-researcher OpenClaw sub-agent from the public repository:\r
\r
- deep-research-openclaw-agent\r \r The repository contains:\r
- the
workspace-researcherprompt pack;\r - the local research helper scripts;\r
- the Main -> Deep Research orchestration contract;\r
- the report lint, validation, and finalization pipeline.\r \r This skill is intended for OpenClaw users who want a reproducible deep-research workflow without assembling the runtime and contracts from scratch.\r \r
What it can do\r
- structured deep research through
plan -> scout -> harvest -> verify -> synthesize;\r - hybrid discovery with
web_search, Tavily, andweb_fetch;\r - explicit source registry, claim ledger, and coverage tracking;\r
- report linting, validation, and final M2M JSON finalization;\r
- honest
SUCCESS | PARTIAL | FAILUREdelivery with explicit gaps and conflicts.\r \r
Requirements\r
- OpenClaw
2026.3.xor later\r - Python available on the host\r
- a configured
deep-researcheragent in OpenClaw\r - Tavily API access if you want the Tavily-backed path\r \r
Install\r
- Clone the repository:\r
git clone https://github.com/MilleniumGenAI/deep-research-openclaw-agent.git\r
- Copy
openclaw/workspace-researcher/into your OpenClaw base directory, or point your agent config at that path directly.\r - Align the main-agent handoff with:\r
openclaw/main-deep-research-skill.md\r
- Register or update the
deep-researcheragent inopenclaw.json.\r - If you want Tavily-backed scouting, ensure
TAVILY_API_KEYis available in env or.env.\r \r
Validate\r
Run these checks before using the agent in real work:\r \r
python -m py_compile openclaw/workspace-researcher/scripts/*.py\r
python openclaw/workspace-researcher/scripts/init_research_run.py --workspace openclaw/workspace-researcher --topic "Smoke test" --language en --task-date 2026-03-10\r
```\r
\r
Then run a first smoke task through OpenClaw once the agent is wired:\r
\r
```bash\r
openclaw agent --agent deep-researcher --json --message "Perform deep research using your local SOUL.md contract. GOAL: confirm the runtime can initialize a fresh run and return PARTIAL if no external research is performed. SCOPE: in scope is only local init and artifact creation; out of scope is web research. SUCCESS CRITERIA: create fresh tmp artifacts and explain blocked evidence collection honestly. TASK DATE: 2026-03-10. DELIVERABLES: finalized M2M JSON. LANGUAGE: en. CONSTRAINTS: do not fabricate sources; return PARTIAL if evidence is insufficient."\r
```\r
\r
## Core references\r
- Root README: [README.md](https://github.com/MilleniumGenAI/deep-research-openclaw-agent/blob/main/README.md)\r
- Sub-agent contract: [openclaw/workspace-researcher/SOUL.md](https://github.com/MilleniumGenAI/deep-research-openclaw-agent/blob/main/openclaw/workspace-researcher/SOUL.md)\r
- Main handoff contract: [openclaw/main-deep-research-skill.md](https://github.com/MilleniumGenAI/deep-research-openclaw-agent/blob/main/openclaw/main-deep-research-skill.md)\r
- Runtime scripts: [openclaw/workspace-researcher/scripts/](https://github.com/MilleniumGenAI/deep-research-openclaw-agent/tree/main/openclaw/workspace-researcher/scripts)\r
- Agent config template: [openclaw/agent-config.template.json](https://github.com/MilleniumGenAI/deep-research-openclaw-agent/blob/main/openclaw/agent-config.template.json)\r
- Known limits: [docs/known-limits.md](https://github.com/MilleniumGenAI/deep-research-openclaw-agent/blob/main/docs/known-limits.md)\r
\r
## Notes\r
- This is an OpenClaw-only v1 package.\r
- ClawHub publishes skills under platform-wide MIT-0 terms.\r
- The runtime source of truth is `openclaw/workspace-researcher/SOUL.md`.\r
- Findings should be built only from traceable external sources, not from local artifacts.\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deep-research-openclaw-agent - After installation, invoke the skill by name or use
/deep-research-openclaw-agent - Provide required inputs per the skill's parameter spec and get structured output
What is Deep Research for OpenClaw?
Install and wire a structured OpenClaw deep-research sub-agent with hybrid search, artifact-based runs, claim verification, report linting, and validated fin... It is an AI Agent Skill for Claude Code / OpenClaw, with 360 downloads so far.
How do I install Deep Research for OpenClaw?
Run "/install deep-research-openclaw-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Deep Research for OpenClaw free?
Yes, Deep Research for OpenClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Deep Research for OpenClaw support?
Deep Research for OpenClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Deep Research for OpenClaw?
It is built and maintained by LamdaProject (@milleniumgenai); the current version is v0.1.1.