← Back to Skills Marketplace
rusparrish

VTL Image Analysis

by rusparrish · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
445
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vtl-image-analysis
Description
Measure compositional structure in AI-generated images using the Visual Thinking Lens (VTL) framework. Detects default-mode bias (center lock, radial collaps...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vtl-image-analysis
  3. After installation, invoke the skill by name or use /vtl-image-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. Compositional measurement skill for AI-generated images using the Visual Thinking Lens (VTL) framework.
Metadata
Slug vtl-image-analysis
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 445 downloads so far.

How do I install VTL Image Analysis?

Run "/install vtl-image-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is VTL Image Analysis free?

Yes, VTL Image Analysis is completely free (open-source). You can download, install and use it at no cost.

Which platforms does VTL Image Analysis support?

VTL Image Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created VTL Image Analysis?

It is built and maintained by rusparrish (@rusparrish); the current version is v1.0.0.

💬 Comments