文件预览

README.md

查看 Convert Screenshot Any 技能包中的文件内容。

文件内容

README.md

# Convert Screenshot Any

[中文版](./README_zh.md)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Version](https://img.shields.io/badge/version-1.0.1-blue)](SKILL.md)

> Convert a screenshot of any UI into a detailed prompt for AI image generation

## What Problem This Solves

Brief paragraph explaining the specific engineering problem this skill solves.
When triggered: [trigger condition].

## Features

- Transforms convert screenshot any input into structured output
- Handles convert a screenshot of any ui into a detailed prompt for...
- Preserves data integrity — no silent drops or fabrication

## Quick Start

### Installation

```bash
# Via ClawHub
clawhub install Convert Screenshot Any

# Or manually
cp -r Convert Screenshot Any ~/.openclaw/skills/
```

### Usage

```bash
# Mode 1
clawhub run Convert Screenshot Any --mode read

# Mode 2
clawhub run Convert Screenshot Any --mode write --input ./data.json
```

## Directory Structure

```
Convert Screenshot Any/
├── SKILL.md          # Entry point
├── LICENSE           # MIT
├── README.md         # This file
├── README_zh.md      # Chinese version
├── CONTRIBUTING.md    # Contribution guide
├── .gitignore
├── references/       # Templates and schemas
│   └── ...
└── scripts/          # Helper scripts (if any)
    └── ...
```

## Configuration

| Variable | Required | Description |
|----------|----------|-------------|
| `API_KEY` | Yes | API key for the service |

## License

This project is licensed under the MIT License — see [LICENSE](LICENSE) for details.

---

Powered by [MiniMax](https://minimax.io).