← 返回 Skills 市场
sagarjhaa

Vision Tagger

作者 Sagar Jha · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1368
总下载
0
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install vision-tagger
功能描述
Tag and annotate images using Apple Vision framework (macOS only). Detects faces, bodies, hands, text (OCR), barcodes, objects, scene labels, and saliency re...
安全使用建议
This skill appears to do local image analysis using Apple Vision and Pillow; it requires macOS 12+ and Xcode CLI tools. Before installing: (1) only run on macOS as intended (SKILL.md requires macOS); (2) review the included Swift and Python source (they are provided) and only run the compile/install steps if you trust the source; (3) be aware the setup compiles a binary in the skill folder and installs Pillow via pip; (4) run the tool on non-sensitive images first to confirm behavior; and (5) if you want extra caution, run the setup/annotation inside a sandboxed account or VM and inspect the compiled binary with standard tools.
功能分析
Type: OpenClaw Skill Name: vision-tagger Version: 1.0.0 The OpenClaw skill 'vision-tagger' is benign. All files (SKILL.md, setup.sh, annotate_image.py, image_tagger.swift) align with the stated purpose of local image analysis using Apple's Vision framework. The `SKILL.md` and `setup.sh` contain standard commands for installing Xcode CLI tools and Python's Pillow library, and for compiling the Swift binary. The Python script `annotate_image.py` uses `subprocess.run` to execute the Swift binary, but passes arguments as a list, mitigating shell injection risks. The core Swift binary `image_tagger.swift` uses only Apple's Vision and AppKit frameworks for image processing, without any network calls, access to sensitive user data, persistence mechanisms, or obfuscation. There is no evidence of prompt injection or intentional harmful behavior.
能力评估
Purpose & Capability
The name/description (macOS Apple Vision tagging) match the required binaries (swiftc, python3) and included files (Swift Vision code + Python annotator). Minor inconsistency: registry metadata/flags list no OS restriction while the SKILL.md and scripts explicitly require macOS; this is likely a metadata omission rather than malicious.
Instruction Scope
SKILL.md and scripts instruct compiling a Swift program and running it on an image, then optionally annotating with the Python script. The instructions only reference the image file(s) provided by the user and local system tools; they do not read other system config paths or request additional environment variables.
Install Mechanism
There is no remote download/install of arbitrary code; included files are compiled locally (swiftc) and Python dependencies are installed via pip. The setup script triggers xcode-select --install when swiftc is missing, which is a standard way to get Xcode CLI tools.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to access secrets or external service tokens. The requested permissions (access to local filesystem image paths and ability to run a compiled binary) are proportional to the stated purpose.
Persistence & Privilege
The skill does not request persistent global privileges, does not set always: true, and does not modify other skills or system-wide settings. It compiles a binary into its own scripts directory, which is expected for this kind of skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vision-tagger
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vision-tagger 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Face, body, hand detection + OCR + scene labels using Apple Vision framework
元数据
Slug vision-tagger
版本 1.0.0
许可证
累计安装 9
当前安装数 9
历史版本数 1
常见问题

Vision Tagger 是什么?

Tag and annotate images using Apple Vision framework (macOS only). Detects faces, bodies, hands, text (OCR), barcodes, objects, scene labels, and saliency re... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1368 次。

如何安装 Vision Tagger?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vision-tagger」即可一键安装,无需额外配置。

Vision Tagger 是免费的吗?

是的,Vision Tagger 完全免费(开源免费),可自由下载、安装和使用。

Vision Tagger 支持哪些平台?

Vision Tagger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vision Tagger?

由 Sagar Jha(@sagarjhaa)开发并维护,当前版本 v1.0.0。

💬 留言讨论