Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
AI-powered academic paper reviewer. Uses a multi-agent system (Deconstructor, Devil's Advocate, Judge) to analyze papers for logical flaws, contradictions, and empirical validity.
AI-powered academic paper reviewer. Uses a multi-agent system (Deconstructor, Devil's Advocate, Judge) to analyze papers for logical flaws, contradictions, and empirical validity.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
A rigorous academic review system that uses multiple AI agents to deconstruct, attack, and judge scientific papers.
Use this skill when: The user asks to "review this paper" or "find flaws in this logic". You need to check an academic paper for contradictions with established literature. You want a "Reviewer 2" style critique of a text.
Run the tool via the Node.js CLI in the installation directory. Directory: /Users/sschepis/Development/peer-reviewer
node dist/index.js "<path_to_paper_or_raw_text>"
path_to_paper_or_raw_text: either a file path (absolute or relative to the package root) OR the raw text of the paper/claim.
The tool outputs a "Merit Report" in JSON format, containing: overallScore (0-10) defenseStrategy suggestions (list of improvements) dimensions (scores for logic, novelty, etc.)
Review a local file: cd /Users/sschepis/Development/peer-reviewer node dist/index.js "/Users/sschepis/Desktop/research/draft_v1.txt" Review a raw claim: cd /Users/sschepis/Development/peer-reviewer node dist/index.js "Claim: P=NP because I can solve Traveling Salesman in O(1) by guessing."
Ensure google.json is present in the root directory or GOOGLE_APPLICATION_CREDENTIALS is set if running in a new environment.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.