netlify-image-cdn Skill
Guide for using Netlify Image CDN for image optimization and transformation. Use when serving optimized images, creating responsive image markup, setting up user-uploaded image pipelines, or configuring image transformations. Covers the /.netlify/images endpoint, query parameters, remote image allowlisting, clean URL r Published by openai in plugins.
What is netlify-image-cdn Skill?
Guide for using Netlify Image CDN for image optimization and transformation. Use when serving optimized images, creating responsive image markup, setting up user-uploaded image pipelines, or configuring image transformations. Covers the /.netlify/images endpoint, query parameters, remote image allowlisting, clean URL r Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Design and media
- Browser automation use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use netlify-image-cdn Skill
- Use it for browser automation.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/netlify/skills/netlify-image-cdn/SKILL.md
What it does
Guide for using Netlify Image CDN for image optimization and transformation. Use when serving optimized images, creating responsive image markup, setting up user-uploaded image pipelines, or configuring image transformations. Covers the /.netlify/images endpoint, query parameters, remote image allowlisting, clean URL r
Skill instructions
Netlify Image CDN Every Netlify site has a built-in /.netlify/images endpoint for on-the-fly image transformation. No configuration required for local images. Basic Usage html <img src="/.netlify/images?url=/photo.jpg&w=800&h=600&fit=cover&q=80" / Query Parameters | Param | Description | Values | |---|---|---| | url | Source image path (required) | Relative path or absolute URL | | w | Width in pixels | Any positive integer | | h | Height in pixels | Any positive integer | | fit | Resize behavior | contain (default), cover, fill | | position | Crop alignment (with cover) | center (default), top, bottom, left, right | | fm | Output format | avif, webp, jpg, png, gif, blurhash | | q | Quality (lossy formats) | 1-100 (default: 75) | When fm is omitted, Netlify auto-negotiates the best format based on browser support (preferring webp, then avif). Remote Image Allowlisting External images must be explicitly allowed in netlify.toml: toml [images] remoteimages = ["https://example\.com/.", "h
Explore related resources
Frequently asked questions
What is netlify-image-cdn?
netlify-image-cdn is a open-source AI agent skill with Copy skill directory. Guide for using Netlify Image CDN for image optimization and transformation. Use when serving optimized images, creating responsive image markup, setting up user-uploaded image pipelines, or.
Who is netlify-image-cdn best for?
netlify-image-cdn is best for reusing agent instructions, scripts, and references, browser automation workflows, design and media workflows.
How do I install netlify-image-cdn?
Install or run netlify-image-cdn using Copy skill directory. Check netlify-image-cdn for the latest setup command.
Is netlify-image-cdn actively maintained?
netlify-image-cdn may need a closer maintenance check before production use.
Auto-fetched from GitHub.