{
  "schemaVersion": "1.0",
  "item": {
    "slug": "teltel-send-sms-text-message",
    "name": "Send SMS text and bulk messages via TelTel.io API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/TelTel-call-center/teltel-send-sms-text-message",
    "canonicalUrl": "https://clawhub.ai/TelTel-call-center/teltel-send-sms-text-message",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/teltel-send-sms-text-message",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=teltel-send-sms-text-message",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "scripts/send_sms.js",
      "scripts/send_sms_bulk.js",
      "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/teltel-send-sms-text-message"
    },
    "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/teltel-send-sms-text-message",
    "agentPageUrl": "https://openagent3.xyz/skills/teltel-send-sms-text-message/agent",
    "manifestUrl": "https://openagent3.xyz/skills/teltel-send-sms-text-message/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/teltel-send-sms-text-message/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": "Before you use the skill (TelTel prerequisites)",
        "body": "Register at https://www.teltel.io/\nAdd funds / credit to your TelTel account\nFrom the TelTel SMS section, send a test SMS first to confirm your sender name/phone is accepted/verified\nIn TelTel Settings, find your API key\nEnjoy"
      },
      {
        "title": "API key field (shown in the Skills UI)",
        "body": "This skill declares TELTEL_API_KEY as its primary env var, so the OpenClaw Skills UI can show an API key input for it.\n\nUnder the hood it maps to:\n\nskills.entries.teltel-send-sms-text-message.apiKey → TELTEL_API_KEY"
      },
      {
        "title": "Default sender",
        "body": "Set a default sender name/number (used when you do not pass --from):\n\nskills.entries.teltel-send-sms-text-message.env.TELTEL_SMS_FROM"
      },
      {
        "title": "Configure via environment variables (alternative)",
        "body": "TELTEL_API_KEY (required)\nTELTEL_SMS_FROM (optional) — default sender name/number\nTELTEL_BASE_URL (optional) — defaults to https://api.teltel.io/v2"
      },
      {
        "title": "Send a single SMS",
        "body": "node {baseDir}/scripts/send_sms.js \\\n  --to \"+3712xxxxxxx\" \\\n  --message \"Hello from TelTel\" \\\n  --from \"37167881855\"\n\nIf you omit --from, the script uses TELTEL_SMS_FROM.\n\nDry-run (prints URL + payload, does not send):\n\nnode {baseDir}/scripts/send_sms.js \\\n  --dry-run \\\n  --to \"+37111111111\" \\\n  --message \"test\" \\\n  --from \"37167881855\""
      },
      {
        "title": "Send bulk SMS",
        "body": "node {baseDir}/scripts/send_sms_bulk.js \\\n  --from \"37167881855\" \\\n  --to \"+3712...,+1...\" \\\n  --message \"Hello everyone\"\n\nThe --to list can be comma/newline/semicolon separated."
      },
      {
        "title": "API details (for reference)",
        "body": "Base URL: https://api.teltel.io/v2\nSingle SMS: POST /sms/text\n\nJSON body: { \"data\": { \"from\": \"...\", \"to\": \"+...\", \"message\": \"...\", \"callback\": \"https://...\"? } }\n\n\nBulk SMS: POST /sms/bulk/text\n\nJSON body: { \"data\": { \"from\": \"...\", \"to\": [\"+...\", \"+...\"], \"message\": \"...\", \"callback\": \"https://...\"? } }\n\nNotes:\n\nto must be in international format."
      }
    ],
    "body": "Use the bundled Node scripts to send SMS via the TelTel API.\n\nBefore you use the skill (TelTel prerequisites)\nRegister at https://www.teltel.io/\nAdd funds / credit to your TelTel account\nFrom the TelTel SMS section, send a test SMS first to confirm your sender name/phone is accepted/verified\nIn TelTel Settings, find your API key\nEnjoy\nConfigure from the OpenClaw Skills panel\nAPI key field (shown in the Skills UI)\n\nThis skill declares TELTEL_API_KEY as its primary env var, so the OpenClaw Skills UI can show an API key input for it.\n\nUnder the hood it maps to:\n\nskills.entries.teltel-send-sms-text-message.apiKey → TELTEL_API_KEY\nDefault sender\n\nSet a default sender name/number (used when you do not pass --from):\n\nskills.entries.teltel-send-sms-text-message.env.TELTEL_SMS_FROM\nConfigure via environment variables (alternative)\nTELTEL_API_KEY (required)\nTELTEL_SMS_FROM (optional) — default sender name/number\nTELTEL_BASE_URL (optional) — defaults to https://api.teltel.io/v2\nSend a single SMS\nnode {baseDir}/scripts/send_sms.js \\\n  --to \"+3712xxxxxxx\" \\\n  --message \"Hello from TelTel\" \\\n  --from \"37167881855\"\n\n\nIf you omit --from, the script uses TELTEL_SMS_FROM.\n\nDry-run (prints URL + payload, does not send):\n\nnode {baseDir}/scripts/send_sms.js \\\n  --dry-run \\\n  --to \"+37111111111\" \\\n  --message \"test\" \\\n  --from \"37167881855\"\n\nSend bulk SMS\nnode {baseDir}/scripts/send_sms_bulk.js \\\n  --from \"37167881855\" \\\n  --to \"+3712...,+1...\" \\\n  --message \"Hello everyone\"\n\n\nThe --to list can be comma/newline/semicolon separated.\n\nAPI details (for reference)\nBase URL: https://api.teltel.io/v2\nSingle SMS: POST /sms/text\nJSON body: { \"data\": { \"from\": \"...\", \"to\": \"+...\", \"message\": \"...\", \"callback\": \"https://...\"? } }\nBulk SMS: POST /sms/bulk/text\nJSON body: { \"data\": { \"from\": \"...\", \"to\": [\"+...\", \"+...\"], \"message\": \"...\", \"callback\": \"https://...\"? } }\n\nNotes:\n\nto must be in international format."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TelTel-call-center/teltel-send-sms-text-message",
    "publisherUrl": "https://clawhub.ai/TelTel-call-center/teltel-send-sms-text-message",
    "owner": "TelTel-call-center",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/teltel-send-sms-text-message",
    "downloadUrl": "https://openagent3.xyz/downloads/teltel-send-sms-text-message",
    "agentUrl": "https://openagent3.xyz/skills/teltel-send-sms-text-message/agent",
    "manifestUrl": "https://openagent3.xyz/skills/teltel-send-sms-text-message/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/teltel-send-sms-text-message/agent.md"
  }
}