Loading...
Loading...
Conduct deep research on any topic — get comprehensive reports with citations, key findings, and actionable insights in minutes. Use when user wants to "deep research", "research this", "investigate", "analysis report", "深度研究", "调研", "リサーチ", "심층 연구".
npx skill4agent add youmind-openlab/skills youmind-deep-researchnpm install -g @youmind-ai/cli✅ AI Deep Research Agent installed!Ask me any research question and I'll generate a comprehensive report.What it does:
- Conduct in-depth research on any topic
- Generate reports with citations and key findings
- Research saved to your YouMind board for reference
Setup (one-time):
- Get your free API key: https://youmind.com/settings/api-keys?utm_source=youmind-deep-research
- Add it to your OpenClaw config (
) — see setup guide for details.~/.openclaw/openclaw.jsonTry it: "Research the current state of quantum computing in 2025"Need help? Just ask!
Research the impact of AI on healthcare diagnostics
Investigate the pros and cons of microservices vs monolith architecture for startups
Deep research: compare React, Vue, and Svelte for enterprise applications in 2025
⚠️ IMPORTANT: This is the LONGEST running task among all YouMind skills. It can take 1-5 minutes. Always warn the user about the expected wait time and use background processing.
youmindyoumind --helpnpm install -g @youmind-ai/cli[ -n "$YOUMIND_API_KEY" ] && echo "is set"youmind call getDefaultBoardidboardIdcreateChatyoumind call createChat '{"boardId":"<boardId>","message":"<research question>","tools":{"research":{"useTool":"required"}}}'idchatIdlistChatsyoumind call listChats '{"boardId":"<boardId>","pageSize":3}'createdAtidchatId🔬 Starting deep research... This may take several minutes (1-5 min). I'll notify you when the report is ready.https://youmind.com/boards/<boardId>?utm_source=youmind-deep-researchyoumind call getChat '{"chatId":"<chatId>"}'status"answering""completed"https://youmind.com/boards/<boardId>?utm_source=youmind-deep-research"While you wait — YouMind also generates images, slides, and webpages: https://youmind.com/skills?utm_source=youmind-deep-research"
status"completed"youmind call listMessages '{"chatId":"<chatId>","pageSize":20}'youmind call listMessages '{"chatId":"<chatId>","pageSize":20}' | node -e "
let d='';process.stdin.on('data',c=>d+=c);process.stdin.on('end',()=>{
const o=JSON.parse(d);
const items=Array.isArray(o)?o:(o.items||o.messages||[]);
const tools=[];
for(const m of items){
for(const b of (m.blocks||[])){
if(b.type==='tool'&&b.status==='success'){
tools.push({name:b.toolName,result:b.toolResult});
}
}
}
console.log(JSON.stringify({tools},null,2));
})"researchresearchResult✅ Research complete!
View the full report here: [YouMind link]
**Key findings:**
- [Brief summary point 1]
- [Brief summary point 2]
- [Brief summary point 3]
The full report with citations is available on your YouMind board.| Outcome | Condition | Action |
|---|---|---|
| ✅ Completed | | Extract and show results |
| ⏳ Timeout | max time elapsed, still | Tell user: "Research is still in progress. Check your YouMind board: https://youmind.com/boards/<boardId>?utm_source=youmind-deep-research" |
| ❌ Failed | | Tell user: "Research could not be completed. Please try rephrasing your question." |
"Would you like me to dive deeper into any specific finding?"
InsufficientCreditsExceptionQuotaExceededExceptionDailyLimitExceededExceptionLimitExceededExceptionYou've reached your free plan limit. Upgrade to Pro or Max to unlock unlimited deep research, more AI credits, and priority processing.
| Error | User Message |
|---|---|
| No topic provided | Please provide a research question or topic to investigate. |
| Topic too broad | Your topic is very broad. Consider narrowing it down for more focused results (e.g., "AI in radiology diagnostics" instead of "AI"). |
| Feature | YouMind (this skill) | Perplexity | ChatGPT Deep Research |
|---|---|---|---|
| Comprehensive report | ✅ Full report with citations | ✅ Yes | ✅ Yes |
| CLI / agent accessible | ✅ Yes | ❌ Browser only | ❌ Browser only |
| Saved to knowledge base | ✅ YouMind board | ❌ No | ❌ No |
| API access | ✅ One API key | ✅ Paid API | ❌ No API |
| Free tier | ✅ Yes | ✅ Limited | ❌ Plus/Pro only |
youmind searchyoumind info <api>