← 返回
未分类 中文

Screenshot Stitcher

Use when the task is to stitch multiple vertically scrolling iPhone screenshots into a single long image with the local screenshot-stitcher CLI. Best for sam...
Use when the task is to stitch multiple vertically scrolling iPhone screenshots into a single long image with the local screenshot-stitcher CLI. Best for sam...
mate-matt mate-matt 来源
未分类 clawhub v0.1.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 347
下载
💾 0
安装
1
版本
#agent#image#iphone#latest#local-first#opencv#screenshot

概述

Screenshot Stitcher

Use this skill when the user wants to combine multiple iPhone screenshots into one long image.

The CLI contract is intentionally small, so the same workflow ports cleanly into Claude, Codex, OpenClaw, Hermes, and similar agent wrappers that can invoke shell commands. The tool is OpenCV/NumPy-driven local image processing, not AI image generation.

Privacy

All image processing happens locally in the user's Python process. The CLI reads screenshots from disk, writes the stitched output back to disk, and does not upload screenshots, filenames, or image metadata to any external service.

Install The CLI

Prefer the published PyPI package:

pip install screenshot-stitcher
screenshot-stitcher --help

If the machine has multiple Python environments, install into the environment the agent will use:

python -m pip install screenshot-stitcher
screenshot-stitcher --help

If the package is already installed, skip installation and use the CLI directly.

Workflow

  1. Confirm the inputs are vertically scrolling screenshots from the same device width.
  2. Preserve the user's input order. Do not reorder by timestamp.
  3. Use the installed CLI:
screenshot-stitcher img1.png img2.png img3.png -o output.png
  1. If the package cannot be installed but the agent is inside a cloned checkout, run the repo entrypoint instead:
python3 main.py img1.png img2.png img3.png -o output.png
  1. After writing the output file, report the path and mention any low-confidence overlaps printed by the CLI.

Useful Flags

  • --no-navbar: page has no navigation bar
  • --no-tabbar: page has no bottom tab bar
  • --top-crop N: manual top crop override
  • --bottom-crop N: manual bottom crop override
  • --x-margin N: ignore more left/right edge pixels during matching
  • --template-height N: adjust the template height used for overlap matching
  • --threshold V: raise or lower overlap acceptance sensitivity

Heuristics

  • Start with the default command before tuning flags.
  • If the page has sticky bars, floating controls, or scroll indicators, try a larger --x-margin.
  • If the top chrome changes during scrolling, try --no-navbar or a custom --top-crop.
  • If overlap confidence is low but the output is visually correct, report that explicitly instead of pretending the score is strong.
  • If the input screenshots are out of order or have different widths, stop and surface that clearly.

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-05-07 15:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 430 📥 116,995
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 331 📥 93,866
it-ops-security

Code Security Check - 代码仓库安全审计

mate-matt
在推送至公共仓库前审计项目是否有敏感信息泄露。此技能在用户要求检查安全或敏感信息时使用。
★ 0 📥 169