Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ztsalexey/bigmemkex --skill clawdtalk-client명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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.
SKILL.md 표시 중
SOC 직업 분류 기준
| 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