setup-patter

Installation
SKILL.md

Set up Patter

Install the Patter SDK and provision the credentials required to place or receive real phone calls. Patter is open-source — there is no Patter API key. You bring your own provider (OpenAI / ElevenLabs / Deepgram / …) and your own carrier (Twilio or Telnyx) keys, and Patter wires them together.

Workflow

Step 1 — Pick a runtime

Ask the user which SDK they want. Both have full feature parity.

  • Python (3.11+): pip install "getpatter>=0.7.0"
  • TypeScript (Node 20+): npm install "getpatter@>=0.7.0"

If they're unsure, default to whichever language the rest of their project is in. Do not install both.

Installs
16
Repository
patterai/skills
GitHub Stars
3
First Seen
May 28, 2026
setup-patter — patterai/skills