What problem does it solve? Sharing a local dev server, webhook receiver, or MCP endpoint with the outside world normally requires installing tunneling daemons like ngrok or cloudflared. This Skill creates public HTTP/HTTPS URLs for any local port using only the stock SSH client, with no installation or signup required. ## Core Features & Use Cases - Zero-Install Tunneling: Connects to a.pinggy.io over SSH on port 443 to create HTTP, TCP, or TLS reverse tunnels without any binary installation. - Access Control Flags: Gates tunnels with HTTP Basic auth, bearer tokens, IP whitelists, CORS headers, and forced HTTPS via username keywords. - Ready-Made Recipes: Includes end-to-end patterns for receiving webhook callbacks, exposing MCP servers over HTTP, sharing local LLM endpoints (Ollama/vLLM), and password-protected dev server demos. - Use Case: You need Stripe to POST a webhook to your laptop during local testing. The Skill starts a capture server, opens a bearer-token-gated Pinggy tunnel, parses the public URL from the log, and hands it back for registration. ## Quick Start Ask the agent to expose local port 8000 to the internet using a Pinggy tunnel and return the public HTTPS URL.