← Back to Skills Marketplace
81
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install screenshot-stitcher
Description
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...
Usage Guidance
This skill appears coherent and minimal: it expects you to install and run a local PyPI CLI to stitch screenshots and does not request credentials. Before installing or running it, consider: 1) only install the package in a controlled Python environment (virtualenv) and verify the package/source if you don't trust it; 2) avoid running 'python3 main.py' from an untrusted checkout (that runs arbitrary code); 3) if you need stronger guarantees, review the package source on PyPI/GitHub or prefer an offline/air-gapped process. If you plan to let an autonomous agent run these commands, be aware that installing a package or executing a local script gives that agent the ability to run code on your machine.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions all align: the skill expects a local screenshot-stitcher CLI (PyPI package or repo entrypoint) and only describes reading/writing image files needed for the task.
Instruction Scope
Instructions are scoped to running the local CLI on image files and reporting results. One caution: the fallback to 'python3 main.py' in a cloned checkout will execute arbitrary code in the current directory — that's expected as a developer fallback but increases risk if the checkout is untrusted. The privacy claim (local processing only) is reasonable but depends on the actual package content, which isn't provided here.
Install Mechanism
The SKILL.md recommends 'pip install screenshot-stitcher' (PyPI). Installing from PyPI is typical and proportionate, but installing any third-party package runs remote code on the machine. There is no bundled install spec in the skill itself (instruction-only).
Credentials
No environment variables, credentials, or config paths are requested — permissions requested are minimal and appropriate for a local CLI image tool.
Persistence & Privilege
Skill does not request always:true, does not modify other skills, and does not request persistent privileges. It is user-invocable and may be invoked autonomously by the agent (platform default).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install screenshot-stitcher - After installation, invoke the skill by name or use
/screenshot-stitcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Clarify PyPI install path and local-only processing for agents.
v0.1.0
Initial release of screenshot-stitcher skill.
- Combines multiple vertically scrolling iPhone screenshots into a single long image using a simple CLI.
- Preserves the user's input order without reordering by timestamp.
- Supports use of custom flags for cropping, edge margin, and overlap matching.
- Provides guidance for handling tricky cases like sticky bars or varied chrome.
- Reports issues clearly (e.g., input order, device size mismatch, or low overlap confidence).
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install Screenshot Stitcher?
Run "/install screenshot-stitcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Screenshot Stitcher free?
Yes, Screenshot Stitcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Screenshot Stitcher support?
Screenshot Stitcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Screenshot Stitcher?
It is built and maintained by mate-matt (@mate-matt); the current version is v0.1.1.
More Skills