webflow-mcp:compress-cms-image
Installation
SKILL.md
Webflow CMS Image Compression
Compress and reformat image fields on a Webflow CMS item to .webp or .avif.
This skill does not support images embedded inside Rich Text fields at this time. Tell the user that limitation before starting and only process CMS fields whose schema type is Image or MultiImage.
Important Note
ALWAYS use Webflow MCP tools for Webflow operations:
- Use Webflow MCP's
data_sites_toolwith actionlist_sitesto discover the site ID when needed - Use Webflow MCP's
data_cms_toolwith actionget_collection_detailsto fetch collection schemas - Use Webflow MCP's
data_cms_toolwith actionlist_collection_itemsto fetch the target CMS item - Use Webflow MCP's
data_assets_toolwith actioncreate_assetto create presigned asset uploads - Use Webflow MCP's
data_cms_toolwith actionupdate_collection_itemsto update CMS image fields - Use Webflow MCP's
data_cms_toolwith actionpublish_collection_itemsto publish the updated item - All Webflow MCP calls must include the required
contextparameter (15-25 words, third-person perspective) - Mutating operations require explicit user confirmation. Ask the user to type
confirmbefore uploading assets, updating CMS fields, or publishing. - Rich Text embedded images are not supported. Do not parse or rewrite Rich Text HTML for image compression.