📦 飞鸿
v1.0.0创建、检查并编辑 Microsoft Word 文档和 DOCX 文件,支持可靠样式、编号、修订记录、表格、分节及兼容性检查。
17· 17·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidence该技能仅用于指导 DOCX/Word 编辑,其要求与行为均围绕此目的;整个包未请求无关凭据、安装或系统访问。
评估建议
This skill is a content-first, OOXML-aware guide for working with .docx files and appears internally consistent. Before installing: (1) note the minor metadata/version mismatch in the package and confirm the source if that matters to you; (2) remember the skill itself has no code and does not upload files, but the agent or connectors you give file access to might — verify which tools/connectors will be used to open, edit, or transmit documents; (3) avoid giving external APIs or cloud storage cre...详细分析 ▾
ℹ 用途与能力
The name/description (Word / DOCX editing) matches the SKILL.md content which is a detailed, OOXML-aware set of rules for reading and editing .docx files. Minor metadata inconsistencies: registry metadata lists version 1.0.0 and ownerId kn7b4... while the included _meta.json and SKILL.md header show version 1.0.2 and ownerId kn73vp5... — likely clerical but worth noting.
✓ 指令范围
SKILL.md is focused on parsing and editing .docx OOXML parts, tracked changes, styles, numbering, and layout — all within the stated scope. It does not instruct reading unrelated system files, contacting external endpoints, or exfiltrating data. The guidance to inspect ZIP/XML parts and related Word parts is appropriate for the skill's purpose.
✓ 安装机制
No install spec and no code files are present (instruction-only). This minimizes installation risk — nothing is downloaded or written to disk by the skill itself.
✓ 凭证需求
The skill declares no required environment variables, credentials, or config paths. There are no unexplained secrets requested and nothing disproportionate to a document-editing guide.
✓ 持久化与权限
always is false and the skill is user-invocable; it does not request permanent presence or elevated platform privileges. Being instruction-only, it does not modify other skills or system settings.
安全有层次,运行前请审查代码。
运行时依赖
🖥️ OSLinux · macOS · Windows
安装命令
点击复制官方npx clawhub@latest install feihong-word-docx
镜像加速npx clawhub@latest install feihong-word-docx --registry https://cn.longxiaskill.com
技能文档
何时使用 当主工件为 Microsoft Word 文档或 .docx 文件,且涉及修订痕迹、批注、页眉、编号、域、表格、模板或兼容性时,请使用本规则。
核心规则
- 把 DOCX 当作 OOXML,而非纯文本
- 结构化提取:快速阅读
- 样式驱动生成:新建文件
- OOXML 感知编辑:脆弱旧文档
- 有意保留样式与直接格式
- 列表与编号是独立系统
- 页面布局归属“节”
- 修订、批注、域需精确编辑
- 交付前验证往返兼容性