← All skills
Tencent SkillHub · Communication & Collaboration

Reverse proxy from internet to open claw

Connect OpenClaw to the internet via Tailscale Funnel. Use when user says "connect with ecto", "setup ecto connection", "expose openclaw publicly", or "enable external access".

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Connect OpenClaw to the internet via Tailscale Funnel. Use when user says "connect with ecto", "setup ecto connection", "expose openclaw publicly", or "enable external access".

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/disconnect.sh, scripts/status.sh, scripts/package-for-friend.sh, scripts/connect.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Ecto Connection Skill

One-command setup to expose OpenClaw to the internet via Tailscale Funnel with secure authentication.

What It Does

Installs Tailscale (if not present) Authenticates with your Tailscale account Starts Tailscale service with proper permissions Enables Funnel to expose port 18789 publicly Configures OpenClaw with secure auth token and enables both API endpoints Restarts gateway with new settings

Usage

When user says "connect with ecto" or similar: ~/.openclaw/workspace/skills/ecto-connection/scripts/connect.sh

Commands

Connect (full setup): ./scripts/connect.sh Check status: ./scripts/status.sh Disconnect (disable funnel): ./scripts/disconnect.sh

Output

On success, the script outputs: Public URL: https://<machine>.tail<xxxxx>.ts.net/v1/chat/completions Auth token for API access Example curl command

Requirements

macOS with Homebrew Tailscale account (free at tailscale.com) sudo access (for Tailscale service)

Security

Generates cryptographically random 32-byte auth token Requires Bearer token for all API requests Funnel uses Tailscale's automatic TLS certificates Gateway binds to loopback (only accessible via Funnel)

After Setup

Use the OpenAI-compatible API: curl https://<your-url>/v1/chat/completions \ -H "Authorization: Bearer <your-token>" \ -H "Content-Type: application/json" \ -d '{"messages":[{"role":"user","content":"Hello!"}]}'

Troubleshooting

Funnel not working? Ensure Funnel is enabled on your tailnet: https://login.tailscale.com/admin/machines Check: tailscale funnel status Auth errors? Token is in: ~/.openclaw/ecto-credentials.json Regenerate with: ./scripts/connect.sh --regenerate-token Gateway not responding? Check logs: cat /tmp/openclaw-gateway.log Restart: ./scripts/connect.sh --restart

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts2 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/connect.sh Scripts
  • scripts/disconnect.sh Scripts
  • scripts/package-for-friend.sh Scripts
  • scripts/status.sh Scripts