← Back to Skills Marketplace
blockcloud

voiceskill123

by blockcloud · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
367
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install voiceskill123
Description
Start voice calls via the OpenClaw voice-call plugin.
Usage Guidance
This skill is instruction-only and appears coherent: it simply exposes the OpenClaw voice-call plugin’s capabilities. Before installing, confirm that you (or your organization) have enabled and reviewed the actual voice-call plugin implementation (source, permissions, and where provider credentials are stored). The plugin will require provider credentials (Twilio/Telnyx/Plivo) and a fromNumber in its config — provide only accounts/numbers you trust. Note that the agent may place outbound calls (which can incur charges and privacy exposure); if you’re concerned, restrict autonomous invocation or monitor call activity and credential access. If possible, verify the plugin’s source/homepage and audit its handling of secrets and network access.
Capability Analysis
Type: OpenClaw Skill Name: voiceskill123 Version: 1.0.0 The skill bundle defines a 'voice-call' skill with standard metadata and documentation. The `SKILL.md` file describes the skill's purpose, provides CLI examples, and lists agent-callable actions (`initiate_call`, `get_status`, etc.). It also details configuration requirements for various voice providers (Twilio, Telnyx, Plivo), including the necessary API keys, but these are instructions for configuring the underlying plugin, not directives for the agent to access or exfiltrate sensitive data. There is no evidence of prompt injection attempts, malicious execution, data exfiltration, or other harmful behaviors.
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md content: it documents using the OpenClaw voice-call plugin and references the plugin config and provider credentials (Twilio/Telnyx/Plivo/mock). Requiring the plugin to be enabled (plugins.entries.voice-call.enabled) is appropriate and proportional.
Instruction Scope
SKILL.md only instructs the agent to call the voice-call plugin (CLI examples and a small tool API surface). It does not instruct reading unrelated files, environment variables, or sending data to arbitrary external endpoints beyond the expected voice providers; it only documents the provider config keys the plugin needs.
Install Mechanism
There is no install spec and no code files (instruction-only). Nothing is downloaded or written to disk by the skill itself, which is the lowest-risk installation model.
Credentials
The skill declares no required environment variables or credentials. It documents that the underlying plugin needs provider credentials in its config (twilio.accountSid/authToken, telnyx.apiKey, plivo.authId/authToken, fromNumber), which is expected and not requested by the skill itself.
Persistence & Privilege
always is false (good). The skill can be invoked autonomously by the agent (default behavior) — that's normal, but be aware that autonomous invocation combined with call-sending capability can trigger outbound calls and costs if misused.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install voiceskill123
  3. After installation, invoke the skill by name or use /voiceskill123
  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 managing voice calls via Twilio, Telnyx, Plivo, or mock providers. - Provides CLI commands to initiate calls and check call status. - Exposes tool actions for agents: initiate, continue, speak, end calls, and get status. - Requires the voice-call plugin to be enabled and configured.
Metadata
Slug voiceskill123
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is voiceskill123?

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

How do I install voiceskill123?

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

Is voiceskill123 free?

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

Which platforms does voiceskill123 support?

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

Who created voiceskill123?

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

💬 Comments