Add ngrok skills to your coding agent
Your coding agent already writes the code. Now it can run ngrok too.
The ngrok/skills repo packages eight new skills that teach Claude, Cursor, and other coding agents to configure ngrok for common jobs. Agents can:
- Put OAuth, rate limiting, IP rules, or a custom response in front of an endpoint with secure-endpoint.
- Receive and verify webhooks from Stripe, GitHub, Twilio, and 70+ other providers with receive-webhooks.
- Expose an in-development MCP server for testing against Claude or OpenAI with test-mcp-server.
- Give every sandbox, container, or tenant its own isolated endpoint with provision-sandbox-access.
- Diagnose common errors and connection failures with troubleshoot-ngrok.
expose-localhost now tunnels raw TCP too, so an agent can wire up SSH, RDP, and database connections, not just HTTP.
Get started
- Run
npx skills add ngrok/skillsin your project to install every skill, or add--skill <name>for just one. - Ask your coding agent to do something like “expose my local server” or “put OAuth in front of my endpoint.”
- Browse the full list and source on github.com/ngrok/skills.