← 返回 Skills 市场
Smsapi
作者
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
192
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install smsapi
功能描述
SMSAPI integration. Manage SMSes, Contacts, Groups, Campaigns, Templates. Use when the user wants to interact with SMSAPI data.
安全使用建议
This skill is coherent: it uses the Membrane CLI as an intermediary to talk to SMSAPI and does not ask for unrelated secrets. Before installing or using it, consider: (1) you will need a Membrane account — review Membrane's privacy/security policies because Membrane will store/manage your SMSAPI credentials; (2) the SKILL.md asks you to run a global npm install (or npx) which pulls code from npm — only proceed if you trust @membranehq/cli or have inspected its repository; (3) the skill will perform network calls to Membrane and SMSAPI via the connector, so confirm this data flow fits your privacy/compliance needs; (4) if you prefer not to install a global CLI, you can run the CLI via npx for transient use. Overall the skill appears internally consistent and proportional to its stated purpose.
功能分析
Type: OpenClaw Skill
Name: smsapi
Version: 1.0.3
The smsapi skill is a legitimate integration for the Membrane platform, providing instructions for an AI agent to manage SMS, contacts, and campaigns via the Membrane CLI. It follows security best practices by delegating credential management to the Membrane service and uses standard npm installation and CLI commands (membrane) for its operations. No indicators of malicious intent or unauthorized data access were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (SMSAPI integration) matches the SKILL.md: it instructs the agent to use the Membrane CLI and a Membrane connection with the smsapi connector. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
The runtime instructions focus on installing and using the Membrane CLI, authenticating via Membrane, creating a connection, discovering actions, and running actions. The instructions do not ask the agent to read arbitrary files, environment variables, or system configuration outside of using the CLI and network access. They do rely on the user completing an interactive authentication flow (or copying a code for headless flows).
Install Mechanism
There is no platform install spec in the registry, but the SKILL.md instructs installing @membranehq/cli via npm (npm install -g @membranehq/cli@latest) or using npx. Installing a global npm package is a common, expected step for a CLI client, but it does mean code will be pulled from the npm registry and installed on the host — users should trust the package and review its source if concerned.
Credentials
The skill declares no required environment variables or primary credentials, and the instructions explicitly advise not asking the user for API keys (Membrane handles auth server-side). The only external trust required is the user's Membrane account and the Membrane service managing SMSAPI credentials.
Persistence & Privilege
The skill is instruction-only and does not request always:true or other elevated platform privileges. Installing the Membrane CLI is a user-initiated action that creates a persistent binary, but the skill itself does not demand persistent agent-level privileges or modify other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smsapi - 安装完成后,直接呼叫该 Skill 的名称或使用
/smsapi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Smsapi 是什么?
SMSAPI integration. Manage SMSes, Contacts, Groups, Campaigns, Templates. Use when the user wants to interact with SMSAPI data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 192 次。
如何安装 Smsapi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smsapi」即可一键安装,无需额外配置。
Smsapi 是免费的吗?
是的,Smsapi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Smsapi 支持哪些平台?
Smsapi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Smsapi?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。
推荐 Skills