routing-middleware Skill
Vercel Routing Middleware guidance — request interception before cache, rewrites, redirects, personalization. Works with any framework. Supports Edge, Node.js, and Bun runtimes. Use when intercepting requests at the platform level. Published by openai in plugins.
What is routing-middleware Skill?
Vercel Routing Middleware guidance — request interception before cache, rewrites, redirects, personalization. Works with any framework. Supports Edge, Node.js, and Bun runtimes. Use when intercepting requests at the platform level. 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
- Developers using plugins
Technical details
- Install or run with Copy skill directory
When to use routing-middleware Skill
- Use it for developers using plugins.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/vercel/skills/routing-middleware/SKILL.md
What it does
Vercel Routing Middleware guidance — request interception before cache, rewrites, redirects, personalization. Works with any framework. Supports Edge, Node.js, and Bun runtimes. Use when intercepting requests at the platform level.
Skill instructions
Vercel Routing Middleware You are an expert in Vercel Routing Middleware — the platform-level request interception layer. What It Is Routing Middleware runs before the cache on every request matching its config. It is a Vercel platform feature (not framework-specific) that works with Next.js, SvelteKit, Astro, Nuxt, or any deployed framework. Built on Fluid Compute. - File: middleware.ts or middleware.js at the project root - Default export required (function name can be anything) - Runtimes: Edge (default), Node.js (runtime: 'nodejs'), Bun (Node.js + bunVersion in vercel.json) CRITICAL: Middleware Disambiguation There are THREE "middleware" concepts in the Vercel ecosystem: | Concept | File | Runtime | Scope | When to Use | |---------|------|---------|-------|-------------| | Vercel Routing Middleware | middleware.ts (root) | Edge/Node/Bun | Any framework, platform-level | Request interception before cache: rewrites, redirects, geo, A/B | | Next.js 16 Proxy | proxy.ts (root, or src/pr
Explore related resources
Frequently asked questions
What is routing-middleware?
routing-middleware is a open-source AI agent skill with Copy skill directory. Vercel Routing Middleware guidance — request interception before cache, rewrites, redirects, personalization. Works with any framework. Supports Edge, Node.js, and Bun runtimes.
Who is routing-middleware best for?
routing-middleware is best for reusing agent instructions, scripts, and references.
How do I install routing-middleware?
Install or run routing-middleware using Copy skill directory. Check routing-middleware for the latest setup command.
Is routing-middleware actively maintained?
routing-middleware may need a closer maintenance check before production use.
Auto-fetched from GitHub.