Install
$ agentstack add mcp-patterai-skills ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Patter Skills
Install • Skills • Supported agents • SDK • Docs
Agent Skills for the Patter SDK — give your AI agent a phone number in any harness that consumes the standard. One CLI, six skills, ~55 supported coding and voice agents.
Install
# Install all skills
npx skills add patterai/skills
# Or install one
npx skills add patterai/skills --skill build-voice-agent
# Pin to a specific SDK version (recommended for production)
npx skills add patterai/skills#v0.7.0 --skill build-voice-agent
Skills land in ~/.agents/skills// (global) or ./.agents/skills// (project-local), with symlinks into each detected agent's skills directory.
Skills
| Skill | What it teaches the agent | |---|---| | [setup-patter](./setup-patter) | Install Patter, walk the user through provider/carrier consoles, validate each API key, write .env. | | [build-voice-agent](./build-voice-agent) | Build a voice agent — Realtime / ConvAI / Pipeline modes, with full Python and TypeScript examples. | | [configure-telephony](./configure-telephony) | Twilio or Telnyx carrier setup — phone numbers, webhooks, tunnels, AMD, voicemail drop. | | [add-tools-and-handoffs](./add-tools-and-handoffs) | Custom tools, transfer_call, end_call, output guardrails. | | [integrate-openclaw](./integrate-openclaw) | Wire Patter as the voice layer on an OpenClaw brain — consult one scoped agent mid-call, survive long tool calls, open inbound, speakerphone tuning. | | [inspect-calls-and-metrics](./inspect-calls-and-metrics) | Live dashboard, CallMetrics, cost tracking, CSV/JSON export. |
Larger skills (build-voice-agent, configure-telephony) bundle a references/ directory the agent loads on demand for deep-dive topics. Tested against getpatter 0.7.0 in both Python (≥3.11) and TypeScript (Node ≥20).
Supported agents
Skills work out-of-the-box in ~55 AI agent harnesses that consume the Agent Skills standard:
Coding agents — Claude Code, Cursor, GitHub Copilot, Codex, Cline, Crush, Goose, Amp, Antigravity, Windsurf.
Voice & autonomy harnesses — Claude Desktop, OpenClaw, Hermes Agent, ChatGPT (MCP Apps).
The skills CLI auto-detects every agent on the user's machine and installs the symlinks in one shot.
Requirements
- Python 3.11+ or Node.js 20+
getpatterpackage —pip install "getpatter>=0.7.0"ornpm install "getpatter@>=0.7.0"- Provider credentials in env: at least one of
OPENAI_API_KEY,ELEVENLABS_API_KEY,DEEPGRAM_API_KEY,CEREBRAS_API_KEY,ANTHROPIC_API_KEY,GOOGLE_API_KEY, depending on the engine chosen - Carrier credentials in env: Twilio (
TWILIO_ACCOUNT_SID+TWILIO_AUTH_TOKEN) or Telnyx (TELNYX_API_KEY+TELNYX_CONNECTION_ID)
The setup-patter skill walks the user through every credential, one console at a time, with validation.
Versioning
Skills version with the SDK. A skill at tag v0.7.0 is guaranteed to match the API of getpatter==0.7.0 (features marked SDK main — post-0.7.0 ship in the next SDK release). Skills on main track the next unreleased version — pin to a tag for reproducibility.
License
MIT — same as the Patter SDK.
Links
- SDK source:
- SDK docs:
- skills.sh page:
- Agent Skills spec:
- Skills CLI:
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: PatterAI
- Source: PatterAI/skills
- License: MIT
- Homepage: https://www.skills.sh/patterai/skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.