{
  "schemaVersion": "1.0",
  "item": {
    "slug": "reverse-proxy-local",
    "name": "Reverse proxy from internet to open claw",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/tsheasha/reverse-proxy-local",
    "canonicalUrl": "https://clawhub.ai/tsheasha/reverse-proxy-local",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/reverse-proxy-local",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reverse-proxy-local",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/disconnect.sh",
      "scripts/status.sh",
      "scripts/package-for-friend.sh",
      "scripts/connect.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "reverse-proxy-local",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T05:32:34.423Z",
      "expiresAt": "2026-05-08T05:32:34.423Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reverse-proxy-local",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reverse-proxy-local",
        "contentDisposition": "attachment; filename=\"reverse-proxy-local-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "reverse-proxy-local"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/reverse-proxy-local"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/reverse-proxy-local",
    "agentPageUrl": "https://openagent3.xyz/skills/reverse-proxy-local/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reverse-proxy-local/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reverse-proxy-local/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Ecto Connection Skill",
        "body": "One-command setup to expose OpenClaw to the internet via Tailscale Funnel with secure authentication."
      },
      {
        "title": "What It Does",
        "body": "Installs Tailscale (if not present)\nAuthenticates with your Tailscale account\nStarts Tailscale service with proper permissions\nEnables Funnel to expose port 18789 publicly\nConfigures OpenClaw with secure auth token and enables both API endpoints\nRestarts gateway with new settings"
      },
      {
        "title": "Usage",
        "body": "When user says \"connect with ecto\" or similar:\n\n~/.openclaw/workspace/skills/ecto-connection/scripts/connect.sh"
      },
      {
        "title": "Commands",
        "body": "Connect (full setup):\n\n./scripts/connect.sh\n\nCheck status:\n\n./scripts/status.sh\n\nDisconnect (disable funnel):\n\n./scripts/disconnect.sh"
      },
      {
        "title": "Output",
        "body": "On success, the script outputs:\n\nPublic URL: https://<machine>.tail<xxxxx>.ts.net/v1/chat/completions\nAuth token for API access\nExample curl command"
      },
      {
        "title": "Requirements",
        "body": "macOS with Homebrew\nTailscale account (free at tailscale.com)\nsudo access (for Tailscale service)"
      },
      {
        "title": "Security",
        "body": "Generates cryptographically random 32-byte auth token\nRequires Bearer token for all API requests\nFunnel uses Tailscale's automatic TLS certificates\nGateway binds to loopback (only accessible via Funnel)"
      },
      {
        "title": "After Setup",
        "body": "Use the OpenAI-compatible API:\n\ncurl https://<your-url>/v1/chat/completions \\\n  -H \"Authorization: Bearer <your-token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"messages\":[{\"role\":\"user\",\"content\":\"Hello!\"}]}'"
      },
      {
        "title": "Troubleshooting",
        "body": "Funnel not working?\n\nEnsure Funnel is enabled on your tailnet: https://login.tailscale.com/admin/machines\nCheck: tailscale funnel status\n\nAuth errors?\n\nToken is in: ~/.openclaw/ecto-credentials.json\nRegenerate with: ./scripts/connect.sh --regenerate-token\n\nGateway not responding?\n\nCheck logs: cat /tmp/openclaw-gateway.log\nRestart: ./scripts/connect.sh --restart"
      }
    ],
    "body": "Ecto Connection Skill\n\nOne-command setup to expose OpenClaw to the internet via Tailscale Funnel with secure authentication.\n\nWhat It Does\nInstalls Tailscale (if not present)\nAuthenticates with your Tailscale account\nStarts Tailscale service with proper permissions\nEnables Funnel to expose port 18789 publicly\nConfigures OpenClaw with secure auth token and enables both API endpoints\nRestarts gateway with new settings\nUsage\n\nWhen user says \"connect with ecto\" or similar:\n\n~/.openclaw/workspace/skills/ecto-connection/scripts/connect.sh\n\nCommands\n\nConnect (full setup):\n\n./scripts/connect.sh\n\n\nCheck status:\n\n./scripts/status.sh\n\n\nDisconnect (disable funnel):\n\n./scripts/disconnect.sh\n\nOutput\n\nOn success, the script outputs:\n\nPublic URL: https://<machine>.tail<xxxxx>.ts.net/v1/chat/completions\nAuth token for API access\nExample curl command\nRequirements\nmacOS with Homebrew\nTailscale account (free at tailscale.com)\nsudo access (for Tailscale service)\nSecurity\nGenerates cryptographically random 32-byte auth token\nRequires Bearer token for all API requests\nFunnel uses Tailscale's automatic TLS certificates\nGateway binds to loopback (only accessible via Funnel)\nAfter Setup\n\nUse the OpenAI-compatible API:\n\ncurl https://<your-url>/v1/chat/completions \\\n  -H \"Authorization: Bearer <your-token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"messages\":[{\"role\":\"user\",\"content\":\"Hello!\"}]}'\n\nTroubleshooting\n\nFunnel not working?\n\nEnsure Funnel is enabled on your tailnet: https://login.tailscale.com/admin/machines\nCheck: tailscale funnel status\n\nAuth errors?\n\nToken is in: ~/.openclaw/ecto-credentials.json\nRegenerate with: ./scripts/connect.sh --regenerate-token\n\nGateway not responding?\n\nCheck logs: cat /tmp/openclaw-gateway.log\nRestart: ./scripts/connect.sh --restart"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/tsheasha/reverse-proxy-local",
    "publisherUrl": "https://clawhub.ai/tsheasha/reverse-proxy-local",
    "owner": "tsheasha",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/reverse-proxy-local",
    "downloadUrl": "https://openagent3.xyz/downloads/reverse-proxy-local",
    "agentUrl": "https://openagent3.xyz/skills/reverse-proxy-local/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reverse-proxy-local/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reverse-proxy-local/agent.md"
  }
}