page-doc-generator
v1.0.0Generate Word documentation from mini-program/uni-app project screenshots and source code. Use when user wants to document pages with screenshots and code. T...
⭐ 0· 33·0 current·0 all-time
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 provided scripts and SKILL.md. The scripts only require a project path and screenshots directory and produce Markdown and DOCX outputs; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions and embedded scripts only read project Vue files and image files, generate Markdown, and (optionally) call pandoc locally to produce DOCX. The instructions do not reference unrelated system files, environment variables, or external endpoints.
Install Mechanism
No install spec (instruction-only) and code files are bundled. Conversion to DOCX depends on an external pandoc binary being installed and on PATH; user should install pandoc from the official site. No remote downloads or extract operations are present in the skill itself.
Credentials
The skill requests no environment variables or credentials. It does read arbitrary files under the provided project_path and screenshots_dir (as required to build documentation), which is consistent with its purpose.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It does not modify other skills or global agent configuration; it only writes generated Markdown/DOCX into the project/output directory.
Assessment
This skill appears coherent and runs locally, but be aware it will read and embed your project source code and screenshots into generated Markdown and DOCX files — do not run it on projects containing secrets or private data you don't want exported. Pandoc is required for DOCX conversion; install it from the official pandoc site. Inspect the generated .md/.docx before sharing externally. If you need stronger guarantees, run the scripts on an isolated copy of the project or review the bundled Python files before executing.Like a lobster shell, security has layers — review code before you run it.
latestvk97ah2tfmffpdztwccqr269r65845n41
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
