Install
openclaw skills install ai-research-proResearch assistant using ReAct + Plan-and-Solve for web research, information synthesis, and report generation with citations.
openclaw skills install ai-research-proAI-powered research assistant that combines tool use (ReAct) with structured planning (Plan-and-Solve) to conduct thorough research and generate comprehensive reports.
const researcher = new ResearchAssistant();
const report = await researcher.research({
topic: 'Impact of AI on Software Development Jobs',
depth: 'comprehensive', // quick, standard, comprehensive
sources: 10, // minimum sources
includeStats: true
});
console.log(report.summary);
console.log(report.citations);
User Request
↓
Plan-and-Solve Agent
├─ Phase 1: Define research questions
├─ Phase 2: Search strategy
├─ Phase 3: Source collection
├─ Phase 4: Analysis
└─ Phase 5: Report writing
↓
ReAct Agent (for each phase)
├─ Search web
├─ Fetch pages
├─ Extract info
└─ Verify facts
↓
Final Report with Citations
clawhub install research-assistant
MIT
1.0.0
2026-04-02