← Back to Skills Marketplace
fr3kstyle

Twilio Comms

by fr3kstyle · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
149
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install twilio-comms
Description
Twilio SMS, Voice, WhatsApp, and Verify (2FA) — send messages, make calls, and run verification flows from the CLI.
Usage Guidance
This package appears to implement a legitimate Twilio CLI, but take these precautions before installing or supplying credentials: - Confirm the source: the owner and homepage are unknown. Prefer packages from a known author or official repo. - Metadata mismatch: the registry did not declare required env vars even though SKILL.md and the script require TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, and TWILIO_FROM_NUMBER. Don't assume the registry listing is complete. - Limit exposure of credentials: use a Twilio API Key/Secret or a dedicated subaccount with minimal permissions and test credits, not your primary production account SID/token. Rotate keys after testing. - Review the script locally: the code is short and readable; inspect it yourself and run it in an isolated environment before providing real credentials. - Understand risk: these credentials can send messages and place calls (which can incur charges and leak information). Only provide them to trusted code and consider running on a machine/account with restricted network and billing limits. If the package maintainer/registry entry is updated to declare required env vars and provide a verifiable homepage or source repository, and you can verify the script contents match that source, the concerns would be reduced.
Capability Analysis
Type: OpenClaw Skill Name: twilio-comms Version: 1.0.0 The twilio-comms skill bundle is a standard CLI wrapper for the Twilio API, supporting SMS, Voice, WhatsApp, and 2FA verification. The Python script (scripts/twilio_comms.py) uses the requests library to interact with official Twilio endpoints (api.twilio.com and verify.twilio.com) and correctly handles credentials via environment variables without any evidence of malicious behavior or data exfiltration.
Capability Assessment
Purpose & Capability
The SKILL.md and included script implement the stated Twilio SMS/Voice/WhatsApp/Verify functionality. However the registry metadata lists no required environment variables or primary credential, while both SKILL.md and the script require TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN and TWILIO_FROM_NUMBER (and optionally TWILIO_VERIFY_SERVICE_SID). This metadata omission is an incoherence.
Instruction Scope
Runtime instructions and the script are narrowly scoped to calling Twilio APIs (api.twilio.com and verify.twilio.com) and formatting output. The script does not read arbitrary files, other credentials, or transmit data to third-party endpoints beyond Twilio. Commands and arguments are explicit.
Install Mechanism
There is no install spec (instruction-only usage) and the included code is a plain Python script that uses requests. No downloads from third-party URLs, no archive extraction, and no package managers are invoked — low installation risk. Note: the script will be executed from its path (scripts/twilio_comms.py).
Credentials
The script legitimately requires sensitive Twilio credentials (account SID and auth token) and a sender number, but the skill metadata does not declare these env vars or a primary credential. That mismatch is problematic because users may not realize they must provide secrets, and the owner is unknown. The number and type of env vars requested by the code are otherwise proportionate to the stated purpose.
Persistence & Privilege
The skill is not marked always:true, does not request persistence, and does not alter other skills or system-wide configuration. Model invocation is allowed (default) which is normal for user-invocable skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install twilio-comms
  3. After installation, invoke the skill by name or use /twilio-comms
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
SMS, Voice, WhatsApp, Verify/2FA via Twilio API
Metadata
Slug twilio-comms
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Twilio Comms?

Twilio SMS, Voice, WhatsApp, and Verify (2FA) — send messages, make calls, and run verification flows from the CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install Twilio Comms?

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

Is Twilio Comms free?

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

Which platforms does Twilio Comms support?

Twilio Comms is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Twilio Comms?

It is built and maintained by fr3kstyle (@fr3kstyle); the current version is v1.0.0.

💬 Comments