1. The input is a Word template document; 2. Analyze the structure of this template, including: 1) Font styles, sizes, etc., for headings, body text, etc.; 2) Content: the general structure of each paragraph; 3) Multimedia elements: images, text, tables (including metric data, etc.) 3. Generate documents that conform to the template structure based on the given data 1) A knowledge base, or multiple documents; 2) Relationship tables (or CSV files), SQL query results, etc.

Automatically analyze Word templates and data inputs to generate formal documents matching the template's styles and structure.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 231 · 2 current installs · 2 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description match what the SKILL.md and PROMPT.md ask it to do: read a Word template, ingest documents/CSV/SQL results, analyze styles/structure, and produce document content. The declared tools (read, write, exec) are appropriate for file I/O and lightweight data processing. No unrelated credentials, binaries, or paths are requested.
Instruction Scope
PROMPT.md specifies detailed, template-focused analysis and steps (structure, styles, multimodal elements, data summarization, and generation). It does not instruct access to unrelated system files or external endpoints. Note: the skill declares the 'exec' tool — that permits running arbitrary local commands for processing (e.g., CSV parsing or invoking local converters). This is coherent with the purpose but increases the runtime capability surface, so runtime tool permissions should be considered.
Install Mechanism
No install spec and no code files — this is an instruction-only skill. That minimizes disk-level risk (nothing downloaded or installed by the skill itself).
Credentials
The skill requests no environment variables, credentials, or configuration paths. Its needs (reading templates and data files) are proportional to the stated function.
Persistence & Privilege
always is false and there are no indications the skill requests persistent system-wide changes or modifies other skills. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
Assessment
This skill appears coherent and focused on template analysis + data-driven document generation and asks for no credentials. Before installing: (1) Confirm you trust the skill owner (source/homepage unknown). (2) Be aware the skill uses the 'exec' tool at runtime — it can run local commands to parse files; ensure the runtime environment restricts what exec may run if you have sensitive system files. (3) Test with non-sensitive templates/data first to verify results and to ensure no sensitive data is inadvertently included in outputs. (4) If you need guarantees about privacy or network access, verify the platform's data handling and network policies, since the skill itself contains no explicit network endpoints but model calls (glm-5) happen via the platform.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk979hsze829sydfm98ase0cx6n834er5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

name: template-report-generator

description: 基于Word模板、知识库文档、多篇文档、CSV/关系表/SQL查询结果,自动分析模板结构并生成符合模板风格的正式文档

version: 1.0.0

tools:

  • read
  • write
  • exec

model: glm-5

entry: PROMPT.md

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…