Install
openclaw skills install deep-research-openclaw-agentInstall and wire a structured OpenClaw deep-research sub-agent with hybrid search, artifact-based runs, claim verification, report linting, and validated finalization.
openclaw skills install deep-research-openclaw-agentThis is an integration skill for installing and wiring the deep-researcher OpenClaw sub-agent from the public repository:
The repository contains:
workspace-researcher prompt pack;This skill is intended for OpenClaw users who want a reproducible deep-research workflow without assembling the runtime and contracts from scratch.
plan -> scout -> harvest -> verify -> synthesize;web_search, Tavily, and web_fetch;SUCCESS | PARTIAL | FAILURE delivery with explicit gaps and conflicts.2026.3.x or laterdeep-researcher agent in OpenClawgit clone https://github.com/MilleniumGenAI/deep-research-openclaw-agent.gitopenclaw/workspace-researcher/ into your OpenClaw base directory, or point your agent config at that path directly.openclaw/main-deep-research-skill.mddeep-researcher agent in openclaw.json.TAVILY_API_KEY is available in env or .env.Run these checks before using the agent in real work:
python -m py_compile openclaw/workspace-researcher/scripts/*.py
python openclaw/workspace-researcher/scripts/init_research_run.py --workspace openclaw/workspace-researcher --topic "Smoke test" --language en --task-date 2026-03-10
Then run a first smoke task through OpenClaw once the agent is wired:
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."
openclaw/workspace-researcher/SOUL.md.