ecto-connection

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".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ecto-connection" with this command: npx skills add tsheasha/reverse-proxy-local

Ecto Connection Skill

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

What It Does

  1. Installs Tailscale (if not present)
  2. Authenticates with your Tailscale account
  3. Starts Tailscale service with proper permissions
  4. Enables Funnel to expose port 18789 publicly
  5. Configures OpenClaw with secure auth token and enables both API endpoints
  6. 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?

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

yuqing-bitable-and-label

Incrementally sync data from XiaoAi API to Feishu Bitable and optionally auto-label records with machine-based type and sentiment annotations.

Registry SourceRecently Updated
General

张律师综合套装

张律师法律AI中台 - 中国首个开源法律AI技能库,涵盖刑事辩护、民商事诉讼、合同审查全流程

Registry SourceRecently Updated
General

刑事辩护

刑事辩护全流程AI助手 - 6大阶段21个模板,从接案到执行全覆盖

Registry SourceRecently Updated