From sip-phone-mcp
Make an outbound phone call to the number and instructions provided in $ARGUMENTS. Use when the user asks to call someone, place a phone call, or dial a number.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sip-phone-mcp:phone-callThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Place an outbound phone call using the SIP Phone MCP tools.
Place an outbound phone call using the SIP Phone MCP tools.
Arguments: $ARGUMENTS
Parse the user's request to extract:
Use the make_call tool with:
phone_number: the E.164 numberagent_instructions: clear instructions for the voice agent based on the user's requestuser_context: any relevant context about the calleeIf the call times out (MCP timeout), use get_call_status to poll until completion, then get_call_transcript to get results.
Summarize the call outcome for the user, including the call status and key points from the summary.
User input: "Call +15551234567 and confirm their appointment for tomorrow at 2pm"
This should invoke make_call with agent_instructions explaining the appointment confirmation and user_context with the appointment details.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub darwincr/sip-phone-mcp --plugin sip-phone-mcp