← Back to Skills Marketplace
deichmann181

Voice Call Local

by deichmann181 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
81
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install voice-call-local
Description
Start voice calls via the OpenClaw voice-call plugin.
README (SKILL.md)

Voice Call

Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock).

CLI

openclaw voicecall call --to "+15555550123" --message "Hello from OpenClaw"
openclaw voicecall status --call-id \x3Cid>

Tool

Use voice_call for agent-initiated calls.

Actions:

  • initiate_call (message, to?, mode?)
  • continue_call (callId, message)
  • speak_to_user (callId, message)
  • end_call (callId)
  • get_status (callId)

Notes:

  • Requires the voice-call plugin to be enabled.
  • Plugin config lives under plugins.entries.voice-call.config.
  • Twilio config: provider: "twilio" + twilio.accountSid/authToken + fromNumber.
  • Telnyx config: provider: "telnyx" + telnyx.apiKey/connectionId + fromNumber.
  • Plivo config: provider: "plivo" + plivo.authId/authToken + fromNumber.
  • Dev fallback: provider: "mock" (no network).
Usage Guidance
Install only if you intend to let OpenClaw use the voice-call plugin. Before using real provider credentials, make sure the agent must confirm every call recipient and message, consider testing with the mock provider, and verify the package identity despite the metadata mismatch.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The purpose is coherent—voice calling via the OpenClaw plugin—but outbound calls can contact third parties and incur provider charges, and the artifacts do not define confirmation, recipient scope, or cost/consent safeguards.
Instruction Scope
The skill explicitly describes agent-initiated calls and an initiate_call action, but does not tell the agent to obtain explicit user approval or verify the phone number/message before placing a call.
Install Mechanism
There is no install spec and no code to execute, which reduces local execution risk. However, the included _meta.json does not match the supplied registry owner/slug/version, creating a provenance note.
Credentials
Telephony provider configuration and credentials are proportionate to a voice-call skill, but they grant access to real provider accounts unless the mock provider is used.
Persistence & Privilege
No self-persistence is shown. The sensitive privilege is delegated through plugin configuration storing provider credentials under plugins.entries.voice-call.config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install voice-call-local
  3. After installation, invoke the skill by name or use /voice-call-local
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the voice-call skill for OpenClaw. - Enables starting and inspecting voice calls via the voice-call plugin. - Supports Twilio, Telnyx, Plivo, or a mock provider for development. - Provides CLI commands and agent tool actions for managing calls. - Requires plugin configuration to be enabled in the OpenClaw settings.
Metadata
Slug voice-call-local
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Voice Call Local?

Start voice calls via the OpenClaw voice-call plugin. It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.

How do I install Voice Call Local?

Run "/install voice-call-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Voice Call Local free?

Yes, Voice Call Local is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Voice Call Local support?

Voice Call Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Voice Call Local?

It is built and maintained by deichmann181 (@deichmann181); the current version is v1.0.0.

💬 Comments