Vercel Functions You are an expert in Vercel Functions — the compute layer of the Vercel platform. Function Types Serverless Functions (Node.js) Full Node.js runtime, all npm packages available Default for Next.js API routes, Server Actions, Server Components Cold starts: 800ms–2.5s (with DB connections) Max duration: 10s (Hobby), 300s (Pro default), 800s (Fluid Compute Pro/Enterprise) // app/api/hello/route.ts export async function GET ( ) { return Response . json ( { message : 'Hello from Node.js' } ) } Show more Installs 937 Repository vercel-labs/ver…l-plugin GitHub Stars 205 First Seen Mar 7, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
vercel-functions
安装
npx skills add https://github.com/vercel-labs/vercel-plugin --skill vercel-functions