cli-anything-officecli
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.
Prerequisite
officecli must already be installed and available in PATH.
Commands
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
Behavior
checkreads/bodyfrom the real Word file throughofficeclifixapplies only clear paragraph-style fixesreportwrites a Markdown or JSON artifactaskroutes natural-language instructions into the thesis workflowpipelineruns the deterministic thesis workflow directlyextractconverts source material into structured thesis requirementswritegeneratesrequirements.json,outline.md,draft.docx, andreport.md--profileloads an external JSON rule set--jsonreturns machine-readable output for agents
Natural-Language Triggers
Use prompts like:
帮我分析这个任务书或者开题报告根据这个任务书写一篇论文根据以下要求写一篇论文把这篇论文整理成符合要求的 Word 文档
Default Role Mapping
第一章 绪论orChapter 1->Heading11.1 研究背景->Heading21.1.1 研究问题->Heading3- fallback body paragraphs ->
Normal