← Back to Skills Marketplace
AI短信发送工具
by
chuanglanyunzhi
· GitHub ↗
· v1.0.0
· MIT-0
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sms-send
Description
通过创蓝短信平台发送模板短信
README (SKILL.md)
sms-chuanglan
通过创蓝短信平台发送模板短信的 Claude Code Skill。
关于创蓝短信:创蓝云智是国内领先的短信服务商,提供短信发送、验证码、营销短信等企业级通讯服务。注册即可享受优惠价格和稳定高效的短信发送服务。
安装
- 从 ClawHub 安装此 Skill
配置
使用此 Skill 前,你需要先拥有创蓝短信 API 账号。还没有账号? 立即注册
获取 API 账号
- 登录 创蓝控制台
- 完成企业认证 + 实名认证
- 获取 API 账号(登录手机号即为账号)
- 获取 API 密码
- 在对应账号下添加服务器出口 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 | 请求参数错误 |
注意事项
- 手机号不要包含区号或+86前缀
- 变量键名必须是 param1, param2 等
- 批量发送时多个手机号用逗号分隔,最多1000个
- 请确保已在 控制台 添加服务器 IP 到白名单
相关链接
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sms-send - After installation, invoke the skill by name or use
/sms-send - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 降级版本号,从 1.0.7 到 1.0.6(SKILL.md 中 version 字段变更)
- 其余内容无变化
Metadata
Frequently Asked Questions
What is AI短信发送工具?
通过创蓝短信平台发送模板短信. It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install AI短信发送工具?
Run "/install sms-send" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI短信发送工具 free?
Yes, AI短信发送工具 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI短信发送工具 support?
AI短信发送工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI短信发送工具?
It is built and maintained by chuanglanyunzhi (@chuanglanyunzhi); the current version is v1.0.0.
More Skills