Claude Code Plugins

Community-maintained marketplace

Feedback

test-twilio

@cncorp/arsenal
8
0

Place Twilio test calls. Use when user invokes /test-twilio.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name test-twilio
description Place Twilio test calls. Use when user invokes /test-twilio.

test-twilio Skill

Place test calls via Twilio to verify call placement works.

Prerequisites

  • Docker compose services running locally

Known Numbers

Name Number
daniel +5542984348739
wren-dev-daniel +16505026335

From number: +19736624281

Usage

With shortcut (no prompts)

  • /test-twilio call daniel - 1 min call to Daniel
  • /test-twilio call wren-dev-daniel - 1 min call to wren-dev-daniel

Without shortcut

/test-twilio - asks for from and to numbers

Command

docker compose exec api python src/scripts/twilio_place_call.py \
  --from "+19736624281" \
  --to "<NUMBER>" \
  --duration-minutes 1 \
  --audio neutral

Options

Option Description Default
--duration-minutes Call duration 1
--audio neutral, fight, healthyfight neutral

Troubleshooting

Call doesn't connect:

  • Check Docker: docker compose ps
  • Verify Twilio credentials in .env