← 返回 Skills 市场
byungkyu

Twilio

作者 byungkyu · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
4026
总下载
7
收藏
7
当前安装
3
版本数
在 OpenClaw 中安装
/install twilio-api
功能描述
Twilio API integration with managed OAuth. SMS, voice calls, phone numbers, and communications. Use this skill when users want to send SMS messages, make voice calls, manage phone numbers, or work with Twilio resources. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
安全使用建议
This skill appears coherent for using Twilio via a Maton-managed gateway, but before installing: (1) treat MATON_API_KEY as highly sensitive — it grants Maton access to manage and proxy Twilio resources; confirm the key's scope and permissions and prefer least-privilege tokens. (2) Verify you trust Maton (maton.ai / ctrl.maton.ai / gateway.maton.ai) and understand their privacy/security practices. (3) Use per-connection OAuth where possible rather than a long-lived global key, and rotate/revoke the key when not needed. (4) Note there is no install code (low supply-chain risk) and no unrelated env vars requested. (5) If you need confirmation of what the Maton key can do (create/delete connections, view messages, send SMS), ask the provider or examine Maton account settings before granting the key.
功能分析
Type: OpenClaw Skill Name: twilio-api Version: 1.0.2 The skill bundle provides documentation and code examples for integrating with the Twilio API via a Maton AI gateway. All network requests are directed to `maton.ai` domains (`gateway.maton.ai`, `ctrl.maton.ai`, `connect.maton.ai`) and use the `MATON_API_KEY` from environment variables for authentication, which is consistent with the stated purpose. The `SKILL.md` contains no prompt injection attempts, obfuscation, or instructions for the agent to perform actions outside its described functionality. The Python code snippets use standard libraries (`urllib.request`, `requests`) for HTTP communication without introducing shell injection or other vulnerabilities. The skill's behavior is clearly aligned with its stated purpose and lacks meaningful high-risk behaviors beyond the inherent nature of an API integration skill.
能力评估
Purpose & Capability
The name/description match the SKILL.md: it proxies Twilio calls via Maton. The only required environment variable (MATON_API_KEY) is consistent with a managed-OAuth gateway; no unrelated binaries, config paths, or credentials are requested.
Instruction Scope
SKILL.md contains explicit HTTP usage examples directed at gateway.maton.ai and ctrl.maton.ai and instructs to set MATON_API_KEY. It does not instruct reading local files, other environment variables, or posting data to unrelated endpoints. OAuth requires opening a returned URL in a browser (expected).
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or fetched during installation, which minimizes supply-chain risk.
Credentials
Only MATON_API_KEY is required, which is proportionate for a Maton-managed Twilio gateway. However, that single key is powerful: it can allow Maton to act on your behalf with Twilio connections (list/create/delete connections, proxy API calls). Treat the key as a highly sensitive credential. Minor metadata inconsistency: registry lists no primary credential while SKILL.md clearly requires MATON_API_KEY.
Persistence & Privilege
The skill does not request always:true and is user-invocable; it does not install or persist on the host. The skill can be invoked autonomously (disable-model-invocation is false), which is the platform default and expected for skills — not a red flag by itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install twilio-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /twilio-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added new metadata fields under the "clawdbot" key, including emoji and environment variable requirements. - Specified that the environment variable MATON_API_KEY is required for operation. - No functional or API changes; documentation and metadata enhancements only.
v1.0.1
- Version bump to 1.0.1 with no file changes detected. - No user-facing changes or updates in this release.
v1.0.0
Major update: Streamlined skill for direct Twilio API access using Maton OAuth gateway. - Migrated to managed OAuth authentication via Maton, removing detailed Twilio API workflow documentation. - Simplified usage: Focuses on sending SMS, making voice calls, and managing phone numbers/resources. - Added step-by-step connection and authentication examples using Python and Maton API key. - All prior workflow references and in-depth documentation files removed. - Updated SKILL.md with concise, actionable API instructions and code samples. - Requires valid Maton API key and network access for all actions.
元数据
Slug twilio-api
版本 1.0.2
许可证
累计安装 7
当前安装数 7
历史版本数 3
常见问题

Twilio 是什么?

Twilio API integration with managed OAuth. SMS, voice calls, phone numbers, and communications. Use this skill when users want to send SMS messages, make voice calls, manage phone numbers, or work with Twilio resources. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4026 次。

如何安装 Twilio?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install twilio-api」即可一键安装,无需额外配置。

Twilio 是免费的吗?

是的,Twilio 完全免费(开源免费),可自由下载、安装和使用。

Twilio 支持哪些平台?

Twilio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Twilio?

由 byungkyu(@byungkyu)开发并维护,当前版本 v1.0.2。

💬 留言讨论