Document Generator
v0.1.3Generate professional Word, Excel, and PDF documents with rich formatting, tables, images, and layouts. Use this skill whenever the user mentions creating do...
⭐ 0· 154·0 current·0 all-time
by@lnblxj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (document generation) matches the provided scripts and schema references for Word/Excel/PDF. Required files, template/image paths, and formatting features are all appropriate to the stated functionality.
Instruction Scope
SKILL.md instructs the agent to ask clarifying questions, build a JSON config, and run local Python scripts to generate documents. The instructions reference only template files, image paths, and the config schemas—all relevant to document generation. There are no instructions to read unrelated system files, environment variables, or to transmit data externally.
Install Mechanism
No install spec is provided (instruction-only deployment), which is low risk. However, the package includes runnable scripts that require Python and third‑party libraries (python-docx, openpyxl, reportlab, Pillow). The SKILL.md documents these pip dependencies; installing them via pip is the user's responsibility and should be done from trusted sources.
Credentials
The skill requests no environment variables, credentials, or config paths. The scripts access only local filesystem paths supplied in configs (templates, images) which is expected for template-based generation.
Persistence & Privilege
Flags indicate no forced always-on behavior and normal autonomous invocation is allowed (default). The skill does not attempt to modify other skills or system-wide settings; it simply reads configs and writes generated files.
Assessment
This skill appears coherent and focused on generating documents. Before running: (1) review any template or image paths you pass in (they will be read from disk); avoid pointing to sensitive files you don't want used. (2) Install required Python packages from trusted sources (pip install python-docx openpyxl reportlab Pillow). (3) Run the scripts in an environment you control (e.g., local or isolated VM/container) if you are unsure about third-party dependencies. (4) Inspect any provided configs before execution to ensure they don't reference unintended local files. No network activity or secret exfiltration was found in the code.Like a lobster shell, security has layers — review code before you run it.
latestvk975982gd1br4z8rg5dxp7a2z18374x9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
