Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill cli-anything-officecli명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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