Back to skills
SkillHub ClubShip Full StackFull StackTesting

test-twilio

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

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
11
Hot score
85
Updated
March 20, 2026
Overall rating
C3.8
Composite score
3.8
Best-practice grade
S100.0

Install command

npx @skill-hub/cli install cncorp-arsenal-test-twilio

Repository

cncorp/arsenal

Skill path: dot-claude/skills/test-twilio

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

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack, Testing.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: cncorp.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install test-twilio into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/cncorp/arsenal before adding test-twilio to shared team environments
  • Use test-twilio for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw 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

```bash
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
test-twilio | SkillHub