用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/duclm1x1/Dive-Ai --skill clawdtalk-client命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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