← Back to Skills Marketplace
code-by-ai

Send Usms Uspeedo

by code-by-ai · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
297
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install send-usms-uspeedo
Description
Sends international SMS (USMS) via uspeedo platform HTTP API. Use when the user needs to send international SMS, batch SMS, verification/notification/marketi...
Usage Guidance
This skill will read your USPEEDO_ACCESSKEY_ID and USPEEDO_ACCESSKEY_SECRET from the environment (or .env) and send them as a Basic auth header to https://api.uspeedo.com to send SMS. Only install if you intend to use the uspeedo service and trust that provider. Keep credentials scoped and rotated, do not commit them to source control, and test with non-production phone numbers and templates first to avoid accidental messages/costs. Note: the SKILL.md is instruction-only (no code provided), so there is no local install — review and confirm you want an agent to be able to send SMS on your behalf before enabling.
Capability Analysis
Type: OpenClaw Skill Name: send-usms-uspeedo Version: 1.0.3 The skill provides instructions for an AI agent to send international SMS via the uspeedo HTTP API. It correctly identifies the need for environment variables (USPEEDO_ACCESSKEY_ID/SECRET) and provides standard API documentation and a workflow for the agent. While the documentation includes referral/affiliate tracking parameters in the URLs (e.g., SaleCode=JD4651), the logic is transparent, lacks obfuscation, and contains no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description, required environment variables (USPEEDO_ACCESSKEY_ID/SECRET), and the API endpoint all align with a SendBatchUSMSMessage integration. Optional template and sender env vars are sensible for SMS templating.
Instruction Scope
SKILL.md confines runtime actions to reading declared env vars (and optional .env), constructing an Authorization header, and POSTing JSON to the uspeedo HTTPS API. It explicitly instructs to stop and prompt the user if credentials or template IDs are missing.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is downloaded or written to disk by the skill itself.
Credentials
Only asks for the service-specific API credentials and optional template/sender IDs. The requested env vars are proportional and appropriate for calling the uspeedo API.
Persistence & Privilege
always is false; the skill does not request persistent platform-wide privileges or to modify other skills. It only reads its own declared env vars.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install send-usms-uspeedo
  3. After installation, invoke the skill by name or use /send-usms-uspeedo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Updated uspeedo console and registration links to new URLs using official campaign codes. - No functional or logic changes; documentation now directs users to the updated uspeedo registration and AI communication portal.
v1.0.2
- Added homepage and metadata fields to SKILL.md for improved documentation and integration. - No changes to core functionality or usage instructions.
v1.0.1
- No user-visible changes; documentation and implementation remain unchanged. - Version updated to 1.0.1 with no file modifications detected.
v1.0.0
Initial release — enables sending international SMS via the uspeedo platform. - Supports sending verification, notification, and marketing SMS messages in batch using uspeedo’s SendBatchUSMSMessage API. - Performs environment variable pre-checks for AccessKey and template IDs, with detailed user guidance if configuration is missing. - Allows full-variable templates; message content is filled as the entire TemplateParams. - Returns clear guidance for error cases such as missing AccessKey or template ID, and for invalid AccessKey errors. - Includes reference curl examples for real-world usage.
Metadata
Slug send-usms-uspeedo
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Send Usms Uspeedo?

Sends international SMS (USMS) via uspeedo platform HTTP API. Use when the user needs to send international SMS, batch SMS, verification/notification/marketi... It is an AI Agent Skill for Claude Code / OpenClaw, with 297 downloads so far.

How do I install Send Usms Uspeedo?

Run "/install send-usms-uspeedo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Send Usms Uspeedo free?

Yes, Send Usms Uspeedo is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Send Usms Uspeedo support?

Send Usms Uspeedo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Send Usms Uspeedo?

It is built and maintained by code-by-ai (@code-by-ai); the current version is v1.0.3.

💬 Comments