← Back to Skills Marketplace
page-doc-generator
by
SkyFragments
· GitHub ↗
· v1.0.0
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install page-doc-generator
Description
Generate Word documentation from mini-program/uni-app project screenshots and source code. Use when user wants to document pages with screenshots and code. T...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: page-doc-generator
Version: 1.0.0
The skill bundle is a legitimate tool for generating documentation from Vue-based projects. It scans local directories for source code and screenshots, generates a Markdown file, and uses the 'pandoc' utility via subprocess to convert it to a Word document. No evidence of data exfiltration, malicious execution, or prompt injection was found in 'generate_page_doc.py' or 'convert_to_docx.py'.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install page-doc-generator - After installation, invoke the skill by name or use
/page-doc-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Generate Word documentation from mini-program/uni-app source and screenshots.
- Scans project pages and matches each to screenshot images.
- Generates structured Markdown documentation embedding page info, code, and screenshots.
- Converts Markdown to Word (.docx) using pandoc.
- Provides Python scripts for full documentation pipeline.
- Handles common screenshot naming patterns and large source file truncation.
Metadata
Frequently Asked Questions
What is page-doc-generator?
Generate Word documentation from mini-program/uni-app project screenshots and source code. Use when user wants to document pages with screenshots and code. T... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install page-doc-generator?
Run "/install page-doc-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is page-doc-generator free?
Yes, page-doc-generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does page-doc-generator support?
page-doc-generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created page-doc-generator?
It is built and maintained by SkyFragments (@skyfragments); the current version is v1.0.0.
More Skills