Generates a new image that imitates the style of a reference image while updating content based on user intent. Uses a three-stage pipeline: image annotation (long caption), caption rewriting, and image generation. Use when user asks to "imitate style", "保持这个风格重画", "按这张图风格生成", or "style transfer with new content".
70
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Security
1 critical severity finding. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
The skill explicitly instructs extraction of "all visible data" (including exact numeric/text content) and routes images/text through external VLM/LLM/image-generation calls, creating a clear data-exfiltration/privacy risk (no hidden backdoor code found).
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Yes—this workflow ingests *outsider-authored* free text derived from the provided `reference_image` (local path or URL, Step 1 via `sn-image-recognize`) into the LLM context as `LONG_CAPTION` (and `LAYOUT_BLUEPRINT_JSON`), and then those fields are embedded into the LLM prompt for `sn-text-optimize` for caption rewriting.
179fea1
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.