← Back to Skills Marketplace
Smsapi
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
192
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install smsapi
Description
SMSAPI integration. Manage SMSes, Contacts, Groups, Campaigns, Templates. Use when the user wants to interact with SMSAPI data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smsapi - After installation, invoke the skill by name or use
/smsapi - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Smsapi?
SMSAPI integration. Manage SMSes, Contacts, Groups, Campaigns, Templates. Use when the user wants to interact with SMSAPI data. It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.
How do I install Smsapi?
Run "/install smsapi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Smsapi free?
Yes, Smsapi is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Smsapi support?
Smsapi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Smsapi?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills