{
  "schemaVersion": "1.0",
  "item": {
    "slug": "shellphone-gateway",
    "name": "Shellphone Gateway",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/loserbcc/shellphone-gateway",
    "canonicalUrl": "https://clawhub.ai/loserbcc/shellphone-gateway",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/shellphone-gateway",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shellphone-gateway",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/shellphone-gateway"
    },
    "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/shellphone-gateway",
    "agentPageUrl": "https://openagent3.xyz/skills/shellphone-gateway/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shellphone-gateway/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shellphone-gateway/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "shellphone-gateway",
        "body": "Private WebSocket gateway for connecting iOS to your AI agents. No Telegram. No Discord. No middleman."
      },
      {
        "title": "What This Does",
        "body": "ShellPhone + OpenClaw Gateway creates a direct, encrypted line between your iPhone and your self-hosted AI bots.\n\nPrivacy-first: Messages never touch third-party servers\nSelf-hosted: Runs on your hardware\nAuto-detects ollama: Zero config if you have local LLMs\nFree TTS/ASR: Via ScrappyLabs (no account needed)"
      },
      {
        "title": "1. Run the Gateway",
        "body": "# Docker (recommended)\ngit clone https://github.com/loserbcc/openclaw-gateway.git\ncd openclaw-gateway\ndocker compose up\n\n# Or Python\npip install openclaw-gateway\nopenclaw-gateway"
      },
      {
        "title": "2. Get the iOS App",
        "body": "Join the TestFlight beta: https://testflight.apple.com/join/BnjD4BEf"
      },
      {
        "title": "3. Connect",
        "body": "Scan the QR code from http://localhost:8770/setup or enter manually:\n\nURL: wss://your-server:8770/gateway\nToken: (printed on gateway startup)"
      },
      {
        "title": "Links",
        "body": "TestFlight: https://testflight.apple.com/join/BnjD4BEf\nGateway GitHub: https://github.com/loserbcc/openclaw-gateway\nScrappyLabs: https://scrappylabs.ai"
      },
      {
        "title": "License",
        "body": "MIT — do whatever you want with it."
      }
    ],
    "body": "shellphone-gateway\n\nPrivate WebSocket gateway for connecting iOS to your AI agents. No Telegram. No Discord. No middleman.\n\nWhat This Does\n\nShellPhone + OpenClaw Gateway creates a direct, encrypted line between your iPhone and your self-hosted AI bots.\n\nPrivacy-first: Messages never touch third-party servers\nSelf-hosted: Runs on your hardware\nAuto-detects ollama: Zero config if you have local LLMs\nFree TTS/ASR: Via ScrappyLabs (no account needed)\nQuick Start\n1. Run the Gateway\n# Docker (recommended)\ngit clone https://github.com/loserbcc/openclaw-gateway.git\ncd openclaw-gateway\ndocker compose up\n\n# Or Python\npip install openclaw-gateway\nopenclaw-gateway\n\n2. Get the iOS App\n\nJoin the TestFlight beta: https://testflight.apple.com/join/BnjD4BEf\n\n3. Connect\n\nScan the QR code from http://localhost:8770/setup or enter manually:\n\nURL: wss://your-server:8770/gateway\nToken: (printed on gateway startup)\nLinks\nTestFlight: https://testflight.apple.com/join/BnjD4BEf\nGateway GitHub: https://github.com/loserbcc/openclaw-gateway\nScrappyLabs: https://scrappylabs.ai\nLicense\n\nMIT — do whatever you want with it."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/loserbcc/shellphone-gateway",
    "publisherUrl": "https://clawhub.ai/loserbcc/shellphone-gateway",
    "owner": "loserbcc",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/shellphone-gateway",
    "downloadUrl": "https://openagent3.xyz/downloads/shellphone-gateway",
    "agentUrl": "https://openagent3.xyz/skills/shellphone-gateway/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shellphone-gateway/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shellphone-gateway/agent.md"
  }
}