cowart-image-edit

Revises Cowart canvas images from annotation screenshots using Vetta edit_image and Cowart MCP placement.

154|27|Updated Aug 3, 2026
One-click install
npx skills add https://github.com/openvetta/open-vetta --skill cowart-image-edit-openvetta
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cowart-image-edit
Source: https://github.com/openvetta/open-vetta/tree/main/packages/plugins/externals/cowart-vetta/agent/skills/cowart-image-edit
Command: npx skills add https://github.com/openvetta/open-vetta --skill cowart-image-edit-openvetta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Annotated screenshots with arrows, scribbles, and labels need to be turned into clean revised bitmaps on a Cowart canvas without manually recreating the edits or losing the original image. ## Core Features & Use Cases - Annotation-driven image revision: Applies the intent of an annotation screenshot to an existing image using the Vetta edit_image tool while stripping annotation chrome. - Canvas placement via Cowart MCP: Inserts the revised bitmap beside the original image with insert_cowart_image, preserving the source unless the user asks otherwise. - Use Case: A user marks up a Cowart canvas image with arrows and notes, then asks the agent to produce a cleaned-up revised version placed to the right of the original in the active workspace. ## Quick Start Revise this annotated Cowart screenshot into a clean image and place it beside the original on my canvas.

Frequently Asked Questions about cowart-image-edit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I revise a Cowart canvas image from an annotated screenshot?▼

Provide the annotation screenshot as an attachment or Cowart-exported capture path. The workflow calls edit_image to apply the annotated intent and remove markup, then places the result beside the original using Cowart MCP insert_cowart_image.

What is the difference between edit_image and generate_image in Vetta?▼

edit_image modifies an existing image, such as applying annotation marks to a source bitmap. generate_image creates a brand-new image with no source to revise and is handled by the separate cowart-image-gen skill.

Does editing a Cowart image delete the original?▼

No. The revised image is placed beside the original using placement right, and the original is never deleted or moved unless the user explicitly asks for it.

Can I keep the annotation arrows and labels in the revised image?▼

Yes. By default edit_image removes annotation chrome such as arrows, scribbles, and labels, but they are preserved when the user explicitly requests to keep them.

How does the skill locate the target image on a Cowart canvas?▼

When selection tools are available, the get_cowart_selection MCP call helps identify the target image. All Cowart MCP calls use the active user workspace as projectDir.