← 返回 Skills 市场
darwin7381

Share Local Site

作者 Joey Luo · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
255
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install share-local-site
功能描述
Share a local development server with anyone via a public URL. Use when you need to demo a site to a client, let a colleague preview your work, test on mobil...
安全使用建议
This skill appears to do what it says: open a public tunnel to a local dev server. Before using it, keep in mind: (1) tunnels expose whatever is served on the chosen port—do not share sensitive dashboards, internal APIs, or authentication-protected pages; (2) the guide includes options that reduce security (StrictHostKeyChecking=no for SSH and DANGEROUSLY_DISABLE_HOST_CHECK for dev servers) which make connections easier but lower safety—only use them if you understand the risk; (3) your ngrok authtoken is a secret—do not paste it into untrusted places; (4) localhost.run establishes an outbound SSH connection to a third party—if you have strict network or data policies, review that; (5) the helper script is small and interactive (prompts before continuing if no server is detected) and requires standard tools (ssh, curl, ngrok/cloudflared if selected). Finally, if you consider the recommended persistent-process skill, review that other skill separately before installing.
功能分析
Type: OpenClaw Skill Name: share-local-site Version: 1.1.0 The skill provides legitimate utilities for exposing a local development server to the internet using established services like ngrok, localhost.run, and cloudflared. The instructions in SKILL.md and the logic in scripts/tunnel.sh are consistent with the stated purpose, using standard commands and configuration fixes for common web frameworks. While tunneling services inherently expose local ports to the public internet, there is no evidence of malicious intent, data exfiltration, or hidden backdoors.
能力评估
Purpose & Capability
The name/description (share a local dev server) align with the included SKILL.md and the helper script. The script and docs only invoke tunneling services (ssh to localhost.run, ngrok, cloudflared) and local checks; there are no unrelated credentials, binaries, or install actions.
Instruction Scope
Instructions direct the agent/user to run SSH/ngrok/cloudflared and to query local endpoints (e.g., localhost:4040). This is expected. Two potentially risky but coherent items are present: the SKILL.md shows a command that disables SSH host-key checking (StrictHostKeyChecking=no) for localhost.run, and it documents use of DANGEROUSLY_DISABLE_HOST_CHECK for some dev servers. Both are relevant to the task but reduce security if used carelessly; the skill does advise a pre-send checklist to verify the tunnel content before sharing.
Install Mechanism
This is instruction-only with a small helper script. There is no automatic installer, no downloads from arbitrary URLs, and no extracted archives. Suggested installs (brew, npm, or ngrok.com) are standard and optional; nothing in the package writes or executes third‑party code silently.
Credentials
The skill declares no environment variables or credentials. The only credential-like item referenced is the user's ngrok authtoken (documented as expected). No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It recommends (but does not require) installing a separate 'persistent-process' skill to keep tunnels running across agent restarts; that is a separate decision and not inherent privilege escalation in this package.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install share-local-site
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /share-local-site 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add recommendation to pair with openclaw-tmux-persistent-process for stable tunnels that survive exec session cleanup.
v1.0.0
Initial release: share localhost via ngrok, localhost.run, or cloudflared. Includes pre-send verification checklist, framework-specific fixes (Vue CLI, CRA), multi-tunnel setup, and helper script.
元数据
Slug share-local-site
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Share Local Site 是什么?

Share a local development server with anyone via a public URL. Use when you need to demo a site to a client, let a colleague preview your work, test on mobil... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 255 次。

如何安装 Share Local Site?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install share-local-site」即可一键安装,无需额外配置。

Share Local Site 是免费的吗?

是的,Share Local Site 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Share Local Site 支持哪些平台?

Share Local Site 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Share Local Site?

由 Joey Luo(@darwin7381)开发并维护,当前版本 v1.1.0。

💬 留言讨论