用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ZMGID/kivio --skill docx命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| id | docx |
| name | docx |
| description | Read, summarize, revise, and analyze Word DOC/DOCX attachments saved by Kivio Chat. |
| recommended-tools | ["read","bash"] |
Use this skill when the user attaches or references a Word document (.doc or .docx) and asks to read, summarize, revise, extract, compare, translate, or answer questions about it.
Kivio stores each uploaded document as a safe local copy and includes its absolute path in the user message under Kivio 安全副本路径. Use that host path with bash. You can also process any local Word document discovered via glob / read (directory listing).
read does not parse binary Word files.
python with python-docx, OfficeCLI, etc.), extract text with bash. For a multi-line script, write it first, then run it..docx is a zip of XML; if Python is available you can unzip word/document.xml and collect w:t nodes. Legacy .doc usually needs conversion to .docx.