repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | { |
| #2 | "skillId": "voice-call", |
| #3 | "name": "voice-call", |
| #4 | "description": "Start voice calls via the Clawdbot voice-call plugin.", |
| #5 | "category": "pump-protocol", |
| #6 | "path": "voice-call/SKILL.md", |
| #7 | "url": "https://x402.wtf/api/skills/voice-call", |
| #8 | "tags": [ |
| #9 | "voice", |
| #10 | "solana", |
| #11 | "call" |
| #12 | ], |
| #13 | "requiredEnv": [], |
| #14 | "homepage": null, |
| #15 | "attestation": { |
| #16 | "status": "pending", |
| #17 | "isFormallyVerified": false, |
| #18 | "attestationPda": null, |
| #19 | "verificationTimestamp": null |
| #20 | }, |
| #21 | "markdown": "---\nname: voice-call\ndescription: Start voice calls via the Clawdbot voice-call plugin.\nmetadata: {\"clawdbot\":{\"emoji\":\"📞\",\"skillKey\":\"voice-call\",\"requires\":{\"config\":[\"plugins.entries.voice-call.enabled\"]}}}\n---\n\n# Voice Call\n\nUse the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock).\n\n## CLI\n\n```bash\nclawdbot voicecall call --to \"+15555550123\" --message \"Hello from Clawdbot\"\nclawdbot voicecall status --call-id <id>\n```\n\n## Tool\n\nUse `voice_call` for agent-initiated calls.\n\nActions:\n- `initiate_call` (message, to?, mode?)\n- `continue_call` (callId, message)\n- `speak_to_user` (callId, message)\n- `end_call` (callId)\n- `get_status` (callId)\n\nNotes:\n- Requires the voice-call plugin to be enabled.\n- Plugin config lives under `plugins.entries.voice-call.config`.\n- Twilio config: `provider: \"twilio\"` + `twilio.accountSid/authToken` + `fromNumber`.\n- Telnyx config: `provider: \"telnyx\"` + `telnyx.apiKey/connectionId` + `fromNumber`.\n- Plivo config: `provider: \"plivo\"` + `plivo.authId/authToken` + `fromNumber`.\n- Dev fallback: `provider: \"mock\"` (no network).\n" |
| #22 | } |
| #23 |