Expose local services and files to the internet through a public HTTPS URL. Designed for AI agents — when you need to let a user preview files remotely, share a dev server, demo an app, or give temporary access to localhost. Use this whenever the user says "share this", "let me see it on my phone", "send me the link", or needs to access something running locally from another device/network.
当用户需要以下操作时,请使用 tunelo:
以下情况请勿使用 tunelo:
bash
curl -fsSL https://tunelo.net/install.sh | sh
如果安装后找不到 tunelo,二进制文件位于 /usr/local/bin/tunelo。
bash
tunelo http 3000 # 暴露端口3000 → 获取公共HTTPS URL
tunelo http 5173 # React/Vite开发服务器
tunelo http 8080 # 任意本地服务
tunelo http 3000 --private # 需要访问码才能访问
bash
tunelo serve . # 当前目录 → 带文件浏览器的公共URL
tunelo serve ./dist # 指定目录
tunelo serve ~/Documents # 任意路径
tunelo serve . --local # 仅本地预览(无隧道,无公共URL)
tunelo serve . -l -p 8000 # 在端口8000上进行本地预览
文件浏览器在浏览器中运行 — 支持目录浏览、代码语法高亮、Markdown渲染、PDF查看器、图片/视频/音频播放、CSV/Excel表格。所有功能内置于二进制文件中,无需依赖。
bash
tunelo http
tunelo http
tunelo http
tunelo http
默认中继服务器为 tunelo.net:4433(免费公共中继)。自托管时使用 --relay。
bash
tunelo serve /path/to/files
bash
bash
tunelo http 8080 --private
bash
tunelo serve ./dist --local
浏览器 → HTTPS → 中继服务器 → QUIC隧道 → 客户端 → 本地主机/文件服务器
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 tunelo-1776120325 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 tunelo-1776120325 技能
skillhub install tunelo-1776120325
文件大小: 2.05 KB | 发布时间: 2026-4-14 14:15