Let OpenClaw Do Research
for You, 24/7
Stop spending weeks reading papers and debugging code. Type a research topic, and 6 AI agents relay from literature survey all the way to experiment validation.
Install with one command
openclaw plugins install scientifyWhat Scientify Can Do for You
Powered by OpenClaw, one prompt triggers a complete research workflow
The orchestrator chains 6 phases automatically: literature search → deep analysis → plan design → code implementation → review iterations → full experiments. Each phase runs as an independent sub-agent.
Search arXiv, OpenAlex, and GitHub in parallel. Download .tex/.pdf full-text files, auto-cluster by sub-topic, and output a structured survey report.
Generate 5 research ideas grounded in real papers, scored on novelty, feasibility, and impact. The top idea is auto-expanded into a full proposal with detailed methodology.
Each topic gets its own persistent workspace — papers, analyses, and code all saved. Supports project switching, progress queries, and resuming from breakpoints with full cross-session context.
6-Phase Research Pipeline
Each phase runs as an independent AI agent. The orchestrator verifies outputs between steps and passes context forward.
Literature Survey
Search arXiv + OpenAlex, filter, download .tex sources, cluster by direction
survey/report.mdDeep Analysis
Extract formulas, map methods to code, build cross-comparison table
survey_res.mdImplementation Plan
Design 4-part plan — Dataset / Model / Training / Testing
plan_res.mdCode Implementation
Write ML code in uv-isolated venv, validate with 2-epoch run
project/run.pyAutomated Review
Review code, fix issues, rerun, re-review (up to 3 rounds)
iterations/judge_v*.mdFull Experiment
Complete training + ablation studies with final analysis
experiment_res.mdPower Moves
Combine with MCP servers, browser automation, and multi-session concurrency to unlock more
Don't Want to Miss New Papers? Read & Think for You
“Based on my topic, automatically search for new papers daily, download and read them, figure out which ones are inspiring, and send conclusions to Slack/Feishu”
Pair with scheduled triggers and MCP integrations (Slack/Feishu/Email) to auto-track your field daily. Never miss an important paper again.
Can't Download Paywalled Papers? Use Campus Access
“Download those papers you found to my workspace”
Playwright MCP opens a browser, authenticates through your institutional proxy, and batch-downloads paywalled papers. No more clicking one by one.
Multi-Branch Exploration? Run in Parallel
“Help me analyze which of 3 methods has the most potential: LoRA fine-tuning, MoE architectures, KV-Cache optimization”
Launch multiple research pipelines concurrently with one prompt. Each runs in its own directory without interference, with a final cross-topic analysis.
Can't Follow the Math? Section-by-Section Walkthrough
“Walk me through 'Attention Is All You Need' section by section, explain every formula”
Read papers page by page. AI explains every formula derivation, compares approaches from related work, and finds open-source implementations for you.
Want to Reproduce Results? Auto-Run
“Reproduce the results from Table 2 of this paper”
AI deep-reads the paper, extracts experiment design, auto-generates code and runs it, then puts your results side-by-side with the original numbers.
Skills, Tools & Commands
Everything included in the plugin
Orchestrator. Spawns sub-agents for each phase, verifies outputs between steps.
Search arXiv, filter, download .tex sources, cluster, generate survey report.
Deep analysis: extract formulas, map to code, produce method comparison table.
Create 4-part implementation plan (Dataset/Model/Training/Testing).
Implement ML code from plan, run 2-epoch validation with uv venv isolation.
Review implementation. Iterates fix, rerun, review up to 3 times.
Full training + ablation experiments. Requires review PASS.
Generate 5 innovative research ideas, select and enhance the best one.
Draft a review/survey paper from project research outputs.
Get Started in 3 Steps
Up and running in under 5 minutes
Install OpenClaw
pnpm add -g openclaw
openclaw onboard
openclaw gatewayInstall Scientify
openclaw plugins install scientifyStart Researching
# Open WebUI at http://127.0.0.1:18789
# Type your research prompt:
Research scaling laws for classical ML classifiers on Fashion-MNIST