← Back to Skills Marketplace
tuofangzhe

OpenClaw Phone Receipt

by tuofangzhe · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1008
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-phone-receipt
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-phone-receipt
  3. After installation, invoke the skill by name or use /openclaw-phone-receipt
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug openclaw-phone-receipt
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1008 downloads so far.

How do I install OpenClaw Phone Receipt?

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

Is OpenClaw Phone Receipt free?

Yes, OpenClaw Phone Receipt is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OpenClaw Phone Receipt support?

OpenClaw Phone Receipt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Phone Receipt?

It is built and maintained by tuofangzhe (@tuofangzhe); the current version is v1.0.1.

💬 Comments