返回顶部
v

vtl-image-analysis

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
376
下载量
0
收藏
概述
安装方式
版本历史

vtl-image-analysis

# VTL Image Analysis Use this skill whenever a user asks to analyze, diagnose, or improve a generated image's composition. Also invoke it proactively after image generation if the user has requested better compositional quality. ## When to Use - User says "analyze this image", "why does this look generic/flat/boring" - User asks to improve a generated image's composition - After generating an image with openai-image-gen or similar skills - User asks why their prompts aren't producing interesting layouts ## Step 1 — Measure Run the probe script on the image: ```bash python3 scripts/vtl_probe.py <image_path> ``` This returns JSON. Example: ```json { "valid": true, "mask_status": "PASS", "delta_x": -0.027, "delta_y": 0.008, "r_v": 0.875, "rho_r": 12.4, "dRC": 0.40, "dRC_label": "mass-dominant", "k_var": 1.12, "infl_density": 0.16, "flags": ["CENTER_LOCK"] } ``` ## HARD STOP — Refusal Gate **Before reporting any results, check `valid` and `mask_status`.** If `valid` is false OR `mask_status` is `"FAIL"`: > "VTL measurement failed: [error message]. The image does not have sufficient > structural signal for reliable compositional analysis. Try a different image > or one with more defined edges and contrast." **Stop here. Do not report coordinates. Do not generate re-prompts.** If `mask_status` is `"WARN"`: > "VTL measurement returned low-confidence results (sparse structural signal). > Coordinates are reported but treat them as indicative, not definitive." > Then continue with the caveat attached to all outputs. This refusal is non-negotiable. Fabricating a compositional reading from a failed measurement produces false diagnosis. The framework is deterministic by design — an uncertain measurement is reported as uncertain, not smoothed over. --- ## Step 2 — Report Coordinates Report the five coordinates plainly: ``` VTL ANALYSIS ──────────────────────────────── Placement Δx={delta_x} Δy={delta_y} Void rᵥ={r_v} Packing ρᵣ={rho_r} Radial dRC={dRC} [{dRC_label}] Tension k_var={k_var} FLAGS: {flags or NONE} ``` --- ## Step 3 — Generate Re-Prompt (if flags present) Run the regen script with the user's original prompt and the metrics output: ```bash python3 scripts/vtl_regen.py \ --prompt "USER'S ORIGINAL PROMPT" \ --metrics <path_to_metrics.json> \ --out prompts.json ``` This selects operators from `operators.yaml` based on which flags fired and returns up to 3 prompt variants. Report the `selected` variant as the primary recommendation and offer the alternatives. If no flags fired, report: "No default-mode patterns detected. Coordinates are within normal range." --- ## Operator Logic Operators live in `operators.yaml`. They are rule-based — triggers are evaluated deterministically against the metric values. The AI does not invent or modify operators. If a trigger fires, the patch is applied. If not, it isn't. Do not override operator logic. Do not substitute your own re-prompt language for what the operator specifies. The operators are the prescription layer — they are the operator's responsibility, not the AI's improvisation. If the user wants to modify re-prompt behavior, direct them to edit `operators.yaml`. --- ## Notes - Metrics describe compositional coordinates, not quality. CENTER_LOCK is not "bad" — it's a signal that the model defaulted. A portrait photographer choosing center composition is authorship. An AI doing it on every prompt regardless of content is prior behavior. VTL measures the difference. - dRC requires radial eligibility. If mass centroid is very close to frame center, dRC is labeled "dual-center" — report the label, not a number interpretation. - Full metric definitions: references/vtl-metrics.md - Full framework: https://github.com/rusparrish/Visual-Thinking-Lens - Author: Russell Parrish — https://artistinfluencer.com

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 vtl-image-analysis-1776303878 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 vtl-image-analysis-1776303878 技能

通过命令行安装

skillhub install vtl-image-analysis-1776303878

下载 Zip 包

⬇ 下载 vtl-image-analysis v1.0.0

文件大小: 16.98 KB | 发布时间: 2026-4-16 18:06

v1.0.0 最新 2026-4-16 18:06
Initial release. Compositional measurement skill for AI-generated images using the Visual Thinking Lens (VTL) framework.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部