{
  "schemaVersion": "1.0",
  "item": {
    "slug": "android-sms-gateway",
    "name": "Android SMS Gateway",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/NadjiHamid/android-sms-gateway",
    "canonicalUrl": "https://clawhub.ai/NadjiHamid/android-sms-gateway",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/android-sms-gateway",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=android-sms-gateway",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "references/api_reference.md",
      "references/capcom6_reference.md",
      "scripts/bulk_sms.sh",
      "scripts/bulk_sms_capcom6.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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/android-sms-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/android-sms-gateway",
    "agentPageUrl": "https://openagent3.xyz/skills/android-sms-gateway/agent",
    "manifestUrl": "https://openagent3.xyz/skills/android-sms-gateway/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/android-sms-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": "Android SMS Gateway",
        "body": "Self-hosted SMS gateway using an Android phone with HTTP API integration. Full control, no third-party dependencies."
      },
      {
        "title": "Overview",
        "body": "This skill enables sending and receiving SMS messages through an Android phone running an SMS Gateway app. The phone exposes a local HTTP API that this skill uses to send messages and check received messages."
      },
      {
        "title": "Supported Apps",
        "body": "Primary (Original Scripts)\n\nSMS Gateway API (⭐ Recommended) - https://github.com/itsmeichigo/SMSGateway\nSMSGate - https://github.com/iamsmgate/smsgate\nSMS Forwarder - https://github.com/pppscn/SmsForwarder\n\ncapcom6/android-sms-gateway (New Scripts)\n\nSMS Gateway for Android - https://github.com/capcom6/android-sms-gateway\n\n✅ End-to-end encryption\n✅ Local + Cloud + Private server modes\n✅ Multi-device support\n✅ Webhooks for incoming messages\n✅ Multi-recipient bulk sends"
      },
      {
        "title": "Prerequisites",
        "body": "Android phone with SMS capability\nInstall SMS Gateway app on the phone\nPhone and OpenClaw host on same network (or port forwarding)\nConfigure app with API access enabled"
      },
      {
        "title": "Setup (Once)",
        "body": "# 1. Install SMS Gateway API app on Android\n# Download from: https://github.com/itsmeichigo/SMSGateway/releases\n\n# 2. Configure the app:\n# - Enable HTTP API server\n# - Set API token/password\n# - Note the phone's IP address and port (default: 8080)\n\n# 3. Test connectivity\ncurl http://PHONE_IP:8080/api/v1/status -H \"Authorization: Bearer YOUR_TOKEN\"\n\n# 4. Save configuration to TOOLS.md (see Configuration section)"
      },
      {
        "title": "Send SMS",
        "body": "# Basic send\n./scripts/send_sms.sh --to \"+1234567890\" --message \"Hello from OpenClaw\"\n\n# With config file\n./scripts/send_sms.sh --config ~/.openclaw/sms-gateway.json \\\n  --to \"+1234567890\" \\\n  --message \"Alert: Security scan complete\"\n\n# Via environment variables\nexport SMS_GATEWAY_URL=\"http://192.168.1.100:8080\"\nexport SMS_GATEWAY_TOKEN=\"your-api-token\"\n./scripts/send_sms.sh --to \"+1234567890\" --message \"Test message\""
      },
      {
        "title": "Check Received Messages",
        "body": "# List recent received messages\n./scripts/receive_sms.sh --limit 10\n\n# Check for new messages since timestamp\n./scripts/receive_sms.sh --since \"2026-02-22T00:00:00Z\""
      },
      {
        "title": "Check Gateway Status",
        "body": "# Verify gateway is online\n./scripts/check_status.sh"
      },
      {
        "title": "Bulk SMS",
        "body": "# Send to multiple recipients\n./scripts/bulk_sms.sh --recipients \"+1234567890,+0987654321\" --message \"Broadcast message\"\n\n# From file (one number per line)\n./scripts/bulk_sms.sh --recipients-file ./contacts.txt --message \"Alert\""
      },
      {
        "title": "Option 1: Environment Variables",
        "body": "export SMS_GATEWAY_URL=\"http://192.168.1.100:8080\"\nexport SMS_GATEWAY_TOKEN=\"your-api-token\"\nexport SMS_GATEWAY_TIMEOUT=\"30\""
      },
      {
        "title": "Option 2: Config File",
        "body": "Create ~/.openclaw/sms-gateway.json:\n\n{\n  \"gateway_url\": \"http://192.168.1.100:8080\",\n  \"api_token\": \"your-api-token\",\n  \"timeout_seconds\": 30,\n  \"default_sender\": \"+1234567890\",\n  \"retry_count\": 3\n}"
      },
      {
        "title": "Option 3: Command Line Args",
        "body": "All scripts support --url and --token flags:\n\n./scripts/send_sms.sh --url \"http://192.168.1.100:8080\" --token \"token\" --to \"+1234567890\" --message \"Hi\""
      },
      {
        "title": "Environment Variables",
        "body": "export SMS_GATEWAY_URL=\"http://192.168.1.100:8080\"  # Local server\n# export SMS_GATEWAY_URL=\"https://api.sms-gate.app/3rdparty/v1\"  # Cloud\nexport SMS_GATEWAY_USER=\"your-username\"\nexport SMS_GATEWAY_PASS=\"your-password\"\nexport SMS_GATEWAY_TIMEOUT=\"30\""
      },
      {
        "title": "Config File",
        "body": "Create ~/.openclaw/sms-gateway-capcom6.json:\n\n{\n  \"gateway_url\": \"http://192.168.1.100:8080\",\n  \"gateway_user\": \"your-username\",\n  \"gateway_pass\": \"your-password\",\n  \"server_mode\": \"local\",\n  \"timeout_seconds\": 30\n}"
      },
      {
        "title": "Usage Examples",
        "body": "# Send SMS\n./scripts/send_sms_capcom6.sh --to \"+1234567890\" --message \"Hello\"\n\n# Cloud mode\n./scripts/send_sms_capcom6.sh --mode cloud --to \"+1234567890\" --message \"Hello\"\n\n# Register webhook for incoming SMS\n./scripts/register_webhook_capcom6.sh --url \"https://your-server.com/webhook\"\n\n# Bulk send (multi-recipient in single API call)\n./scripts/bulk_sms_capcom6.sh --multi --recipients \"+1234567890,+0987654321\" --message \"Alert\"\n\n# Check status\n./scripts/check_status_capcom6.sh"
      },
      {
        "title": "Save to TOOLS.md",
        "body": "Add your configuration to TOOLS.md for reference:\n\n### Android SMS Gateway\n\n- **App:** SMS Gateway API (itsmeichigo/SMSGateway)\n- **Phone:** Samsung Galaxy, IP: 192.168.1.100\n- **Port:** 8080\n- **Token:** Stored in ~/.openclaw/sms-gateway.json (chmod 600)"
      },
      {
        "title": "API Reference",
        "body": "See references/api_reference.md for detailed API endpoints for each supported app."
      },
      {
        "title": "Network Security",
        "body": "LAN only: Keep gateway on local network when possible\nFirewall: Restrict access to gateway port\nHTTPS: Use HTTPS if exposing externally (requires app support)\nVPN: Use VPN for remote access instead of port forwarding"
      },
      {
        "title": "capcom6-Specific Security",
        "body": "FeatureBenefitE2E EncryptionMessage content encrypted before API transitPrivate ServerDeploy your own backend (no cloud dependency)Basic AuthStandard HTTP authenticationWebhooksIncoming messages pushed directly from device\n\nRecommendation: Use capcom6's private server mode for maximum security:\nhttps://docs.sms-gate.app/getting-started/private-server/"
      },
      {
        "title": "Authentication",
        "body": "Strong tokens: Use random API tokens (32+ chars)\nToken rotation: Rotate tokens periodically\nFile permissions: chmod 600 ~/.openclaw/sms-gateway.json"
      },
      {
        "title": "Rate Limiting",
        "body": "Avoid spam: Implement sending limits in your workflows\nCarrier limits: Respect SMS carrier rate limits (~1 msg/sec)\nQueue system: Use queue for bulk sends"
      },
      {
        "title": "Gateway Not Responding",
        "body": "# Check phone connectivity\nping PHONE_IP\n\n# Check API endpoint\ncurl -v http://PHONE_IP:8080/api/v1/status\n\n# Check app is running (on phone)\n# - Open SMS Gateway app\n# - Verify server is started\n# - Check logs in app"
      },
      {
        "title": "Authentication Failed",
        "body": "# Verify token\ncurl -v http://PHONE_IP:8080/api/v1/status -H \"Authorization: Bearer YOUR_TOKEN\"\n\n# Check token format (some apps use different auth headers)\n# See references/api_reference.md for app-specific auth"
      },
      {
        "title": "Message Not Sent",
        "body": "# Check phone signal\n# Check SMS balance/plan\n# Check app logs\n# Verify recipient number format (include country code)"
      },
      {
        "title": "Security Alert System",
        "body": "# Send alert when scan detects issues\n./scripts/send_sms.sh --to \"+1234567890\" \\\n  --message \"🛡️ ALERT: Vulnerability found on 192.168.1.50\""
      },
      {
        "title": "Two-Factor Auth Codes",
        "body": "# Send 2FA code (integrate with your auth system)\nCODE=$(openssl rand -base64 6 | tr -d '/+=' | head -c 6)\n./scripts/send_sms.sh --to \"$USER_PHONE\" \\\n  --message \"Your verification code: $CODE\""
      },
      {
        "title": "Scheduled Reminders",
        "body": "# Cron job for daily security reminder\n# crontab -e\n0 9 * * * /path/to/send_sms.sh --to \"+1234567890\" --message \"Daily security check: Review logs\""
      },
      {
        "title": "Monitoring Integration",
        "body": "# Nagios/Zabbix alert script\n#!/bin/bash\nSTATUS=$1\nif [ \"$STATUS\" != \"OK\" ]; then\n  ./scripts/send_sms.sh --to \"+1234567890\" --message \"MONITOR ALERT: $STATUS\"\nfi"
      },
      {
        "title": "Original (itsmeichigo/SMSGateway)",
        "body": "scripts/send_sms.sh - Send single SMS\nscripts/receive_sms.sh - Fetch received messages\nscripts/check_status.sh - Check gateway health\nscripts/bulk_sms.sh - Send to multiple recipients"
      },
      {
        "title": "capcom6/android-sms-gateway",
        "body": "scripts/send_sms_capcom6.sh - Send single SMS\nscripts/register_webhook_capcom6.sh - Register webhook for incoming SMS\nscripts/check_status_capcom6.sh - Check gateway health\nscripts/bulk_sms_capcom6.sh - Send to multiple recipients (supports multi-recipient API)"
      },
      {
        "title": "References",
        "body": "API Reference - Detailed API docs for each app\nSMS Gateway API - Primary supported app\nSMSGate - Alternative app\nSMS Forwarder - Alternative with forwarding"
      },
      {
        "title": "Notes",
        "body": "Message encoding: Scripts handle UTF-8 for international characters\nLong messages: Automatically split for messages > 160 chars (GSM) or > 70 chars (Unicode)\nDelivery reports: Some apps support delivery callbacks (see api_reference.md)\nDual SIM: Specify SIM slot if phone has dual SIM (app-dependent)"
      }
    ],
    "body": "Android SMS Gateway\n\nSelf-hosted SMS gateway using an Android phone with HTTP API integration. Full control, no third-party dependencies.\n\nOverview\n\nThis skill enables sending and receiving SMS messages through an Android phone running an SMS Gateway app. The phone exposes a local HTTP API that this skill uses to send messages and check received messages.\n\nSupported Apps\nPrimary (Original Scripts)\nSMS Gateway API (⭐ Recommended) - https://github.com/itsmeichigo/SMSGateway\nSMSGate - https://github.com/iamsmgate/smsgate\nSMS Forwarder - https://github.com/pppscn/SmsForwarder\ncapcom6/android-sms-gateway (New Scripts)\nSMS Gateway for Android - https://github.com/capcom6/android-sms-gateway\n✅ End-to-end encryption\n✅ Local + Cloud + Private server modes\n✅ Multi-device support\n✅ Webhooks for incoming messages\n✅ Multi-recipient bulk sends\nQuick Start\nPrerequisites\nAndroid phone with SMS capability\nInstall SMS Gateway app on the phone\nPhone and OpenClaw host on same network (or port forwarding)\nConfigure app with API access enabled\nSetup (Once)\n# 1. Install SMS Gateway API app on Android\n# Download from: https://github.com/itsmeichigo/SMSGateway/releases\n\n# 2. Configure the app:\n# - Enable HTTP API server\n# - Set API token/password\n# - Note the phone's IP address and port (default: 8080)\n\n# 3. Test connectivity\ncurl http://PHONE_IP:8080/api/v1/status -H \"Authorization: Bearer YOUR_TOKEN\"\n\n# 4. Save configuration to TOOLS.md (see Configuration section)\n\nCommands\nSend SMS\n# Basic send\n./scripts/send_sms.sh --to \"+1234567890\" --message \"Hello from OpenClaw\"\n\n# With config file\n./scripts/send_sms.sh --config ~/.openclaw/sms-gateway.json \\\n  --to \"+1234567890\" \\\n  --message \"Alert: Security scan complete\"\n\n# Via environment variables\nexport SMS_GATEWAY_URL=\"http://192.168.1.100:8080\"\nexport SMS_GATEWAY_TOKEN=\"your-api-token\"\n./scripts/send_sms.sh --to \"+1234567890\" --message \"Test message\"\n\nCheck Received Messages\n# List recent received messages\n./scripts/receive_sms.sh --limit 10\n\n# Check for new messages since timestamp\n./scripts/receive_sms.sh --since \"2026-02-22T00:00:00Z\"\n\nCheck Gateway Status\n# Verify gateway is online\n./scripts/check_status.sh\n\nBulk SMS\n# Send to multiple recipients\n./scripts/bulk_sms.sh --recipients \"+1234567890,+0987654321\" --message \"Broadcast message\"\n\n# From file (one number per line)\n./scripts/bulk_sms.sh --recipients-file ./contacts.txt --message \"Alert\"\n\nConfiguration\nOption 1: Environment Variables\nexport SMS_GATEWAY_URL=\"http://192.168.1.100:8080\"\nexport SMS_GATEWAY_TOKEN=\"your-api-token\"\nexport SMS_GATEWAY_TIMEOUT=\"30\"\n\nOption 2: Config File\n\nCreate ~/.openclaw/sms-gateway.json:\n\n{\n  \"gateway_url\": \"http://192.168.1.100:8080\",\n  \"api_token\": \"your-api-token\",\n  \"timeout_seconds\": 30,\n  \"default_sender\": \"+1234567890\",\n  \"retry_count\": 3\n}\n\nOption 3: Command Line Args\n\nAll scripts support --url and --token flags:\n\n./scripts/send_sms.sh --url \"http://192.168.1.100:8080\" --token \"token\" --to \"+1234567890\" --message \"Hi\"\n\ncapcom6/android-sms-gateway Configuration\nEnvironment Variables\nexport SMS_GATEWAY_URL=\"http://192.168.1.100:8080\"  # Local server\n# export SMS_GATEWAY_URL=\"https://api.sms-gate.app/3rdparty/v1\"  # Cloud\nexport SMS_GATEWAY_USER=\"your-username\"\nexport SMS_GATEWAY_PASS=\"your-password\"\nexport SMS_GATEWAY_TIMEOUT=\"30\"\n\nConfig File\n\nCreate ~/.openclaw/sms-gateway-capcom6.json:\n\n{\n  \"gateway_url\": \"http://192.168.1.100:8080\",\n  \"gateway_user\": \"your-username\",\n  \"gateway_pass\": \"your-password\",\n  \"server_mode\": \"local\",\n  \"timeout_seconds\": 30\n}\n\nUsage Examples\n# Send SMS\n./scripts/send_sms_capcom6.sh --to \"+1234567890\" --message \"Hello\"\n\n# Cloud mode\n./scripts/send_sms_capcom6.sh --mode cloud --to \"+1234567890\" --message \"Hello\"\n\n# Register webhook for incoming SMS\n./scripts/register_webhook_capcom6.sh --url \"https://your-server.com/webhook\"\n\n# Bulk send (multi-recipient in single API call)\n./scripts/bulk_sms_capcom6.sh --multi --recipients \"+1234567890,+0987654321\" --message \"Alert\"\n\n# Check status\n./scripts/check_status_capcom6.sh\n\nSave to TOOLS.md\n\nAdd your configuration to TOOLS.md for reference:\n\n### Android SMS Gateway\n\n- **App:** SMS Gateway API (itsmeichigo/SMSGateway)\n- **Phone:** Samsung Galaxy, IP: 192.168.1.100\n- **Port:** 8080\n- **Token:** Stored in ~/.openclaw/sms-gateway.json (chmod 600)\n\nAPI Reference\n\nSee references/api_reference.md for detailed API endpoints for each supported app.\n\nSecurity Considerations\nNetwork Security\nLAN only: Keep gateway on local network when possible\nFirewall: Restrict access to gateway port\nHTTPS: Use HTTPS if exposing externally (requires app support)\nVPN: Use VPN for remote access instead of port forwarding\ncapcom6-Specific Security\nFeature\tBenefit\nE2E Encryption\tMessage content encrypted before API transit\nPrivate Server\tDeploy your own backend (no cloud dependency)\nBasic Auth\tStandard HTTP authentication\nWebhooks\tIncoming messages pushed directly from device\n\nRecommendation: Use capcom6's private server mode for maximum security: https://docs.sms-gate.app/getting-started/private-server/\n\nAuthentication\nStrong tokens: Use random API tokens (32+ chars)\nToken rotation: Rotate tokens periodically\nFile permissions: chmod 600 ~/.openclaw/sms-gateway.json\nRate Limiting\nAvoid spam: Implement sending limits in your workflows\nCarrier limits: Respect SMS carrier rate limits (~1 msg/sec)\nQueue system: Use queue for bulk sends\nTroubleshooting\nGateway Not Responding\n# Check phone connectivity\nping PHONE_IP\n\n# Check API endpoint\ncurl -v http://PHONE_IP:8080/api/v1/status\n\n# Check app is running (on phone)\n# - Open SMS Gateway app\n# - Verify server is started\n# - Check logs in app\n\nAuthentication Failed\n# Verify token\ncurl -v http://PHONE_IP:8080/api/v1/status -H \"Authorization: Bearer YOUR_TOKEN\"\n\n# Check token format (some apps use different auth headers)\n# See references/api_reference.md for app-specific auth\n\nMessage Not Sent\n# Check phone signal\n# Check SMS balance/plan\n# Check app logs\n# Verify recipient number format (include country code)\n\nUsage Examples\nSecurity Alert System\n# Send alert when scan detects issues\n./scripts/send_sms.sh --to \"+1234567890\" \\\n  --message \"🛡️ ALERT: Vulnerability found on 192.168.1.50\"\n\nTwo-Factor Auth Codes\n# Send 2FA code (integrate with your auth system)\nCODE=$(openssl rand -base64 6 | tr -d '/+=' | head -c 6)\n./scripts/send_sms.sh --to \"$USER_PHONE\" \\\n  --message \"Your verification code: $CODE\"\n\nScheduled Reminders\n# Cron job for daily security reminder\n# crontab -e\n0 9 * * * /path/to/send_sms.sh --to \"+1234567890\" --message \"Daily security check: Review logs\"\n\nMonitoring Integration\n# Nagios/Zabbix alert script\n#!/bin/bash\nSTATUS=$1\nif [ \"$STATUS\" != \"OK\" ]; then\n  ./scripts/send_sms.sh --to \"+1234567890\" --message \"MONITOR ALERT: $STATUS\"\nfi\n\nScripts\nOriginal (itsmeichigo/SMSGateway)\nscripts/send_sms.sh - Send single SMS\nscripts/receive_sms.sh - Fetch received messages\nscripts/check_status.sh - Check gateway health\nscripts/bulk_sms.sh - Send to multiple recipients\ncapcom6/android-sms-gateway\nscripts/send_sms_capcom6.sh - Send single SMS\nscripts/register_webhook_capcom6.sh - Register webhook for incoming SMS\nscripts/check_status_capcom6.sh - Check gateway health\nscripts/bulk_sms_capcom6.sh - Send to multiple recipients (supports multi-recipient API)\nReferences\nAPI Reference - Detailed API docs for each app\nSMS Gateway API - Primary supported app\nSMSGate - Alternative app\nSMS Forwarder - Alternative with forwarding\nNotes\nMessage encoding: Scripts handle UTF-8 for international characters\nLong messages: Automatically split for messages > 160 chars (GSM) or > 70 chars (Unicode)\nDelivery reports: Some apps support delivery callbacks (see api_reference.md)\nDual SIM: Specify SIM slot if phone has dual SIM (app-dependent)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/NadjiHamid/android-sms-gateway",
    "publisherUrl": "https://clawhub.ai/NadjiHamid/android-sms-gateway",
    "owner": "NadjiHamid",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/android-sms-gateway",
    "downloadUrl": "https://openagent3.xyz/downloads/android-sms-gateway",
    "agentUrl": "https://openagent3.xyz/skills/android-sms-gateway/agent",
    "manifestUrl": "https://openagent3.xyz/skills/android-sms-gateway/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/android-sms-gateway/agent.md"
  }
}