BeClaude

WaterPaper

New
41GitHub TrendingDocumentationby ThisIsLittleSky

水论文skill一句话出论文:多角度选题、真实文献采集、大纲写作、降AIGC率、降重复率、绘制图表→DOCX交付

First seen 6/21/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/waterpaper.md https://raw.githubusercontent.com/ThisIsLittleSky/WaterPaper/main/SKILL.md
3
Invoke in Claude Code
/waterpaper

Use Cases

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.

Usage Examples

1

/waterpaper topic 'Impact of quantum computing on cryptography' --output paper.docx

2

Generate a literature review outline for 'reinforcement learning in robotics' with 10 real sources

3

/waterpaper humanize --input draft.md --output final.md --target-score 20%

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..