Favicon of netlify-caching

netlify-caching Skill

AI Agent SkillJavaScriptOpen source

Guide for controlling caching on Netlify's CDN. Use when configuring cache headers, setting up stale-while-revalidate, implementing on-demand cache purge, or understanding Netlify's CDN caching behavior. Covers Cache-Control, Netlify-CDN-Cache-Control, cache tags, durable cache, and framework-specific caching patterns. Published by openai in plugins.

Decision snapshot

Is this a fit?

Best for

Browser automation, Deployment, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

19 days ago

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is netlify-caching Skill?

Guide for controlling caching on Netlify's CDN. Use when configuring cache headers, setting up stale-while-revalidate, implementing on-demand cache purge, or understanding Netlify's CDN caching behavior. Covers Cache-Control, Netlify-CDN-Cache-Control, cache tags, durable cache, and framework-specific caching patterns. 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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
92/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Browser automation
  • Deployment
  • Browser automation use cases
  • Deployment use cases

Declared skill metadata

  • Source file: plugins/netlify/skills/netlify-caching/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use netlify-caching Skill

  • Use it for browser automation.
  • Use it for deployment.

Built with

JavaScriptCopy skill directory

Editorial notes

Source

  • Creator: openai
  • Repository: openai/plugins
  • Skill file: plugins/netlify/skills/netlify-caching/SKILL.md

What it does

Guide for controlling caching on Netlify's CDN. Use when configuring cache headers, setting up stale-while-revalidate, implementing on-demand cache purge, or understanding Netlify's CDN caching behavior. Covers Cache-Control, Netlify-CDN-Cache-Control, cache tags, durable cache, and framework-specific caching patterns.

Skill instructions

Caching on Netlify Default Behavior Static assets are cached automatically: - CDN: cached for 1 year, invalidated on every deploy - Browser: always revalidates (max-age=0, must-revalidate) - No configuration needed Dynamic responses (functions, edge functions, proxied) are not cached by default. Add cache headers explicitly. Cache-Control Headers Three headers control caching, from most to least specific: | Header | Who sees it | Use case | |---|---|---| | Netlify-CDN-Cache-Control | Netlify CDN only (stripped before browser) | CDN-only caching | | CDN-Cache-Control | All CDN caches (stripped before browser) | Multi-CDN setups | | Cache-Control | Browser and all caches | General caching | Common Patterns typescript // Cache at CDN for 1 hour, browser always revalidates return new Response(body, { headers: { "Netlify-CDN-Cache-Control": "public, s-maxage=3600, must-revalidate", "Cache-Control": "public, max-age=0, must-revalidate", }, }); // Stale-while-revalidate (serve stale for 2 min

Verified compatibility and discovery

Frequently asked questions

What is netlify-caching?

netlify-caching is a open-source AI agent skill with Copy skill directory. Guide for controlling caching on Netlify's CDN. Use when configuring cache headers, setting up stale-while-revalidate, implementing on-demand cache purge, or understanding Netlify's CDN caching behavior.

Who is netlify-caching best for?

netlify-caching is best for reusing agent instructions, scripts, and references, browser automation workflows, deployment workflows.

How do I install netlify-caching?

Install or run netlify-caching using Copy skill directory. Check netlify-caching for the latest setup command.

Is netlify-caching actively maintained?

netlify-caching may need a closer maintenance check before production use.

Share:

Stars
5,140
Forks
717
Last commit
19 days ago
Last verified
Aug 24, 2026
Metadata fetched
Aug 24, 2026
Repository age
6 months
License
Unknown

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to netlify-caching