with one click
clawdtalk-client
ClawdTalk — Voice calls and SMS for Clawdbot
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
ClawdTalk — Voice calls and SMS for Clawdbot
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Security check for ClawHub skills powered by Koi. Query the Clawdex API before installing any skill to verify it's safe.
Interact with AgentConstitution governance contracts on Base Sepolia. Check compliance, read rules, log actions, query governance state.
Use when participating in the USDC Hackathon, submitting projects, or voting. 3 tracks: SmartContract, Skill, AgenticCommerce. Submit to m/usdc on Moltbook.
Anti-detect browser automation using Camoufox (Firefox-based). Use instead of Chrome/Playwright for bot-detection-heavy sites like X/Twitter, Naver, and other protected sites. Provides stealth browsing with OS/browser fingerprint spoofing, humanized mouse movements, and persistent sessions.
Create OpenClaw plugins/extensions (TypeScript modules) from natural‑language requests. Use when the user asks to create a plugin/extension, add a new slash command, add plugin tools, or says “create plugin that does …” or “create OpenClaw plugin called NAME …”. Trigger for /create-plugin NAME WHAT-IT-DOES, /create-plugin GENERAL-PROMPT, “create extension that does ACTION”, or similar.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
| name | clawdtalk-client |
| version | 1.3.0 |
| description | ClawdTalk — Voice calls and SMS for Clawdbot |
| metadata | {"clawdbot":{"emoji":"📞","requires":{"bins":["bash","node","jq"]}}} |
Voice calling and SMS messaging for Clawdbot. Call your bot by phone or send texts — powered by Telnyx.
./setup.sh./scripts/connect.sh startThe WebSocket client routes calls to your gateway's main agent session, giving full access to memory, tools, and context.
./scripts/connect.sh start # Start connection
./scripts/connect.sh stop # Stop
./scripts/connect.sh status # Check status
Have the bot call you or others:
./scripts/call.sh # Call your phone
./scripts/call.sh "Hey, what's up?" # Call with greeting
./scripts/call.sh --to +15551234567 # Call external number*
./scripts/call.sh --to +15551234567 "Hello!" # External with greeting
./scripts/call.sh status <call_id> # Check call status
./scripts/call.sh end <call_id> # End call
*External calls require a paid account with a dedicated number. The AI will operate in privacy mode when calling external numbers (won't reveal your private info).
Send and receive text messages:
./scripts/sms.sh send +15551234567 "Hello!"
./scripts/sms.sh list
./scripts/sms.sh conversations
Edit skill-config.json:
| Option | Description |
|---|---|
api_key | API key from clawdtalk.com |
server | Server URL (default: https://clawdtalk.com) |
owner_name | Your name (auto-detected from USER.md) |
agent_name | Agent name (auto-detected from IDENTITY.md) |
greeting | Custom greeting for inbound calls |
./setup.sh and restart gatewayDEBUG=1 ./scripts/connect.sh restart