← 返回 Skills 市场
typhonius

pidgesms

作者 Adam Malone · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
529
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pidgesms
功能描述
Send and read SMS text messages via an Android phone using pidge. Use when asked to send a text, check texts, read SMS inbox, or reply to a text message.
安全使用建议
This skill appears coherent and implements exactly what it claims: a thin wrapper around the pidge CLI to interact with an Android SMS Gateway. Before installing, verify you trust the upstream pidge project (SKILL.md suggests installing via `go install github.com/typhonius/pidge@latest` which fetches code from GitHub). Secure your phone and gateway (run the Android SMS Gateway only on trusted networks), inspect ~/.config/pidge/config.toml for any credentials or webhook endpoints, and test with a controlled phone number. If you want to prevent accidental or automated sends, consider disabling autonomous skill invocation for this skill (or require explicit user approval) so the agent cannot send SMS without your confirmation.
功能分析
Type: OpenClaw Skill Name: pidgesms Version: 1.0.0 The skill is designed to interact with an SMS gateway via the `pidge` CLI tool. While SMS interaction inherently involves sensitive data, the `SKILL.md` explicitly includes comprehensive 'Safety rules' that instruct the AI agent to confirm recipients, avoid sending sensitive information, prevent bulk messages, and never leak private SMS content into group chats. These instructions actively mitigate potential misuse and demonstrate an intent for responsible operation, rather than malicious activity. The installation method (`go install`) is standard for Go tools, and no other high-risk behaviors, obfuscation, or exfiltration attempts are present.
能力评估
Purpose & Capability
Name/description (SMS via pidge) align with the declared runtime requirements: the skill only requires the pidge binary and the pidge config (~/.config/pidge/config.toml). There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs only on running the pidge CLI (send, inbox, status, ack/unack, health) and references pidge's config file. It does not instruct reading other files, scanning the system, or posting SMS content to external endpoints unrelated to the Android SMS Gateway.
Install Mechanism
The registry lists no formal install spec, but the SKILL.md metadata suggests `go install github.com/typhonius/pidge@latest`. That will fetch and build code from the public GitHub repo (moderate trust requirement). This is not a private/paste URL or arbitrary binary download, but it does pull external code to disk — review the upstream project before installing.
Credentials
No environment variables or credentials are requested. The only config path referenced is pidge's config (~/.config/pidge/config.toml), which is appropriate for the stated purpose.
Persistence & Privilege
The skill does not request permanent/always-on inclusion (always:false) and does not modify other skills. It is callable by the model (default behavior) — because the skill can send real SMS, consider the implications of autonomous invocation (the platform default) if you need to prevent the agent from sending messages without explicit approval.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pidgesms
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pidgesms 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of pidgesms — send and read SMS using an Android phone via the pidge CLI. - Send SMS messages to E.164 formatted numbers using the pidge command. - Check delivery status of sent messages. - Read SMS inbox, including unread and JSON view. - Mark messages as processed or unprocessed. - Includes health check functionality. - Safety rules included: prohibits sending sensitive info, bulk messages, or to unknown numbers.
元数据
Slug pidgesms
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

pidgesms 是什么?

Send and read SMS text messages via an Android phone using pidge. Use when asked to send a text, check texts, read SMS inbox, or reply to a text message. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 529 次。

如何安装 pidgesms?

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

pidgesms 是免费的吗?

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

pidgesms 支持哪些平台?

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

谁开发了 pidgesms?

由 Adam Malone(@typhonius)开发并维护,当前版本 v1.0.0。

💬 留言讨论