← 返回 Skills 市场
Send SMS text and bulk messages via TelTel.io API
作者
TelTel-call-center
· GitHub ↗
· v1.0.1
1316
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install teltel-send-sms-text-message
功能描述
Send SMS text messages via TelTel (teltel.io) using the REST API (api.teltel.io). Includes bulk send, delivery report, and bulk sms.
安全使用建议
This skill appears to do exactly what it says: send SMS via TelTel. Before installing, verify you trust the skill owner and keep your TELTEL_API_KEY secret (it can send messages and incur charges). Use the --dry-run to preview payloads, test with a small controlled recipient list, and ensure any callback URL you provide is a trusted endpoint (TelTel will call it). Also confirm your runtime Node version supports global fetch or provide a compatible runtime; and monitor your TelTel account for unexpected usage/billing after enabling the skill.
功能分析
Type: OpenClaw Skill
Name: teltel-send-sms-text-message
Version: 1.0.1
The skill is designed to send SMS messages via the TelTel API, and all files align with this stated purpose. The Node.js scripts (`send_sms.js`, `send_sms_bulk.js`) correctly read API keys and sender information from environment variables (`TELTEL_API_KEY`, `TELTEL_SMS_FROM`) or command-line arguments, and make legitimate API calls to `https://api.teltel.io/v2`. There is no evidence of data exfiltration beyond what is necessary for the API interaction, no malicious execution patterns, no persistence mechanisms, and no prompt injection attempts in `SKILL.md` instructing the agent to perform unauthorized actions. The inclusion of a `--dry-run` option further indicates a focus on transparency and controlled execution.
能力评估
Purpose & Capability
Name/description, declared primaryEnv (TELTEL_API_KEY), SKILL.md, and the two bundled Node scripts all align: they implement single and bulk SMS sends against api.teltel.io and require an API key and optional sender/base URL. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md explicitly instructs running the included Node scripts. The scripts only read TELTEL_API_KEY, TELTEL_SMS_FROM, TELTEL_BASE_URL and CLI args, and send POST requests to the TelTel endpoints. There are no instructions to read arbitrary local files, other env vars, or to transmit data to unexpected third-party endpoints. Callbacks are optionally allowed (expected for delivery reports).
Install Mechanism
There is no install spec (instruction-only with bundled scripts). No external downloads or package installs are performed by the skill itself, and the included source is plain, unobfuscated JavaScript.
Credentials
The skill's only required credential is TELTEL_API_KEY (declared as primary). Optional env vars (TELTEL_SMS_FROM, TELTEL_BASE_URL) are reasonable for this purpose. No unrelated secrets or multiple unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills' configurations. It can be invoked by the agent (normal), but it does not elevate persistence or access beyond its scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install teltel-send-sms-text-message - 安装完成后,直接呼叫该 Skill 的名称或使用
/teltel-send-sms-text-message触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No changes detected in files for this version.
- Documentation and usage instructions remain unchanged from the previous release.
v1.0.0
- Initial release of the TelTel SMS skill.
- Send single or bulk SMS messages via TelTel API using Node scripts.
- Supports setting a default sender via environment variable or flag.
- Includes delivery report and bulk SMS capabilities.
- Skills panel integration for easy API key setup.
元数据
常见问题
Send SMS text and bulk messages via TelTel.io API 是什么?
Send SMS text messages via TelTel (teltel.io) using the REST API (api.teltel.io). Includes bulk send, delivery report, and bulk sms. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1316 次。
如何安装 Send SMS text and bulk messages via TelTel.io API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install teltel-send-sms-text-message」即可一键安装,无需额外配置。
Send SMS text and bulk messages via TelTel.io API 是免费的吗?
是的,Send SMS text and bulk messages via TelTel.io API 完全免费(开源免费),可自由下载、安装和使用。
Send SMS text and bulk messages via TelTel.io API 支持哪些平台?
Send SMS text and bulk messages via TelTel.io API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Send SMS text and bulk messages via TelTel.io API?
由 TelTel-call-center(@teltel-call-center)开发并维护,当前版本 v1.0.1。
推荐 Skills