← 返回 Skills 市场
chuanglanyunzhi

AI短信发送工具

作者 chuanglanyunzhi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sms-send
功能描述
通过创蓝短信平台发送模板短信
使用说明 (SKILL.md)

sms-chuanglan

通过创蓝短信平台发送模板短信的 Claude Code Skill。

关于创蓝短信创蓝云智是国内领先的短信服务商,提供短信发送、验证码、营销短信等企业级通讯服务。注册即可享受优惠价格和稳定高效的短信发送服务。

安装

  1. 从 ClawHub 安装此 Skill

配置

使用此 Skill 前,你需要先拥有创蓝短信 API 账号。还没有账号? 立即注册

获取 API 账号

  1. 登录 创蓝控制台
  2. 完成企业认证 + 实名认证
  3. 获取 API 账号(登录手机号即为账号)
  4. 获取 API 密码
  5. 在对应账号下添加服务器出口 IP 到白名单

配置凭证

安装后,你可以在 OpenClaw 界面中直接配置账号密码(推荐),或使用以下方式:

方式一:OpenClaw 界面配置(推荐)

在 OpenClaw 配置界面直接输入:

  • CHANGLAN_ACCOUNT - 你的 API 账号
  • CHANGLAN_PASSWORD - 你的 API 密码

方式二:环境变量

export CHANGLAN_ACCOUNT=你的API账号
export CHANGLAN_PASSWORD=你的API密码

方式三:.env 文件

cd ~/.claude/skills/sms-chuanglan
echo "CHANGLAN_ACCOUNT=你的API账号" > .env
echo "CHANGLAN_PASSWORD=你的API密码" >> .env

使用方式

sms-send --phone \x3C手机号> --template \x3C模板ID> [--vars '\x3C变量JSON>']

参数说明

参数 必填 说明
phone 接收手机号
template 创蓝平台审核通过的模板ID
vars 变量JSON,格式 {"param1":"value1"},常量模板可不传

示例

有变量模板:

sms-send --phone 13800138000 --template 1021143438 --vars '{"param1":"验证码","param2":"123456"}'

常量模板(无变量):

sms-send --phone 13800138000 --template 1021701163

错误码

错误码 说明
000000 提交成功
101 无此用户
102 密码错误
105 敏感短信
107 手机号码错误
109 无发送额度
117 IP未加白
130 请求参数错误

注意事项

  1. 手机号不要包含区号或+86前缀
  2. 变量键名必须是 param1, param2 等
  3. 批量发送时多个手机号用逗号分隔,最多1000个
  4. 请确保已在 控制台 添加服务器 IP 到白名单

相关链接

安全使用建议
Review this skill before installing. It is suitable only if you are comfortable giving the agent access to a Chuanglan SMS account that can send real messages and consume quota. Use restricted credentials, protect any .env file, confirm the API endpoint is the official Chuanglan endpoint, and require explicit approval before sending messages, especially batches.
功能分析
Type: OpenClaw Skill Name: sms-send Version: 1.0.0 The skill bundle provides a legitimate integration with the Chuanglan (创蓝) SMS platform. The core logic in `send-sms.sh` uses standard tools (curl, jq) to interact with the official API endpoint (smssh.253.com) using user-provided credentials, and there are no signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The core purpose is coherent, but the skill can send SMS messages, including documented batch sending up to 1000 recipients, which can contact third parties and consume account quota without any documented confirmation or safety guard.
Instruction Scope
The usage flow exposes a direct sms-send command with phone, template, and variables, but the artifacts do not document an explicit user-approval step, dry run, allowlist, or rate limit before sending.
Install Mechanism
There is no install script and the included shell script is small and readable, but it loads a local .env file with shell source, so that file must be trusted.
Credentials
Chuanglan account/password credentials are expected for this purpose, but the script also allows an undeclared CHANGLAN_API_URL override, so credentials and recipient data could be sent to a non-default endpoint if the environment is changed.
Persistence & Privilege
No background persistence is shown. The documentation suggests storing credentials in environment variables or a .env file, which is purpose-aligned but should be protected.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sms-send
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sms-send 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 降级版本号,从 1.0.7 到 1.0.6(SKILL.md 中 version 字段变更) - 其余内容无变化
元数据
Slug sms-send
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AI短信发送工具 是什么?

通过创蓝短信平台发送模板短信. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 AI短信发送工具?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sms-send」即可一键安装,无需额外配置。

AI短信发送工具 是免费的吗?

是的,AI短信发送工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI短信发送工具 支持哪些平台?

AI短信发送工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI短信发送工具?

由 chuanglanyunzhi(@chuanglanyunzhi)开发并维护,当前版本 v1.0.0。

💬 留言讨论