Image Optimization Analysis
技能 活跃Image optimization analysis for SEO and performance. Checks alt text, file sizes, formats, responsive images, lazy loading, CLS prevention, image SERP rankings (via DataForSEO), and image file optimization (WebP/AVIF conversion, IPTC/XMP metadata injection). Use when user says "image optimization", "alt text", "image SEO", "image size", "image audit", "optimize images", "image metadata", "image SERP", "convert to webp", or "image file optimize".
Enhance website SEO and performance by analyzing and optimizing image assets.
功能
- Image audit for SEO and performance
- Alt text, file size, format, and dimensions checks
- Responsive images and lazy loading analysis
- Image file optimization (WebP/AVIF conversion, metadata injection)
- Image SERP analysis via DataForSEO extension
使用场景
- Auditing existing website images for SEO best practices
- Optimizing image files for better web performance
- Ensuring proper implementation of responsive images and lazy loading
- Analyzing competitor image strategies via SERP data
非目标
- Performing general website technical audits beyond image optimization
- Directly generating or creating new images from scratch (though extensions can assist)
- Analyzing non-image assets like CSS or JavaScript performance
工作流
- User provides a URL or path to analyze/optimize.
- Skill performs image analysis (alt text, size, format, etc.).
- Skill optionally performs image file optimization (conversion, metadata).
- Skill optionally performs SERP analysis via DataForSEO extension.
- Skill reports findings and recommendations.
实践
- SEO
- Web Performance Optimization
- Content Auditing
先决条件
- Python 3.10+
- Claude Code CLI
- Local installation of tools like exiftool, cwebp, ImageMagick, or FFmpeg for file optimization features.
Documentation
- info:Configuration & parameter referenceThe SKILL.md documents parameters and tools, but specific command-line flags for the optimization functions (e.g., quality settings for cwebp) are not explicitly detailed with defaults.
Maintenance
- warning:Dependency ManagementThe SKILL.md lists required tools like exiftool and cwebp but does not specify version pinning or provide explicit instructions on how to manage these dependencies beyond system package manager recommendations, raising potential update/vulnerability concerns.
Code Execution
- warning:ValidationThe skill validates input URLs and file types implicitly through the tools it calls (e.g., exiftool, cwebp), but there is no explicit mention of schema-based validation for inputs or outputs in the documentation.
Execution
- warning:Pinned dependenciesWhile the SKILL.md lists required tools like exiftool and cwebp, it does not pin specific versions or provide lockfiles, relying on system package managers which may lead to unexpected behavior with different tool versions.
安装
请先添加 Marketplace
/plugin marketplace add AgriciDaniel/claude-seo/plugin install claude-seo@agricidaniel-seo质量评分
类似扩展
Toprank Weekly Review
100Run a weekly SEO review for one registered website, write audit artifacts, and choose the next best safe action.
Optimize For Shopify
99Resize a product photo to Shopify's recommended 2048×2048px square format, sharpen, and convert to WebP for fast storefront load times.
Compress Image For Email
98Resize, sharpen, and compress an image to fit email platform size limits in a single pipeline.
Investigate Capa Root Cause
100Investigate root causes and manage CAPAs (Corrective and Preventive Actions) for compliance deviations. Covers investigation method selection (5-Why, fishbone, fault tree), structured root cause analysis, corrective vs preventive action design, effectiveness verification, and trend analysis. Use when an audit finding requires a CAPA, when a deviation or incident occurs in a validated system, when a regulatory observation needs a formal response, when a data integrity anomaly requires investigation, or when recurring issues suggest a systemic root cause.
Soul Guardian
100Drift detection + baseline integrity guard for agent workspace files with automatic alerting support
Audit Dependency Versions
100Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during periodic maintenance reviews, after receiving a security advisory, when upgrading to a new language version, before submitting to CRAN or npm, or when inheriting a project to assess its dependency health.