sn-infographic
Installation
SKILL.md
sn-infographic
Info graphic generation scene skill (tier 1), relying on the sn-image-generate, sn-image-recognize, and sn-text-optimize tools provided by sn-image-base (tier 0).
Features:
- Evaluation of prompt quality (auto mode)
- Prompt expansion (force/auto mode)
- Multiple rounds of image generation and VLM review
- Output the best result based on quality ranking
Input Specification
| Parameter | Type | Default Value | Description |
|---|---|---|---|
user_prompt |
string | Required | User original request |
max_rounds |
int | 1 |
Maximum number of generation rounds |
output_mode |
string | friendly |
Output mode: friendly / verbose |
prompts_expand_mode |
string | auto |
expand strategy: auto / force / disable |
Related skills