← 返回 Skills 市场
VTL Image Analysis
作者
rusparrish
· GitHub ↗
· v1.0.0
445
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vtl-image-analysis
功能描述
Measure compositional structure in AI-generated images using the Visual Thinking Lens (VTL) framework. Detects default-mode bias (center lock, radial collaps...
安全使用建议
This skill appears coherent and limited to local image analysis and deterministic prompt-patching. Before installing: (1) ensure you trust the skill source (it will run Python code on images you provide), (2) review operators.yaml if you want to control what prompt patches are appended, (3) be aware the scripts read image files and write an output JSON (prompts.json) to the working directory, and (4) dependencies like opencv/scipy install native wheels—install them in a virtualenv if you prefer isolation. The code uses an AST-checked evaluator for rule triggers (a cautious pattern) and contains no network calls or requests for secrets.
功能分析
Type: OpenClaw Skill
Name: vtl-image-analysis
Version: 1.0.0
The skill is designed for compositional image analysis and re-prompt generation. The `SKILL.md` provides clear, constraining instructions to the AI agent, including a 'HARD STOP' refusal gate for unreliable measurements. The `vtl_probe.py` script performs standard image processing without suspicious file operations or network calls. The `vtl_regen.py` script includes a robust `safe_eval` function that whitelists AST nodes and restricts built-ins, effectively preventing arbitrary code execution from `operators.yaml` triggers. The prompt modifications in `operators.yaml` are aligned with the stated purpose of improving image composition and do not exhibit malicious intent. No evidence of data exfiltration, persistence, or unauthorized remote control was found.
能力评估
Purpose & Capability
Name/description match the included scripts and files. Required binary (python3) and listed Python packages (numpy, opencv-python-headless, scikit-image, scipy, pyyaml) are appropriate for image processing and YAML parsing. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md confines runtime actions to running the included probe and regen scripts, inspecting operator rules, and reporting measured coordinates; it enforces a hard-stop on low-confidence measurements. The instructions do not ask the agent to read unrelated files, environment variables, or transmit data to external endpoints.
Install Mechanism
No complex install spec beyond pip packages (declared in SKILL.md metadata). All packages are standard for numeric/image processing. There are no downloads from arbitrary URLs or extract/install steps that would write unknown code to disk beyond the skill folder.
Credentials
The skill requests no environment variables or credentials. It operates on local image files and local operator/metrics files only. Required resources are proportional to the functionality.
Persistence & Privilege
Skill is not always-enabled (always: false) and does not attempt to modify other skills or system-wide configuration. It writes prompts.json (user-specified path) as output but otherwise does not demand persistent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vtl-image-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/vtl-image-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Compositional measurement skill for AI-generated images using the Visual Thinking Lens (VTL) framework.
元数据
常见问题
VTL Image Analysis 是什么?
Measure compositional structure in AI-generated images using the Visual Thinking Lens (VTL) framework. Detects default-mode bias (center lock, radial collaps... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 445 次。
如何安装 VTL Image Analysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vtl-image-analysis」即可一键安装,无需额外配置。
VTL Image Analysis 是免费的吗?
是的,VTL Image Analysis 完全免费(开源免费),可自由下载、安装和使用。
VTL Image Analysis 支持哪些平台?
VTL Image Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 VTL Image Analysis?
由 rusparrish(@rusparrish)开发并维护,当前版本 v1.0.0。
推荐 Skills