WaterPaper
New水论文skill一句话出论文:多角度选题、真实文献采集、大纲写作、降AIGC率、降重复率、绘制图表→DOCX交付
Summary
WaterPaper automates the entire academic paper writing workflow from topic selection to DOCX output, including real literature collection, outline generation, writing, AI text humanization, and chart creation.
- It saves developers and researchers hours of repetitive formatting and structuring work by scripting the heavy lifting.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/waterpaper.md https://raw.githubusercontent.com/ThisIsLittleSky/WaterPaper/main/SKILL.md/waterpaperUse Cases
Usage Examples
/waterpaper topic 'Impact of quantum computing on cryptography' --output paper.docx
Generate a literature review outline for 'reinforcement learning in robotics' with 10 real sources
/waterpaper humanize --input draft.md --output final.md --target-score 20%
Security Audits
Frequently Asked Questions
What is WaterPaper?
WaterPaper automates the entire academic paper writing workflow from topic selection to DOCX output, including real literature collection, outline generation, writing, AI text humanization, and chart creation. It saves developers and researchers hours of repetitive formatting and structuring work by scripting the heavy lifting.
How to install WaterPaper?
To install WaterPaper: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/waterpaper.md https://raw.githubusercontent.com/ThisIsLittleSky/WaterPaper/main/SKILL.md. Finally, /waterpaper in Claude Code.
What is WaterPaper best for?
WaterPaper is a skill categorized under Documentation. Created by ThisIsLittleSky.
What can I use WaterPaper for?
WaterPaper is useful for: Generate a complete research paper draft with real citations from a single topic idea.; Automatically collect and organize relevant literature from academic databases for a given research question.; Create a structured outline with sections and subsections based on a paper abstract.; Rewrite AI-generated content to reduce AI detection scores while preserving meaning.; Produce publication-ready DOCX files with embedded charts and formatted references.; Iterate on a paper by updating the outline and regenerating sections with new literature..