← 返回 Skills 市场
skyfragments

page-doc-generator

作者 SkyFragments · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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'.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install page-doc-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /page-doc-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug page-doc-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 page-doc-generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install page-doc-generator」即可一键安装,无需额外配置。

page-doc-generator 是免费的吗?

是的,page-doc-generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

page-doc-generator 支持哪些平台?

page-doc-generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 page-doc-generator?

由 SkyFragments(@skyfragments)开发并维护,当前版本 v1.0.0。

💬 留言讨论