Skip to content

feat: Add ClawdTalk voice calling skill#2

Open
a692570 wants to merge 1 commit intodifferent-ai:mainfrom
a692570:feat/clawdtalk-voice-skill
Open

feat: Add ClawdTalk voice calling skill#2
a692570 wants to merge 1 commit intodifferent-ai:mainfrom
a692570:feat/clawdtalk-voice-skill

Conversation

@a692570
Copy link

@a692570 a692570 commented Feb 14, 2026

What This Adds

A new skill that gives OpenWork agents real phone numbers for voice calls and SMS.

ClawdTalk enables any AI agent to:

  • Make and receive voice calls
  • Send and receive SMS messages
  • Connect via WebSocket (no server required)

Files Added

  • skills/clawdtalk/SKILL.md - Skill documentation with WebSocket protocol
  • skills/clawdtalk/.gitignore - Protects credentials from git
  • skills/clawdtalk/.skill.config.example - Setup template

Usage

After configuring their ClawdTalk WebSocket URL, agents can:

# Make a call
wscat -c $CLAWDTALK_WS_URL -x '{"type":"call","to":"+15551234567"}'

# Send SMS
wscat -c $CLAWDTALK_WS_URL -x '{"type":"sms","to":"+15551234567","body":"Hello!"}'

Links

- SKILL.md with WebSocket protocol docs for voice calls and SMS
- .gitignore to protect credentials
- .skill.config.example for setup guidance

ClawdTalk gives AI agents real phone numbers for voice calling
and SMS via WebSocket. No server required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant