← Back to Skills Marketplace
OpenClaw Voice Call Playbook
by
Daniel Sinewe
· GitHub ↗
· v0.1.0
· MIT-0
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-voice-call-playbook
Description
Operate outbound voice calls safely with the OpenClaw voice-call plugin.
Usage Guidance
This playbook appears coherent and appropriate for operating outbound calls, but review these before enabling it: 1) Ensure plugin config (provider API keys, auth tokens, fromNumber) is stored securely and scoped only to the plugin. 2) Limit agent autonomy if you do not want unattended outbound calls — require explicit user confirmation or platform gating. 3) Use provider mock mode and test scripts before live traffic to avoid accidental calls/costs. 4) Implement rate limits, retry caps, auditing (log call IDs/outcomes), and check privacy/legal requirements for call content/recording. 5) Review where webhooks/status callbacks point (they can expose call metadata) and confirm those endpoints are trusted. If you need higher assurance, ask for the plugin implementation and config storage details so you can audit where credentials are kept and how call audio/webhooks are handled.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-voice-call-playbook
Version: 0.1.0
The skill bundle is a legitimate playbook for managing outbound voice calls via the OpenClaw voice-call plugin. The documentation in SKILL.md provides clear safety boundaries, such as requiring explicit user intent and avoiding automated loops, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the skill is an instruction-only playbook for using the OpenClaw voice-call plugin. The only required config path (plugins.entries.voice-call.enabled) and the provider credential fields listed (Twilio/Telnyx/Plivo) are appropriate for a voice-call integration.
Instruction Scope
SKILL.md confines actions to initiating/continuing/ending calls, status checks, and preflight checks. It explicitly requires user intent, destination confirmation, and recommends mock mode and retry limits. It does not instruct the agent to read unrelated system files, environment variables, or exfiltrate data to unexpected endpoints.
Install Mechanism
No install specification or code is included; this is instruction-only, so nothing is written to disk and there are no external download risks.
Credentials
The skill does not request environment variables but references provider config values (API keys/tokens, fromNumber) that are expected for this functionality. Requiring plugin config access (plugins.entries.voice-call.*) is proportionate; users should ensure those plugin credentials are stored and scoped securely.
Persistence & Privilege
always is false (good). disable-model-invocation is false (agent can invoke autonomously) — this is platform default and not by itself disqualifying, but it does mean the agent could place outbound calls without an extra manual gate unless you configure the agent or platform to require confirmation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-voice-call-playbook - After installation, invoke the skill by name or use
/openclaw-voice-call-playbook - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: outbound voice-call operations playbook with safety gates, provider setup checks, and troubleshooting matrix.
Metadata
Frequently Asked Questions
What is OpenClaw Voice Call Playbook?
Operate outbound voice calls safely with the OpenClaw voice-call plugin. It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install OpenClaw Voice Call Playbook?
Run "/install openclaw-voice-call-playbook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Voice Call Playbook free?
Yes, OpenClaw Voice Call Playbook is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Voice Call Playbook support?
OpenClaw Voice Call Playbook is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Voice Call Playbook?
It is built and maintained by Daniel Sinewe (@danielsinewe); the current version is v0.1.0.
More Skills