Install
openclaw skills install jason-academic-writingComplete academic paper writing pipeline with integrity checks and multi-agent review system. Optimized prompts for Methods/Results/Discussion sections. Features self-counterargument framework, bias matrix, and overclaim self-audit. Use when writing research papers, need citation verification, anti-hallucination checks, multi-perspective review, or auditable process records.
openclaw skills install jason-academic-writingEnd-to-end academic paper production with built-in quality gates and multi-agent review.
Research → Write → Integrity Check → Review → Revise → Summary
Each stage has defined inputs/outputs and quality gates. The pipeline is non-linear: stages may loop (Review → Revise → Re-Review) until quality threshold met.
Goal: Gather and organize evidence.
Actions:
research/evidence.jsonScript: scripts/research.py
Goal: Generate structured manuscript.
Actions:
draft/manuscript.mdScript: scripts/write.py
Goal: Anti-hallucination verification.
Check types:
Threshold: Must pass 100% of checks to proceed.
Script: scripts/integrity_check.py
APIs used:
https://api.semanticscholar.org)https://api.crossref.org/works/)Agents:
| Role | Focus | Score Weight |
|---|---|---|
| Editor-in-Chief | Contribution, journal fit | 30% |
| Methodology | Methods, stats, reproducibility | 25% |
| Domain Expert | Related work, theory | 20% |
| Devil's Advocate | Strongest counter-arguments | 15% |
| Synthesizer | Merge opinions, roadmap | 10% |
Decision mapping:
Script: scripts/review.py
Goal: Address reviewer feedback.
Actions:
Script: scripts/revise.py
Goal: Auditable record.
Output: summary.json containing:
Script: scripts/summary.py
Edit config.yaml for:
qwen3.5-plus)# Full pipeline
python scripts/main.py --topic "your research topic"
# Single stage
python scripts/main.py --stage integrity-check --input draft/manuscript.md
# With custom config
python scripts/main.py --config custom_config.yaml
| Gate | Requirement | Action on Fail |
|---|---|---|
| Evidence | ≥5 Grade A/B sources | Return to Research |
| Integrity | 100% verification | Return to Write |
| Review | ≥65 score | Loop Revise |
| Final Integrity | 100% verification | Block submission |
references/review_rubric.md - Detailed scoring criteriareferences/evidence_levels.md - Evidence grading standardsreferences/citation_styles.md - Journal formatting guides