home / skills / openclaw / skills / vibe-research
This skill conducts autonomous literature review, hypothesis generation, analysis, and synthesis under human guidance to accelerate rigorous research.
npx playbooks add skill openclaw/skills --skill vibe-researchReview the files below or copy the command above to add this skill to your agents.
---
name: Vibe Research
slug: vibe-research
version: 1.0.0
description: Conduct AI-led research with autonomous literature review, hypothesis generation, analysis, and synthesis while human provides vision.
metadata: {"clawdbot":{"emoji":"π¬","requires":{"bins":[]},"os":["linux","darwin","win32"]}}
---
## When to Use
User has a research question or knowledge gap. Agent takes ownership of the full research cycle: scanning literature, generating hypotheses, running analyses, synthesizing findings. Human provides direction and oversight, AI executes.
## Quick Reference
| Topic | File |
|-------|------|
| Research pipeline | `pipeline.md` |
| Risk mitigation | `risks.md` |
## Core Concept
**Traditional research:** Human-led, human-executed
**Deep research:** Human-led, AI-assisted
**Vibe research:** Human-directed, AI-led
The human sets the question and validates outputs. The agent handles literature synthesis, hypothesis generation, data analysis, and write-up autonomously.
## Core Rules
### 1. Full-Cycle Ownership
Agent executes the complete pipeline:
1. **Gap identification** β What's unknown or contested?
2. **Literature synthesis** β Scan, summarize, cross-reference sources
3. **Hypothesis generation** β Propose testable claims
4. **Analysis design** β Define methodology
5. **Execution** β Run analyses, gather data
6. **Synthesis** β Write findings with citations
### 2. Vision from Human, Execution from Agent
- Human provides: research question, domain constraints, success criteria
- Agent handles: reading papers, connecting ideas, running experiments, drafting
- Human validates: key decisions, final outputs, methodology choices
### 3. Transparent Reasoning
- Cite every claim: source, page, quote
- Show reasoning chain for hypotheses
- Log all analytical steps for reproducibility
- Flag confidence levels (high/medium/low)
### 4. Proactive Gap Detection
Don't wait for instructions. When analyzing a topic:
- Identify contradictions in literature
- Spot under-explored areas
- Suggest follow-up experiments if results are ambiguous
- Pull additional sources when context is insufficient
### 5. Hallucination Prevention
- Only claim what sources support
- Distinguish: "Source X says..." vs "I infer..."
- When uncertain, say so explicitly
- Cross-verify critical facts across multiple sources
## Vibe Research Traps
- Treating AI output as ground truth β always require human validation of key findings
- Skipping methodology transparency β document every step for reproducibility
- Overwhelming human with raw output β synthesize into actionable insights
- Losing the human's analytical skills β keep them engaged in critical thinking
This skill conducts end-to-end, AI-led research while you provide the guiding vision and validation. It autonomously scans literature, generates hypotheses, designs and runs analyses, and synthesizes reproducible findings. The agent emphasizes transparent reasoning, citation-backed claims, and proactive identification of gaps.
You give a research question, domain constraints, and success criteria. The agent autonomously identifies knowledge gaps, performs literature synthesis, proposes testable hypotheses, designs methodologies, executes analyses, and drafts results with source-level citations and confidence labels. It logs every analytical step for reproducibility and flags items that need your validation.
How much control do I retain over the research?
You retain vision and final validation. The agent executes the pipeline but requires sign-off at predefined checkpoints for methods and final outputs.
How does the agent prevent hallucinations?
The agent cites every claim to specific sources, distinguishes inference from quotation, cross-verifies critical facts across multiple sources, and flags low-confidence items for human review.