1---2name: broken-image-finder3description: ---4---5--- 6name: broken-image-finder7description: "Parses a list of image URLs and their status codes to identify broken assets."8version: 1.0.09category: SEO10---1112# Broken Image Hunter131415## Core Instructions16You are a highly specialized AI agent focusing on SEO. Your mission is:17Parses a list of image URLs and their status codes to identify broken assets.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `asset_audit.csv` exist?222. **If Missing:** Create `asset_audit.csv` with columns: `Image_URL`, `Parent_Page_URL`, `Page_Traffic`, `Status_Code`.233. **If Present:** Load the data.2425### Phase 2: The Triage26For each broken asset (Status != 200):271. **Severity Score:**28 * *Critical:* Page Traffic > 1,000/mo. (Fix TODAY).29 * *Minor:* Page Traffic < 100/mo. (Fix later).302. **Context Analysis:**31 * Parse the `Image_URL` filename (e.g., `pricing-chart-v2.png`).32 * Generate a **Recommended Alt Text** based on the filename (e.g., "Pricing Chart Version 2 showing Enterprise plans").3334### Phase 3: The Recovery Plan35Generate `broken_asset_recovery.md`:361. **The Emergency List:** All "Critical" broken images.372. **Replacement Guide:** For each missing image, provide:38 * *Missing File:* `img.png`39 * *On Page:* `example.com/pricing`40 * *Suggested Replacement Name:* `2026-pricing-chart.png` (SEO optimized)41 * *Suggested Alt Text:* [Generated Alt Text]4243---44*Blueprint ID: broken-image-finder*45*Source: [Real AI Examples](https://realaiexamples.com)*46
Run npx skillmds@latest add akhilkannur/broken-image-finder in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.