Check, fix, report, and generate thesis-style DOCX files from natural-language instructions by wrapping the real officecli binary.
Use this when you need a thesis-focused wrapper over officecli for .docx
files instead of low-level paragraph commands, including thesis generation from
task books or proposal reports.
officecli must already be installed and available in PATH.
cli-anything-officecli check paper.docx
cli-anything-officecli fix paper.docx --dry-run
cli-anything-officecli fix paper.docx
cli-anything-officecli report paper.docx --output report.md
cli-anything-officecli --json check paper.docx
cli-anything-officecli ask "根据这个任务书写一篇论文" --source task.docx --out-dir out
cli-anything-officecli pipeline --source task.docx --out-dir out
cli-anything-officecli extract --source task.docx --json
cli-anything-officecli write --source task.docx --out-dir out
check reads from the real Word file through /bodyofficeclifix applies only clear paragraph-style fixesreport writes a Markdown or JSON artifactask routes natural-language instructions into the thesis workflowpipeline runs the deterministic thesis workflow directlyextract converts source material into structured thesis requirementswrite generates requirements.json, outline.md, draft.docx, and report.md--profile loads an external JSON rule set--json returns machine-readable output for agentsUse prompts like:
帮我分析这个任务书或者开题报告根据这个任务书写一篇论文根据以下要求写一篇论文把这篇论文整理成符合要求的 Word 文档第一章 绪论 or Chapter 1 -> Heading11.1 研究背景 -> Heading21.1.1 研究问题 -> Heading3Normal