Dev & Engineering academic-researchzoteroobsidiancodex-clipaper-writingresearch-workflow

Claude Scholar

Semi-automated research assistant for academic research and software development, supporting multiple AI CLI backends.

FollowAgents review · FARS-2.1
Not recommended
52/ 100 5-point scale 2.6 / 5
1 2 3 4 5 6
1Trust13 / 29 · 2.2/5

Evidence shows the installer backs up overwritten files and preserves existing configs (e.g., API keys, permissions), indicating intent for least privilege and user confirmation. However, no specific permission lists or data flow descriptions are provided, so data flow transparency and sensitive data handling score low. Dependency security lacks audits or lock files. External effects: installer modifies user config but provides uninstall and backups, scoring moderate. Rollback exists via backups and uninstall, but untested. Source attribution: no explicit content provenance, but external tools are referenced.

2Reliability6 / 14 · 2.1/5

Self-consistency is good; README aligns with workflow descriptions. Dependency availability: relies on external tools (Zotero, Obsidian) without version pinning or mirrors. Failure messages: no examples of error handling or user prompts.

3Adaptability12 / 18 · 3.3/5

Target audience and scenarios are clear, capability boundaries are explicit (semi-automated, human decisions). Trigger precision: commands and skills have clear triggers. Environment fit: supports multiple platforms and CLIs, but lacks detailed configuration requirements.

4Convention10 / 18 · 2.8/5

Information architecture is clear with quick navigation and doc links. Install notes are detailed with multiple options. Naming stability: version history present. Examples and FAQ: usage scenarios provided, but no FAQ. Known limitations: only some mentioned. License is MIT, versioning has changelog. Maintenance responsibility: no explicit maintainer or contribution guide.

5Effectiveness7 / 13 · 2.7/5

Output usability: typical outputs are described. Marginal value: automation workflows provided, but no comparison with alternatives. Cost-benefit: no performance or resource data.

6Verifiability4 / 8 · 2.5/5

Claim traceability: workflows linked to evidence records. Cross-source corroboration: no external validation. Fact-inference separation: clearly distinguishes evidence and inference.

Evidence confidence: Low Reviewed Aug 11, 2026 Reviewed revision 2f7766fd541a
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Installer modifies user config; test in isolated environment.
  • External dependencies (Zotero, Obsidian) are not version-pinned, affecting reproducibility.
  • No security audit or dependency vulnerability scanning provided.
Review evidence [1][2][3][4]
See the full review method →

What does this agent do, and when should you use it?

Claude Scholar is a semi-automated research assistant designed for computer science and AI researchers, supporting Claude Code, Codex CLI, Kimi Code CLI, and OpenCode environments. It is not a fully autonomous scientist; instead, it keeps human decisions at the center and automates heavy, repetitive tasks like literature organization, experiment analysis, reporting, and paper writing. The repository ships a rich set of skills (e.g., research-ideation, results-analysis, nature-writing), agents (e.g., literature-reviewer, paper-miner), and slash commands (e.g., /research-init, /rebuttal). The installer deploys these components to the user's ~/.claude directory, and optional integrations with Zotero and Obsidian enable literature management and a durable knowledge base.

Claude Scholar installs skills, commands, agents, rules, and hooks via scripts/setup.sh, copying them into ~/.claude/. Its core workflow is question → evidence → experiment → analysis → claim → writing. Concrete operations include: using research-ideation to turn vague topics into structured questions; importing and organizing papers through Zotero MCP; converting papers into structured reading notes; running results-analysis to produce strict statistics and scientific figures; generating post-experiment reports with results-report; drafting papers using skills like nature-writing; and creating evidence-anchored rebuttals via review-response. It also manages an Obsidian-based project knowledge base with /kb-* commands for on-disk note management.

  1. A graduate student in CS wants to start a new research topic and needs a literature-grounded plan and open questions.
  2. An AI researcher wants to analyze finished experiment results, compare runs, and get a decision-oriented summary.
  3. A researcher needs to review a Zotero collection on a topic, grouping papers and identifying gaps.
  4. An author wants to draft the related work section of a paper based on existing notes and findings.
  5. A scientist receiving reviewer comments wants to generate a structured rebuttal draft.

What are this agent's strengths and limitations?

Pros
  • Covers the full research lifecycle from ideation to publication with dedicated skills and commands.
  • Supports multiple CLI backends (Claude Code, Codex CLI, Kimi Code CLI, OpenCode) with separate branches.
  • Deep integration with Zotero and Obsidian for literature management and durable knowledge base.
  • Evidence-gated workflow ensures claims are traceable to verifiable evidence.
  • Installer supports incremental updates and safe uninstall, reducing maintenance overhead.
Limitations
  • Primarily tailored for CS and AI research; other disciplines may require adjustments.
  • Requires external tools (Zotero, Obsidian, CLI backends) increasing setup complexity.
  • Not fully autonomous; requires active human decision-making.
  • Need to manually merge existing local configuration files after installation.
  • Documentation is extensive but may be overwhelming for new users.

How do you install or deploy this agent?

Full installation (recommended):

git clone https://github.com/Galaxy-Dawn/claude-scholar.git /tmp/claude-scholar
bash /tmp/claude-scholar/scripts/setup.sh

On Windows, use Git Bash or WSL. The installer is backup-aware, preserves existing ~/.claude/CLAUDE.md, and installs the repo version as CLAUDE.scholar.md. Alternatives include minimal, selective, or plugin marketplace installation (/plugin marketplace add Galaxy-Dawn/claude-scholar).

How do you use this agent?

After installation, start by describing your task in natural language. For example:

  1. Start new research: "Help me start research on [topic]."
  2. Review Zotero collection: "Review my Zotero collection on brain foundation models."
  3. Analyze experiments: "Analyze the results in this experiment folder."
  4. Draft a paper or rebuttal: "Help me draft the related work section." Specific commands like /research-init, /zotero-review, /analyze-results are available and documented.

FAQ

Is this tool free to use?
Claude Scholar is MIT-licensed and free, but using it requires a compatible CLI (Claude Code, Codex CLI, etc.) which may have subscription fees.
Will installation overwrite my existing settings?
The installer backs up overridden files and preserves your existing CLAUDE.md, installing the repo version as CLAUDE.scholar.md. You must manually merge desired sections.
Can I use it without Zotero and Obsidian?
Yes, both are optional. The core research workflows (ideation, coding, experiments) function without them.
Can I adapt it for non-CS research domains?
The workflow is optimized for CS and AI, but you can adapt the skills and processes for other fields with some effort.

Compare agents like this one

The same FARS review applied across the shortlist this agent qualifies for.

Related agents