用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill cli-anything-officecli命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | cli-anything-officecli |
| description | Generate and fix DOCX reports. |
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 /body from the real Word file through officeclifix 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