安全扫描
OpenClaw
安全
high confidenceThe skill is an instruction-only Chinese official-document formatter whose files and instructions are consistent with its stated purpose and do not request credentials or perform network activity.
评估建议
This skill appears coherent and self-contained. Before running the example code: 1) review references/gongwen_template.js (it writes a local gongwen_output.docx) and run it in a trusted environment; 2) install the 'docx' npm package yourself (npm install docx) if you intend to execute the script; 3) the skill references a C# template in SKILL.md that is not included—ignore or request the missing file if you need it; 4) ensure the specific Chinese fonts are installed locally if exact visual fidel...详细分析 ▾
✓ 用途与能力
Name/description match the included assets: a GB/T 9704 reference and a docx JS template. The required capabilities (document formatting, writing a .docx) align with the resources provided.
ℹ 指令范围
SKILL.md instructs usage of docx (node) and references a C# template, but no C# file is included. The JS template writes a local .docx file; instructions do not request secrets, read unrelated system files, or send data externally. Minor inconsistency: SKILL.md shows an example JS snippet whose margin DXA values differ from those in references/gongwen_template.js.
✓ 安装机制
No install spec included (instruction-only). The JS template depends on the public 'docx' npm package, but the skill does not auto-download or execute remote code. No downloads from unknown URLs or archive extraction.
✓ 凭证需求
No environment variables, credentials, or sensitive config paths are requested. The only runtime dependency is a user-installed npm package and optionally system fonts for correct rendering.
✓ 持久化与权限
always is false and the skill does not request persistent system privileges or modify other skills or system configurations. It writes only an output document to the working directory when the provided template code is executed by the user.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/5
gongwen-format 1.0.0 initial release - Generates Chinese official documents (公文) following standardized formatting. - Supports GB/T 9704-2012 national standards and common enterprise requirements. - Provides clear font, size, margin, and hierarchy specifications for all elements. - Includes document structure and common公文类型 (notice, report, decision, etc.). - Sample code templates provided for docx-js (JavaScript) and C# OpenXML.
● 无害
安装命令
点击复制官方npx clawhub@latest install gongwen-format
镜像加速npx clawhub@latest install gongwen-format --registry https://cn.longxiaskill.com镜像同步中