📦 multi-image-to-text — 批量图片转文
v1.0.0一次性上传多张图片,自动识别其中的文字并按图片分段输出为结构化文档,方便后续编辑与整理。
0· 90·0 当前·0 累计
下载技能包
最后更新
2026/4/2
安全扫描
OpenClaw
安全
high confidenceThe skill's declared purpose (batch OCR → structured Markdown) matches its instructions and it requests no unusual installs, credentials, or system access.
评估建议
This skill appears coherent and low-risk: it does OCR on images via the agent's read_image tool and outputs Markdown. Before installing or using it, confirm how your platform implements the read_image tool (where images are sent/processed and whether they are retained), avoid uploading highly sensitive images unless you trust the platform's data handling, and be aware that the skill can create a .md file in the agent's working directory when asked. If you need stronger guarantees about deletion ...详细分析 ▾
✓ 用途与能力
Name/description (batch image→text extraction) align with the SKILL.md: it instructs the agent to accept images, call a read_image OCR tool per image, and produce structured Markdown. No unrelated binaries, env vars, or config paths are requested.
ℹ 指令范围
Instructions are narrowly scoped to: receive images, call read_image for each image, format and output a Markdown document, and optionally write a .md file under ./ with a timestamped name. The doc claims images are used only in the current session and not stored — this is a behavioral claim but cannot be enforced by the instruction file alone; actual persistence/processing depends on the platform/tool implementing read_image and the agent runtime.
✓ 安装机制
Instruction-only skill with no install spec and no code files. No downloads or package installs are performed by the skill itself.
✓ 凭证需求
The skill declares no environment variables or credentials. Its functionality (OCR on user-supplied images) does not require additional secrets, so requested access is proportionate.
✓ 持久化与权限
always is false, the skill is user-invocable, and it does not request modification of other skills or global agent settings. It may write a .md file to the local working directory when asked, which is consistent with its stated output options.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/2
Initial release of image-text-extractor skill: - Supports batch OCR recognition of text from multiple uploaded images (PNG, JPG, JPEG, GIF, WebP). - Maintains original text structure (paragraphs, titles, lists) for each image. - Outputs results in a structured Markdown document with clear image-by-image segmentation. - Handles recognition failures gracefully, continues processing other images. - Designed with privacy protection; images are used only in-session and not stored.
● 无害
安装命令
点击复制官方npx clawhub@latest install test20260402
镜像加速npx clawhub@latest install test20260402 --registry https://cn.longxiaskill.com镜像同步中