webflow-mcp:asset-audit

Audits Webflow site assets and generates SEO-friendly alt text and filenames.

Updated Aug 10, 2026
One-click install
npx skills add https://github.com/KryptaMedina7/quero-s-home --skill webflow-mcp-asset-audit-kryptamedina7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webflow-mcp:asset-audit
Source: https://github.com/KryptaMedina7/quero-s-home/tree/main/.agents/skills/asset-audit
Command: npx skills add https://github.com/KryptaMedina7/quero-s-home --skill webflow-mcp-asset-audit-kryptamedina7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Webflow sites often accumulate assets with missing alt text and non-descriptive filenames like IMG_1234.jpg, hurting SEO and accessibility. This Skill audits every asset on a Webflow site, detects naming and alt text issues, and applies validated improvements through the Webflow MCP tools. ## Core Features & Use Cases - Asset Issue Detection: Scans all site assets to find missing or poor-quality alt text, generic filenames, duplicates, and common patterns like camera uploads or screenshots. - Validated Suggestions: Generates alt text (max 125 characters, no redundant phrases) and SEO-friendly filenames (lowercase, hyphenated, no double extensions) with per-item validation warnings. - Granular Approval & Rollback: Presents numbered suggestions for selective approval, supports naming templates and folder organization, and stores rollback data so changes can be undone. - Use Case: A marketing team inherits a Webflow site with 150 poorly named images. Run the audit to batch-process assets in groups of 20, approve the generated alt text and filenames, and revert any change with an undo command. ## Quick Start Run an asset audit on my Webflow site and generate alt text and SEO-friendly names for all assets.

Frequently Asked Questions about webflow-mcp:asset-audit

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

FAQPage Schema
How do I audit assets on a Webflow site for SEO?

Provide the site ID and the audit fetches all assets via the Webflow MCP data_assets_tool, flags missing alt text and non-SEO-friendly names, then generates validated suggestions you can approve individually or in bulk.

How to generate alt text for Webflow images automatically?

The audit uses the Webflow MCP get_asset_preview tool with each asset's ID to analyze image content and generate descriptive alt text. Suggestions are validated to stay under 125 characters, end with punctuation, and avoid redundant phrases like "image of".

What makes a filename SEO-friendly in Webflow?

SEO-friendly filenames use only lowercase letters, numbers, and hyphens, stay under 100 characters, and avoid double extensions. The audit converts spaces and underscores to hyphens, removes special characters, and strips the existing extension before appending the new one.

Can I undo asset name and alt text changes in Webflow?

Yes. Before applying updates, the audit stores the original asset names and alt text with a timestamp. After changes are applied, typing "undo" reverts the modified assets, with rollback available for five minutes.

What happens if image preview fails during a Webflow asset audit?

If the get_asset_preview call fails, the audit falls back to extracting a description from the existing filename and marks the suggestion with a warning. It then continues processing the remaining assets and reports successes and failures separately.

Does the Webflow asset audit handle large sites?

Yes. Sites with 50 or more assets are processed in batches of 20 with progress indicators. If a preview request takes over 30 seconds, the audit skips to the next batch to avoid timeouts.