Use Case
Stop doing repetitive data & analytics tasks manually. deepresearch conversation lets your AI agent handle them automatically through natural conversation. Deep ReSearch Conversation is provided by Baidu for multi-round streaming conversations with "Deep Research" agents. "In-depth research" is a long-process task involving multi-step reasoning and execution, which is different from the ordinary "question-and-answer". A dialogue that requires the user to repeatedly verify and correct it until a satisfactory answer is reached. This guide shows practical examples of using deepresearch conversation to automate common data & analytics workflows and save hours every week.
Install deepresearch conversation: npx clawhub@latest --dir ~/.claude/skills install deepresearch-conversation
Identify the repetitive data & analytics tasks you want to automate
Describe the task to your AI in plain English
deepresearch conversation will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing deepresearch conversation
Automate my data & analytics tasks using deepresearch conversation
What repetitive tasks can deepresearch conversation handle for me?
Set up a workflow that runs deepresearch conversation every morning
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install deepresearch-conversationOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install deepresearch-conversationβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/deepresearch-conversation/π‘Extract and place the folder at the path above, then restart your agent.