← 返回 Skills 市场
tuofangzhe

OpenClaw Phone Receipt

作者 tuofangzhe · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1008
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-phone-receipt
功能描述
Trigger and manage OpenClaw outbound phone receipts via ElevenLabs+Twilio for task completion/failure notifications. Use when user asks to call them after finishing/failing a task, asks to enable/disable fixed command toggles ("phone-receipt=on/off"), asks to test call quality, or asks to persist phone receipt behavior across sessions.
安全使用建议
This skill does what it claims (initiate outbound phone calls via ElevenLabs/Twilio) but the package metadata did not list the sensitive environment variables the scripts actually use. Before installing or supplying keys: (1) verify you trust the developer/source, (2) ensure you only provide an ElevenLabs API key with minimal required scopes (ConvAI read) and use a throwaway/test phone number when testing, (3) store .env files securely (avoid committing them), (4) understand that Twilio/ElevenLabs calls may incur cost and may require verified numbers, and (5) prefer adding the required env vars to the manifest or ask the publisher why the registry metadata omits them. If you cannot confirm these points, treat this skill with caution and avoid providing production credentials.
功能分析
Type: OpenClaw Skill Name: openclaw-phone-receipt Version: 1.0.1 The OpenClaw Phone Receipt skill is designed to manage outbound phone notifications via ElevenLabs and Twilio. The `SKILL.md` provides clear instructions for the agent to manage state and execute local scripts. The `scripts/trigger_call.sh` script makes authenticated API calls to `https://api.elevenlabs.io` using API keys and phone numbers loaded from environment variables or a local `.env` file, which is necessary for its stated purpose. The `scripts/set_phone_receipt_state.py` manages local state in a JSON file. All actions are transparently aligned with the skill's description, and there is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence, or prompt injection attempts against the agent for harmful objectives.
能力评估
Purpose & Capability
The skill's files and SKILL.md implement outbound calls via ElevenLabs (and rely on a Twilio import step). However the registry metadata declares no required environment variables or primary credential despite the scripts and docs requiring ELEVENLABS_API_KEY, ELEVENLABS_AGENT_ID, ELEVENLABS_OUTBOUND_PHONE_ID, and TO_NUMBER (and the setup doc also references TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN). That mismatch is unexpected and incongruent with the skill's stated requirements.
Instruction Scope
SKILL.md confines actions to toggling a JSON state file (memory/phone-receipt-state.json) and invoking scripts to trigger calls. The trigger_call.sh sends a POST to ElevenLabs' convai/twilio/outbound-call endpoint using ELEVENLABS_API_KEY and env values; it does not attempt to read unrelated system files. Persisting state to workspace memory is expected for this feature.
Install Mechanism
There is no install spec (instruction-only skill with two small helper scripts). Nothing is downloaded or extracted from third-party URLs; risk from install mechanism is low.
Credentials
The skill actually requires sensitive API keys and a target phone number (ElevenLabs keys/IDs and TO_NUMBER) and the setup doc asks for Twilio credentials, but the registry metadata lists no required env vars or primary credential. Requiring API keys for outbound calls is expected, but failing to declare them in the manifest is an inconsistency that could hide the need to provide secrets. Confirm what secrets will be supplied and whether API key scopes are restricted.
Persistence & Privilege
The skill persists a small JSON state file under memory/phone-receipt-state.json and is not marked always:true. It does not modify other skills or system-wide configs. Autonomous invocation is allowed (platform default) but not excessive on its own.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-phone-receipt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-phone-receipt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added sample environment variable file: references/env-example.txt. - Changed all user command examples from Chinese ("电话回执=开/关") to English ("phone-receipt=on/off"). - Updated documentation to reflect new English command syntax and examples (“urgent/high-priority”). - No changes to behavior or code logic; documentation and sample files only.
v1.0.0
Initial public release. - Add fixed toggle commands: 电话回执=开 / 电话回执=关 - Add policy: call only on failure or urgent; normal success uses Telegram text - Add standalone outbound call script (ElevenLabs + Twilio) - Add complete setup and troubleshooting docs for Twilio trial, E.164 numbers, key scopes, and text-only mode - Add ClawHub publish checklist and env example
元数据
Slug openclaw-phone-receipt
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

OpenClaw Phone Receipt 是什么?

Trigger and manage OpenClaw outbound phone receipts via ElevenLabs+Twilio for task completion/failure notifications. Use when user asks to call them after finishing/failing a task, asks to enable/disable fixed command toggles ("phone-receipt=on/off"), asks to test call quality, or asks to persist phone receipt behavior across sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1008 次。

如何安装 OpenClaw Phone Receipt?

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

OpenClaw Phone Receipt 是免费的吗?

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

OpenClaw Phone Receipt 支持哪些平台?

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

谁开发了 OpenClaw Phone Receipt?

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

💬 留言讨论