← Back to Skills Marketplace
wangjipeng977

Convert Screenshot Any

by 王继鹏 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
51
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install convert-screenshot-any
Description
Use when (1) Convert a screenshot of any UI into a detailed prompt for AI image generation.
README (SKILL.md)

Core Position

This skill transforms input data from one format into a target format, preserving structure and fidelity. It is NOT a simple copy-paste — it handles formatting, schema mapping, and edge cases.

Key responsibilities:

  • Parse the input format (JSON/CSV/code/etc.) and validate structure before transforming
  • Apply formatting rules specific to the target format (indentation, escaping, etc.)
  • Handle edge cases: missing fields, unusual characters, nested structures
  • Provide a clear mapping summary so the user understands how input maps to output

Modes

/convert-screenshot-any --pretty

Formatted output. Applies proper indentation, spacing, and style conventions.

/convert-screenshot-any --strict

Strict mode. Fails on any deviation from expected structure rather than guessing.

Execution Steps

  1. Parse input — Read and parse the input; detect format (JSON/CSV/XML/code/etc.)
    • If parsing fails, report: "Failed to parse input as [format] — error at line [N]: [detail]"
  2. Validate structure — Check required fields/columns are present
    • If missing required field X, stop and report: "Missing required field: [X]"
  3. Transform — Convert input to target format, applying format-specific rules
    • Preserve all data — do not silently drop fields
    • Apply proper escaping for special characters (quotes, newlines, etc.)
  4. Validate output — Run the target format parser on the result to confirm it's valid
    • If output is invalid, revert to previous version and report what went wrong
  5. Deliver — Return the converted output with a brief mapping summary

Mandatory Rules

Do not

  • Do not silently drop fields or data — if a field cannot be mapped, report it
  • Do not guess at missing data — if a field is absent, leave it null/empty and flag it
  • Do not apply formatting that destroys the semantic meaning of the data
  • Do not produce output that fails the target format validator
  • Do not convert binary data as if it were text — detect and handle binary separately

Do

  • Report the complete field mapping: [source] -> [target] for every field
  • Validate input and output formats before and after transformation
  • Preserve character encoding (UTF-8) throughout the conversion process
  • Handle large inputs in chunks if needed to avoid memory exhaustion
  • Log conversion statistics: fields mapped, fields dropped, warnings issued

Quality Bar

Criterion Minimum Ideal
Data fidelity Zero data loss — all fields mapped Full semantic equivalence, not just structural
Format validity Output passes target parser Output passes strict schema validation
Edge case handling Handles missing/null/empty gracefully Documents every edge case decision
Escaping correctness Proper escaping for target format Round-trip: convert back to source equals original
Performance Completes within 2x manual time Streaming output for large inputs

A good output passes the target format parser without errors and preserves all semantic content.

Good vs. Bad Examples

Scenario Bad Good
Missing field Omits field from output silently Reports "Field [X] absent — output null, flagged as warning"
Special characters Only escapes visible chars Escapes all special chars per target format spec
Large input Loads entire file into memory Streams in chunks, reports progress at 25/50/75%
Output validation Skips validation Runs target parser on output, confirms valid before returning
Format error Returns raw output with error text appended Returns nothing, reports "Output invalid: [parser error] at [location]"
Usage Guidance
Install only after the publisher clarifies the real purpose, removes the generic converter instructions or updates the manifest, and explains whether API_KEY and write mode are actually required. VirusTotal and the platform static scan were clean, so this is a review concern about coherence and disclosure rather than confirmed malware.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name, manifest, README, and helper script point to screenshot-to-image-prompt generation, while SKILL.md primarily instructs generic JSON/CSV/XML/code format transformation.
Instruction Scope
The core instructions broaden the skill into parsing, validating, transforming, and mapping structured data, which is not clearly disclosed by the advertised screenshot purpose.
Install Mechanism
Installation is ordinary copy/install guidance, setup.sh only prints usage, and requirements.txt declares no external dependencies; however the README appears templated and mentions an API_KEY without a defined service.
Credentials
The included script only reads stdin or a user-supplied file and emits a prompt, but metadata/docs claim sensitive credentials and write mode without enough scope explanation.
Persistence & Privilege
No background execution, persistence, privilege escalation, file deletion, network calls, or credential exfiltration behavior was found in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install convert-screenshot-any
  3. After installation, invoke the skill by name or use /convert-screenshot-any
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release
Metadata
Slug convert-screenshot-any
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Convert Screenshot Any?

Use when (1) Convert a screenshot of any UI into a detailed prompt for AI image generation. It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.

How do I install Convert Screenshot Any?

Run "/install convert-screenshot-any" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Convert Screenshot Any free?

Yes, Convert Screenshot Any is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Convert Screenshot Any support?

Convert Screenshot Any is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Convert Screenshot Any?

It is built and maintained by 王继鹏 (@wangjipeng977); the current version is v1.0.1.

💬 Comments