📦 long-image-to-pdf — 长图转PDF
v1.0.1将超长截图或图片智能切片成重叠段落,并自动排版成可翻页的 PDF 文件,无需手动裁剪,一键生成适合打印与分享的文档。
0· 79·0 当前·0 累计
下载技能包
最后更新
2026/4/13
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears coherent and local-only. Before installing, ensure you have Python and the Pillow and reportlab packages installed. The script will read the source image and write slices and a PDF to the out-dir you specify; if you allow --cleanup (the skill recommends it by default) it will delete intermediate slice images. Run the script in a directory you control (to avoid clutter or permission issues). There are no network calls or credential requests, but as with any third-party script, ...详细分析 ▾
✓ 用途与能力
Name/description (slice long images -> PDF) align with the included script and SKILL.md. The script implements slicing, layout into pages, and PDF generation with reportlab/Pillow — all expected for this functionality.
✓ 指令范围
SKILL.md instructs running the local Python script with explicit source/out-dir arguments, recommends absolute paths, and directs the agent to rely on the script's stdout for success. The instructions do not ask the agent to read unrelated files, environment variables, or send data externally.
✓ 安装机制
No install spec; this is an instruction-only skill with one readable Python file. It requires standard Python packages (Pillow, reportlab) mentioned in the README. No downloads from untrusted URLs or archives are performed.
✓ 凭证需求
No environment variables, credentials, or config paths are required or accessed. The script only reads the supplied image path and writes output files in the provided directory.
✓ 持久化与权限
The skill does not request always:true, does not alter other skills or global agent config, and only performs file operations within the user-specified output directory. Autonomous invocation defaults are unchanged and acceptable for this purpose.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/4/13
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install long-image-to-pdf
镜像加速npx clawhub@latest install long-image-to-pdf --registry https://cn.longxiaskill.com镜像同步中