stacks-tunnel

Create local-to-public network tunnels for webhook testing via TypeScript interfaces.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-tunnel-bughq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stacks-tunnel
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-tunnel
Command: npx skills add https://github.com/bughq/bughq --skill stacks-tunnel-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of exposing local development servers to the internet, enabling real-time webhook testing and remote access without complex network configuration.

Core Features & Use Cases

  • Local Tunneling: Instantly create a public URL for your local development server.
  • Cloud Deployment: Provision custom tunnel servers on AWS EC2 for persistent or production-like testing environments.
  • Event Hooks: Monitor connection status, incoming requests, and responses through built-in callbacks.
  • Use Case: Use this to test third-party webhooks (like Stripe or GitHub) against your local application running on port 3000.

Quick Start

Run the buddy share command in your terminal to automatically start a tunnel for your currently configured development server.

Frequently Asked Questions about stacks-tunnel

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

FAQPage Schema
How do I expose my local development server to the internet for webhook testing?▼

To expose your local development server to the internet for webhook testing, you can use this Skill to instantly create a public URL. It facilitates secure local-to-public network tunneling without complex network configuration.

Can I test Stripe or GitHub webhooks against a local application running on port 3000?▼

Yes, you can test third-party webhooks like Stripe or GitHub against a local application on port 3000. The Skill provides a public tunnel URL and built-in event hooks to monitor incoming requests and responses.

Does this local tunneling tool support deploying a persistent cloud server on AWS?▼

Yes, this local tunneling tool supports provisioning custom tunnel servers on AWS EC2. This allows you to deploy persistent, cloud-based environments for production-like testing.

How do I monitor incoming requests and connection status during local tunneling?▼

To monitor incoming requests and connection status during local tunneling, the Skill provides built-in event hooks. You can use these TypeScript callbacks to programmatically track the connection lifecycle and request data.

Do I need to manually configure my network to create a public URL for my local server?▼

No, you do not need to manually configure your network to create a public URL for your local server. The Skill handles secure local-to-public network tunneling automatically, bypassing complex network setup requirements.