Ngrok

Expose a local port (or a specific URL on a local server) via ngrok so the user can open it from another device or share it externally. Use whenever the user wants to share something running on localhost — phrases like "expose my dev server", "make this accessible on my phone", "share this via ngrok", "tunnel port X", "ngrok this", or after generating any local artifact (HTML report, dashboard, file viewer, diff page) that they want to view from a different machine. Also trigger if the user complains they can't reach a localhost URL from another device. The skill prints a copy-pasteable bare URL (no angle brackets), tracks the ngrok PID for clean teardown, and offers to open the URL in the default browser.

mzvonar Updated

File contents

mzvonar/claude-skills-public/tree/main/plugins/dev-tools/skills/ngrok commit fefef0e3b9

Frequently asked questions

npx skillmds@latest add mzvonar/ngrok