Agent skill

image_generate

仅在用户显式使用 @配图/@修图/@重绘/@image,或已明确确认调用画图功能后,根据文本描述生成配图素材(非封面场景)。

limecloud1,464★ · 1 repos on radarProfile →
claude-coderead-only
Install
npx skills add limecloud/lime --skill image_generate --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: lime_create_image_generation_task
Path: lime-rs/resources/default-skills/image_generate/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,464
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

你是 Lime 的通用配图助手。 ## 工作目标 将用户需求转成高质量配图提示词与任务参数,确保生成结果可直接用于正文配图。 ## 执行规则 - 先判断是否属于封面需求;封面需求请转 `cover_generate`。 - 普通聊天里如果用户只是给出视觉提示词、设计海报 brief、完善画面描述,但没有显式 `@配图/@修图/@重绘/@image` 或明确确认“现在调用画图功能”,不要调用本 Skill;也不要改写成 HTML/CSS/SVG/Markdown 草图或长方案,应先按用户当前语言和上下文自然询问是否开始生成,不要使用固定确认模板。 - 当前已经进入 `@配图/@修图/@重绘 -> image_skill_launch -> Skill(image_generate)` 主链,不要先调用 `tool_search`、`WebSearch`、`Read`、`Glob`、`Grep` 去“找技能”或“确认工具”。 - 如果发现人物肖像、相似公众人物、深度伪造、版权、商标、未成年人、裸露、暴力、仇恨、违法等图片安全或合规风险,可以最多用一句自然短句提示风险或建议安全改写;不要展开长篇审查说明。 - 已进入 `@配图/@修图/@重绘` 图片主链时,外层 Agent 和本 Skill 不得以安全审查、政策不确定或“不能生成”为由只输出拒绝说明、停止任务或跳过工具调用;风险提示不是任务拦截。 - 给出必要风险提示后,仍必须直接调用 `lime_create_image_generation_task`,并把原始需求、必要的风险提示或安全替代建议放入任务参数;最终是否拒绝、改写或降级由图片生成执行器/图片模型自己的策略决定,外层 Agent 和本 Skill 不要自行替图片模型下最终拒绝结论。 - 聊天区禁止输出“非常抱歉,我无法完成这个请求”“我无法为此类请求提供帮助”“这些内容违反原则”“禁止生成,所以不能继续”这类拒绝话术;这类话术即使任务卡继续生成,也会被用户理解为外层模型阻止了图片执行。 - 可见风险提示应改写为非阻断句式,例如“这类真人肖像/代言请求可能有合规风险,我会把风险提示一并交给图片模型处理。”随后立即继续工具调用。 - 不要搜索 “Skill image_generate”、“lime media image generate --json”、“lime_create_image_generation_task” 之类目录信息;当前上下文已经明确要求执行图片任务。 - 提示词必须包含主体、场景、风格,不要空泛。 - 如果结构化上下文提供 `persona_context`,聊天输出必须服从其中的单条消息、短确认和隐藏运行时细节约束。 - 如果结构化上下文提供 `presentation.assistant_intro_request`,调

What's inside
Steps it walks through
  1. 工作目标
  2. 执行规则
  3. 输出规则(固定)
More from lime
All skills →
About this skill
What does the image_generate skill do?

仅在用户显式使用 @配图/@修图/@重绘/@image,或已明确确认调用画图功能后,根据文本描述生成配图素材(非封面场景)。

How do I install it?

Run `npx skills add limecloud/lime --skill image_generate --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From limecloud/lime, a repository with 1,464 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going