← Back to Skills Marketplace
ivangdavila

Talk

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
1254
Downloads
2
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install talk
Description
Set up real-time voice conversations. Phone calls, voice agents, live speech.
Usage Guidance
This skill is documentation and setup guidance only — it doesn't install code. Before using it: (1) Be prepared to supply provider API keys (Twilio/Telnyx/ElevenLabs/OpenAI) — treat them as secrets and use least-privilege keys where possible. (2) Public webhook tunnels (ngrok, tailscale, cloudflared) expose a local endpoint — prefer short-lived tunnels or allowlists for incoming calls. (3) The docs mention 'memory injection' (loading MEMORY.md into calls) and cost tracking — avoid loading any sensitive personal data into memories that will be spoken on calls. (4) Confirm billing/cost implications for per-minute voice usage and set inbound allowlists to avoid abuse. (5) Verify provider accounts and webhook URLs before enabling phone call integrations. If you want higher assurance, request a version of the skill from a known source or one that includes code you can review; otherwise the content is coherent but sensitive by nature.
Capability Analysis
Type: OpenClaw Skill Name: talk Version: 1.0.0 The skill bundle is designed to help users configure real-time voice conversations. It consists primarily of markdown documentation (`SKILL.md`, `config.md`, `providers.md`) providing setup instructions and configuration examples for various voice providers. While these files contain shell commands (e.g., `clawhub install`, `ngrok http`, `tailscale funnel`, `cloudflared tunnel`), these commands are transparently presented within code blocks and are directly related to the legitimate operational requirements of setting up voice services (e.g., installing plugins, creating public webhooks). There is no evidence of data exfiltration, obfuscation, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent for harmful purposes. The content is aligned with the stated purpose and lacks indicators of intentional malicious behavior.
Capability Assessment
Purpose & Capability
Name/description (real-time voice, phone calls, voice agents) match the content of SKILL.md, config.md, and providers.md. The providers and settings referenced (ElevenLabs, Twilio, Telnyx, ngrok/cloudflared/tailscale) are expected components for the stated purpose.
Instruction Scope
SKILL.md itself is minimal and appropriately asks questions and points to config/providers docs. The supporting docs include actionable setup snippets (API keys, webhooks) and a note about 'memory injection' (MEMORY.md loaded into calls) in the advanced integration — that can move sensitive data into live calls if used and is out-of-band from the simple configuration guidance, so users should be warned.
Install Mechanism
No install spec and no code files are included, so nothing is written to disk or auto-installed by the skill. This is the lowest-risk install posture for a skill.
Credentials
The skill metadata declares no required env vars, which is consistent with being instruction-only. The docs do ask the user to provide provider API keys / tokens (Twilio account SID/auth token, ElevenLabs/OpenAI API keys, Telnyx keys) — those are proportional to interacting with those services, but they are sensitive and should be supplied only to configured provider integrations, not pasted into public places.
Persistence & Privilege
always is false and there is no code that would persist or modify other skills or system settings. The skill does not request elevated or permanent platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install talk
  3. After installation, invoke the skill by name or use /talk
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug talk
Version 1.0.0
License
All-time Installs 6
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is Talk?

Set up real-time voice conversations. Phone calls, voice agents, live speech. It is an AI Agent Skill for Claude Code / OpenClaw, with 1254 downloads so far.

How do I install Talk?

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

Is Talk free?

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

Which platforms does Talk support?

Talk is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Talk?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments