Install
openclaw skills install @donwrightdesigns/auto-research-clawAutomates research by conducting literature searches, running experiments, and generating LaTeX papers from detailed research topics.
openclaw skills install @donwrightdesigns/auto-research-clawAutonomous research pipeline that turns ideas into papers via literature search, experiments, and LaTeX generation.
Start an autonomous research run:
researchclaw run --topic "Your detailed research topic" --auto-approve
This skill requires Python 3.11+ and various research-specific dependencies.
cd ~/.openclaw/skills/auto-research-claw
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
./researchclaw setup
Default configuration is stored in config.arc.yaml. Bridge mode allows integration with OpenClaw internal tools (sessions, web_fetch, message).