jimeng-cli-image2image

jimeng-cli-image2image is a skill for Claude Code from full-aigc-skills/jimeng-skills. It costs 73 tokens per session (953 once invoked), scanned A, original, Apache-2.0.

A command-line workflow for editing one to ten local images with Dreamina, an image-generation service, using another image and a written instruction.

In plain words
What is it for?
Use it to submit, monitor, and troubleshoot Dreamina image-to-image tasks, such as changing an image’s style or making a poster from a reference.
Why use it?
It helps structure image-editing requests, validate supported sizes and models, track submitted jobs, and report failures.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the jimeng-skills plugin — 13 skills shipped together

Good fit Use it to submit, monitor, and troubleshoot Dreamina image-to-image tasks, such as changing an image’s style or making a poster from a reference.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/full-aigc-skills/jimeng-skills/jimeng-cli-image2image
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add full-aigc-skills/jimeng-skills --skill jimeng-cli-image2image
Clone the repo
git clone --depth 1 https://github.com/full-aigc-skills/jimeng-skills

Made for: Claude Code.

Or install jimeng-skills, the plugin that ships this one along with the rest of its 13 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jimeng-cli-image2image

README.md
[![agentmods](https://agentmods.dev/badge/skills/full-aigc-skills/jimeng-skills/jimeng-cli-image2image/github.svg)](https://agentmods.dev/skills/full-aigc-skills/jimeng-skills/jimeng-cli-image2image)
Your own site
<a href="https://agentmods.dev/skills/full-aigc-skills/jimeng-skills/jimeng-cli-image2image"><img src="https://agentmods.dev/badge/skills/full-aigc-skills/jimeng-skills/jimeng-cli-image2image/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jimeng-cli-image2image

Your own site · 80×15
<a href="https://agentmods.dev/skills/full-aigc-skills/jimeng-skills/jimeng-cli-image2image"><img src="https://agentmods.dev/badge/skills/full-aigc-skills/jimeng-skills/jimeng-cli-image2image.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 953 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.00953
Opus 5 $0.00036 $0.00477
Sonnet 5 $0.00015 $0.00191
Haiku 4.5 $0.00007 $0.00095

Measured 11d ago against content hash 5daa72c802ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jimeng-cli-image2image scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/jimeng-cli-image2image/SKILL.md · 85 lines

What it actually says

即梦 CLI 图生图

执行前先运行 dreamina image2image -h。本技能记录 v1.4.14 稳定工作流;实际 help 始终是参数事实源。

When to use and boundary

用于已有本地参考图、需要通过 CLI 编辑并跟踪结果的任务。不该用于文生图、视频生成或纯提示词润色;分别加载对应的执行或 prompt 技能。

必须遵守

  • --images 接收 1–10 个本地文件,多个路径使用逗号分隔。
  • 每次提交显式传 --resolution_type=1k|2k|4k
  • --width--height 必须成对出现、为正整数,并与 --ratio 互斥。
  • 5.0Pro 支持 1k;4.x/5.0 只支持 2k 或 4k。
  • 模型 token 是 5.0Pro,不是 5.0Pro
  • generate_num 范围为 1–10。

完整模型矩阵和像素限制见 dreamina-cli skill 的 references/dreamina-cli-v1.4.14-contract.md。 如未安装,请先 npx skills add full-aigc-skills/jimeng-skills --skill dreamina-cli

标准执行

test -r ./input.png
dreamina user_credit
dreamina image2image \
  --images=./input.png \
  --prompt="保留主体与构图,转换为透明水彩风格" \
  --model_version=5.0 \
  --resolution_type=2k \
  --ratio=1:1 \
  --poll=0

自定义尺寸时省略 ratio:

dreamina image2image \
  --images=./input.png \
  --prompt="改造成竖版电商海报" \
  --model_version=5.0 \
  --resolution_type=2k \
  --width=1536 \
  --height=2048 \
  --poll=0

异步闭环

Step 1:验证

逐个验证输入文件可读,并用 help 校验模型、分辨率、ratio 或自定义尺寸组合。

Step 2:提交

检查积分、说明消费影响、提交并保存 submit_id

Step 3:终态闭环

querying 持续调用 query_result,直到 successfail。失败时报告 fail_reason,不要把 submit 成功当作生成成功。

Gotchas

  1. 文件数量:只允许 1–10 张可读本地图片。
  2. 分辨率遗漏:v1.4.14 必须传 resolution_type
  3. 宽高冲突:width/height 成对且与 ratio 互斥。
  4. 1k 误用:只有 5.0Pro 支持图生图 1k。
  5. 状态误判querying 不是成功终态。

References

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 85 lines · 73 tokens per session scan A 5daa72c802ca

Subscribe to this mod's changes

jimeng-cli-image2image is a skill published in the GitHub repository full-aigc-skills/jimeng-skills (3 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 73 tokens to every session and 953 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens