Gongwen Format
v1.0.0Skill for creating Chinese official documents (公文) following standardized formatting requirements. Use when user wants to create official documents such as n...
⭐ 0· 30·0 current·0 all-time
byjuanfenglong@longjf25
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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 fidelity is required. There are no network calls or credential requests in the package.Like a lobster shell, security has layers — review code before you run it.
latestvk97cxnen0zbt7mppngy1vsnkns848t8q
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
