← 返回 Skills 市场
Sending SMS
作者
sendly-live
· GitHub ↗
· v1.0.0
· MIT-0
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sending-sms
功能描述
Sends SMS messages via the Sendly API with the Node.js SDK or REST API. Handles single messages, batch sends, scheduling, conversations, and sandbox testing....
安全使用建议
Key issues: the SKILL.md requires SENDLY_API_KEY and shows npm SDK usage, but the skill manifest does not declare those requirements and the source/homepage are unknown. Before installing: (1) Do not put a live Sendly API key into an agent unless you trust the skill — use a sandbox/test key (sk_test_*) for evaluation. (2) Verify the Sendly domain and the @sendly/node package exist and are legitimate (check npm and the sendly.live docs/openapi links). (3) Ask the publisher to update the metadata to declare SENDLY_API_KEY and required tooling (Node/npm) or decline installation. (4) Remember an API key in the environment could be used autonomously by the agent to send messages (and incur costs); restrict scope/permissions and rotate keys if you test with a real key.
功能分析
Type: OpenClaw Skill
Name: sending-sms
Version: 1.0.0
The skill bundle provides standard documentation and code examples for integrating with the Sendly SMS API (sendly.live). It includes instructions for using a Node.js SDK (@sendly/node) and REST API, correctly handles authentication via environment variables (SENDLY_API_KEY), and provides legitimate sandbox testing parameters without any signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
The SKILL.md describes sending SMS via Sendly and shows code using process.env.SENDLY_API_KEY and npm installation of @sendly/node, but the registry metadata lists no required environment variables, no primary credential, and no required binaries. Requiring an API key and an SDK is expected for this purpose, but the manifest fails to declare them.
Instruction Scope
The runtime instructions stay on-topic (curl examples, SDK usage, scheduling, batch sends, sandbox numbers, and API docs). They instruct the agent to read SENDLY_API_KEY from environment, which is appropriate for operation but is not declared in the skill metadata — this gap is the main scope concern. The instructions do not ask for unrelated system files or credentials.
Install Mechanism
This is an instruction-only skill with no install spec or code files, which is low-risk in itself. The SKILL.md recommends using the @sendly/node npm package, which is reasonable, but the skill does not declare that dependency or provide an install step in its metadata.
Credentials
The instructions require an API key stored in SENDLY_API_KEY (sk_test_* or sk_live_*), but the skill metadata declares no required env vars or primary credential. A credential is required for the described functionality; the omission is disproportionate and unexpected. Also note that live keys could incur costs and send real SMS if used.
Persistence & Privilege
The skill does not request always:true or elevated persistence and is user-invocable only. Autonomous invocation is allowed (platform default), which combined with an undeclared API key would let the agent send messages using whatever SENDLY_API_KEY is present — this is a caution but not a metadata privilege misconfiguration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sending-sms - 安装完成后,直接呼叫该 Skill 的名称或使用
/sending-sms触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the sending-sms skill.
- Send SMS messages using the Sendly API via Node.js SDK or REST API.
- Supports single messages, batch sending (up to 10,000 recipients), message scheduling, and SMS conversations.
- Includes sandbox testing with test API keys and magic phone numbers.
- Handles both transactional and marketing message types, with compliance notes.
- Full documentation and API references linked.
元数据
常见问题
Sending SMS 是什么?
Sends SMS messages via the Sendly API with the Node.js SDK or REST API. Handles single messages, batch sends, scheduling, conversations, and sandbox testing.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 Sending SMS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sending-sms」即可一键安装,无需额外配置。
Sending SMS 是免费的吗?
是的,Sending SMS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sending SMS 支持哪些平台?
Sending SMS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sending SMS?
由 sendly-live(@sendly-live)开发并维护,当前版本 v1.0.0。
推荐 Skills