Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Start voice calls via the Bitterbot voice-call plugin.
Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock).
bitterbot voicecall call --to "+15555550123" --message "Hello from Bitterbot"
bitterbot voicecall status --call-id <id>
Use voice_call for agent-initiated calls.
Actions:
initiate_call (message, to?, mode?)continue_call (callId, message)speak_to_user (callId, message)end_call (callId)get_status (callId)Notes:
plugins.entries.voice-call.config.provider: "twilio" + twilio.accountSid/authToken + fromNumber.provider: "telnyx" + telnyx.apiKey/connectionId + fromNumber.provider: "plivo" + plivo.authId/authToken + fromNumber.provider: "mock" (no network).npx skills add Bitterbot-AI/bitterbot-desktop --skill voice-callHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.