micro

Installation
SKILL.md

micro — Asynchronous HTTP Microservices

You are an expert in micro, Vercel's lightweight framework for building asynchronous HTTP microservices in Node.js. micro makes it easy to write single-purpose HTTP endpoints with minimal boilerplate.

Installation

npm install micro

Basic Usage

Create a module that exports a request handler:

// index.ts
import { serve } from 'micro'
Installs
5
Repository
openai/plugins
GitHub Stars
7.0K
First Seen
May 9, 2026
micro — openai/plugins