remote

Manage SSH, ngrok, and Cloudflare tunnels for local services.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill remote-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remote
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/remote
Command: npx skills add https://github.com/nirholas/agenti --skill remote-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exposes local services securely by automating SSH tunnels and remote-access tooling for developers and teams who need temporary or persistent exposure.

Core Features & Use Cases

  • Create and manage SSH, ngrok, and Cloudflare tunnels to expose local services.
  • Monitor active tunnels, retrieve URLs, and auto-reconnect for reliability.
  • Integrate with DevOps workflows to quickly start/stop tunnels for testing and demos.

Quick Start

Set up an SSH tunnel to expose a local service securely.

Frequently Asked Questions about remote

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

FAQPage Schema
How do I expose local services for remote access using SSH and Cloudflare tunnels?

A modular tunnel manager creates and monitors SSH, ngrok, and Cloudflare tunnels to expose local services. It provisions public URLs and auto-reconnects active tunnels for reliable remote access during development and demos.

Can I manage multiple ngrok and SSH tunnels at the same time?

Yes, you can manage multiple active tunnels simultaneously. The tunnel manager provides status commands to monitor active sessions and stop or stop-all commands to cleanly tear down multiple tunnels across development and production scenarios.

What is the best way to monitor active remote access tunnels and retrieve their public URLs?

Use the status command to monitor active tunnel sessions and retrieve provisioned public URLs. The manager implements robust error handling and auto-reconnect logic to maintain reliable remote access to your local services.

Does this remote access tool support both temporary and persistent tunnel exposure?

Yes, it supports both temporary and persistent exposure. Developers can quickly start and stop tunnels for temporary DevOps testing demos, or maintain persistent connections using auto-reconnect for ongoing remote access reliability.

How do I stop all running SSH and Cloudflare tunnels at once?

Use the stop-all command to cleanly tear down every running SSH, ngrok, and Cloudflare tunnel session. The modular tunnel manager also provides a targeted stop command for closing individual active remote access connections.