Skip to content

feat(skills): add optional pinggy-tunnel skill#26765

Merged
teknium1 merged 1 commit into
mainfrom
hermes/hermes-dc2944ac
May 16, 2026
Merged

feat(skills): add optional pinggy-tunnel skill#26765
teknium1 merged 1 commit into
mainfrom
hermes/hermes-dc2944ac

Conversation

@teknium1

Copy link
Copy Markdown
Contributor

Summary

New optional skill at optional-skills/devops/pinggy-tunnel/ — teaches the agent how to expose local services to the internet via Pinggy SSH tunnels with zero install.

Changes

  • optional-skills/devops/pinggy-tunnel/SKILL.md — HTTP/HTTPS, TCP, TLS tunnels; access control (b: basic auth, k: bearer, w: IP whitelist); header manipulation (co CORS, x:https); web debugger; Pro token mode; four composite recipes (webhook receiver, MCP server exposure, local LLM endpoint share, dev-server quick-share)
  • Auto-gen page + catalog row + sidebar entry under devops

Decisions vs the issue's open questions

  • SSH-only, not the Python SDK — issue itself noted the SDK had import-timeout issues; SSH is the killer feature
  • Pinggy-only, not a generic tunneling skill — cloudflared-quick-tunnel already covers the Cloudflare flavor and is linked in related_skills + the When-to-Use section
  • No new tunnel tool — skill + terminal tool covers everything per the design framework
  • Optional, not bundled — per the issue's own follow-up comment

Frontmatter

  • description: Zero-install localhost tunnels over SSH via Pinggy. (51 chars)
  • platforms: [linux, macos, windows] (pure SSH client, no POSIX-only primitives)
  • author: Teknium (teknium1), Hermes Agent

Closes #361

Zero-install localhost tunnels over SSH via Pinggy. Covers HTTP/HTTPS,
TCP, TLS, access control (basic auth / bearer / IP whitelist), header
manipulation (CORS, force-HTTPS), web debugger, Pro token mode, and four
composite recipes (webhook receiver, MCP server exposure, local LLM
endpoint share, dev-server quick-share with one-shot password).

Closes #361
@teknium1 teknium1 merged commit 559c6ad into main May 16, 2026
9 of 10 checks passed
@teknium1 teknium1 deleted the hermes/hermes-dc2944ac branch May 16, 2026 05:15
@alt-glitch alt-glitch added type/feature New feature or request P3 Low — cosmetic, nice to have comp/tools Tool registry, model_tools, toolsets tool/skills Skills system (list, view, manage) labels May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/tools Tool registry, model_tools, toolsets P3 Low — cosmetic, nice to have tool/skills Skills system (list, view, manage) type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Pinggy Skill — Zero-Install Localhost Tunnels via SSH

2 participants