pinggy-tunnel

Establish SSH tunnels to expose local network services to the internet.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LynxLabVN/office-agent --skill pinggy-tunnel-lynxlabvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinggy-tunnel
Source: https://github.com/LynxLabVN/office-agent/tree/main/agent-core/optional-skills/devops/pinggy-tunnel
Command: npx skills add https://github.com/LynxLabVN/office-agent --skill pinggy-tunnel-lynxlabvn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to create secure SSH tunnels to expose local services to the internet, allowing access from anywhere without installing additional software.

Core Features & Use Cases

  • SSH Tunneling: Establish secure tunnels over SSH to expose local services to the internet.
  • Platform Support: Works on Linux, macOS, and Windows.
  • Quick Setup: Easy-to-use commands for quick tunnel creation and management.
  • Use Case: Share a local web server with a remote team or access a local database securely from a different location.

Quick Start

Start a tunnel for your local web server on port 8080 using the pinggy-tunnel skill.

Frequently Asked Questions about pinggy-tunnel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expose a local web server to the internet using SSH tunneling?

You can expose a local web server to the internet by establishing an SSH tunnel that securely maps your local service port to a public address, enabling remote access without extra software.

Can I create SSH tunnels to expose local services on Windows and macOS?

Yes, you can create SSH tunnels to expose local services on Windows and macOS, as well as Linux. The Skill uses your system's existing SSH client for compatibility across these platforms.

What is SSH tunneling for local service exposure and when do I need it?

SSH tunneling for local service exposure is a method to securely forward local network ports over the internet. You need it when sharing a local development environment or database with a remote team.

Do I need to install additional software to set up remote access to my local database?

No, you do not need to install additional software to set up remote access to your local database. The Skill utilizes your existing SSH client to establish the required secure tunnel connection.

How do I quickly start an SSH tunnel for a local service on port 8080?

You can quickly start an SSH tunnel for a local service on port 8080 by running the provided Skill commands. This establishes a secure connection for temporary or persistent remote access.

What are the limitations of using SSH tunnels for remote access compared to other networking approaches?

Using SSH tunnels for remote access requires an active SSH client and stable connection. Unlike broad VPN solutions, it targets specific local services rather than exposing the entire local network.