根据带批注的 Cowart 截图生成修订图片并就近放置对照结果
该技能材料显示其主要是面向截图批注的图像编辑提示流程,未声明需要密钥、远程端点或额外系统权限。结合其被标注为 prompt-only 且开源,可整体评为低风险,但仓库社区采用度和维护状态证据较弱,供应链侧仍需基本核验。
材料明确注明“需要的密钥/环境变量:无”,README 也未要求 API token、账号凭证或本地敏感配置,未见明显凭证泄露或滥用面。
已声明“远程端点 host:无”,文档未描述向第三方服务上传截图、图像或项目数据;从现有材料看,不存在明确的对外数据传输路径。
系统检查项标注为 prompt-only;README 主要描述编辑流程与使用约束,未见要求执行 shell、安装额外二进制或申请超出图像处理说明的本机执行权限。
材料强调仅基于用户提供的截图提取编辑意图,并明确写有“不自动截取当前画布”“不扫描整个画布”;未见请求访问无关文件、全盘数据或过度授权的迹象。
来源为 GitHub 且开源,源码原则上可审计,这是明显的降风险因素;但仓库 0 star、许可证未声明、维护状态未知,社区验证和持续维护证据较弱,建议在接入前做基础仓库审查。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "cowart-image-edit" 技能: 1. 下载 https://raw.githubusercontent.com/zhongerxin/Cowart/main/skills/cowart-image-edit/SKILL.md 2. 保存为 ~/.claude/skills/cowart-image-edit/SKILL.md 3. 装好后重载技能,告诉我可以用了
设计师或营销人员在 Cowart 中用箭头和文字标出改动后,可以直接用截图生成新的位图版本。这样能保留原图不变,并在旁边看到可对比的修订结果。
当用户提供多张带批注截图时,这个技能会把每张截图视为独立任务分别处理。适合一轮审稿中同时修改多张素材,但不希望把不同截图的要求混在一起。
如果截图过于裁切、遮挡或清晰度不足,用户可以补充原图或更干净的截图。技能会以截图中的批注作为修改依据,同时尽量保持原图的主体、构图和风格。
文档介绍了如何把用户提供的 Cowart 批注截图转成修订后的 AI 位图,并将结果放在对应原图旁边。内容重点包括前置条件、截图作为唯一修改依据的工作流程、如何从截图提取批注与选择源图、在截图质量不足时向用户索取更干净素材,以及生成新文件时不要覆盖原图并谨慎解析输出路径。
Use this skill to turn user-provided Cowart 批注 screenshots into revised AI-generated bitmaps placed next to the corresponding original images.
The native Cowart widget should be open for the active project. Cowart state is read and written through Cowart MCP tools, not through a localhost browser service.
The user is responsible for providing the relevant screenshot(s). Do not auto-capture the current canvas and do not scan the whole canvas to infer edit requests; a canvas may contain many images with different annotations.
Read the user-provided screenshot(s).
Treat each screenshot as the authoritative edit brief for one output image unless the user says multiple screenshots belong to the same image.
If the user provides multiple screenshots, process them independently and keep their generated outputs separate. Do not merge annotations across screenshots unless explicitly requested.
Extract the edit requirements from each screenshot.
Read visible 批注 labels, arrows, and nearby edit notes from the screenshot itself. Use the arrow tip or marked region to understand where each note applies.
Ignore editor chrome such as toolbars, blue selection outlines, resize handles, cursor icons, and unrelated neighboring images.
Choose the source image for generation.
Use the clean underlying image content visible in the provided screenshot as the visual base whenever possible.
If the screenshot is too cropped, obstructed, or low-resolution to serve as a good image base, ask the user for the original image export or a cleaner screenshot of that specific image.
Do not read the current Cowart canvas to discover edit intent. Use the screenshot for the requested changes. Cowart state may be read later only to place the generated result without covering existing content.
Prepare image-generation input.
Use the provided screenshot, plus a cleaner source image if the user supplied one.
The generation prompt should:
Generate a new bitmap.
Use the built-in image generation flow available in the current environment. Do not overwrite the source image file. Save the new bitmap with a timestamped filename, for example:
annotation-edit-20260620-153012.png
Resolve the actual local output image carefully before inserting it into Cowart. Do not assume the built-in image generation flow always writes a fresh file under $CODEX_HOME/generated_images.
Preferred resolution order:
image_generation_call.result, then write it to the timestamped output filename.$CODEX_HOME/generated_images only when you can prove the file was created by the current request, for example by matching its timestamp after this generation step. Never pick an older image merely because it is the newest file in a stale generated_images directory.Before inserting the resolved file into Cowart, visually inspect the local bitmap and confirm it is the newly generated revised image for this screenshot, not a stale generated asset.
Insert the revised image beside the original with Cowart MCP.
Prefer the Cowart MCP insert_cowart_image tool. Do not hand-write
tldraw asset / shape records or fractional index keys unless the MCP
tool is unavailable. The tool copies the bitmap into the page-local assets
…
它会读取用户提供的 Cowart 批注截图,把其中可见的箭头、标签和修改说明当作改图需求,生成新的干净位图版本。生成结果会放在对应原图旁边或附近清晰区域,不会替换或隐藏原图。
文档说明需要打开当前项目的原生 Cowart 组件,Cowart 状态通过 Cowart MCP 工具读写。用户还需要主动提供相关截图,技能不会自动截取当前画布,也不会扫描整个画布来推断需求。
默认不会。文档说明每张截图都应被视为一个独立输出图像的权威修改说明,除非用户明确表示多张截图属于同一张图片。
帮助用户生成或编辑位图图像,用于插画、照片、贴图与透明抠图等视觉素材。
帮助分析设计图片的构图、配色、字体与无障碍问题并给出改进建议
帮助用户创作海报、插画与静态视觉稿,并输出PNG或PDF文件
通过自然语言生成或编辑图片,快速完成创意视觉制作。
提升截图与图片的清晰度、锐度和分辨率,便于演示、文档与社媒发布。
根据文字提示快速生成图像,适合在对话中完成创意出图与视觉草稿。