# Skills

> Agent Skills for the Patter SDK — give your AI agent a phone number. Works in Claude Code, Cursor, OpenClaw, Hermes Agent, Codex, Cline, Goose, Amp, Windsurf, and any harness that consumes the Agent Skills standard. One CLI: npx skills add patterai/skills

- **Type:** MCP server
- **Install:** `agentstack add mcp-patterai-skills`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [PatterAI](https://agentstack.voostack.com/s/patterai)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [PatterAI](https://github.com/PatterAI)
- **Source:** https://github.com/PatterAI/skills
- **Website:** https://www.skills.sh/patterai/skills

## Install

```sh
agentstack add mcp-patterai-skills
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Patter Skills

  
  
  

  Install •
  Skills •
  Supported agents •
  SDK •
  Docs

---

[Agent Skills](https://agentskills.io) 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

```bash
# 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](https://agentskills.io) 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+**
- `getpatter` package — `pip install "getpatter>=0.7.0"` or `npm 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](https://github.com/PatterAI/Patter).

## 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](https://github.com/PatterAI)
- **Source:** [PatterAI/skills](https://github.com/PatterAI/skills)
- **License:** MIT
- **Homepage:** https://www.skills.sh/patterai/skills

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-patterai-skills
- Seller: https://agentstack.voostack.com/s/patterai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
