← 返回 Skills 市场
81
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install screenshot-stitcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/screenshot-stitcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Screenshot Stitcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install screenshot-stitcher」即可一键安装,无需额外配置。
Screenshot Stitcher 是免费的吗?
是的,Screenshot Stitcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Screenshot Stitcher 支持哪些平台?
Screenshot Stitcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Screenshot Stitcher?
由 mate-matt(@mate-matt)开发并维护,当前版本 v0.1.1。
推荐 Skills