By synthflowai
Complete skill set for building AI voice agents with Synthflow — create assistants, manage actions, make calls, run simulations, and define custom evaluations
Guide users through obtaining and configuring a Synthflow API key. Use when the user needs to set up Synthflow, when API calls fail due to missing keys, or when the user mentions needing access to Synthflow's voice AI platform.
Create and configure Synthflow AI voice assistants with LLMs, voices, prompts, greeting messages, and advanced settings. Use when building voice agents, phone bots, customer support assistants, or any conversational AI that handles inbound or outbound phone calls.
Initiate outbound phone calls through Synthflow AI agents. Use when making automated calls, testing voice assistants, or launching call campaigns programmatically.
Create, update, attach, and delete actions on Synthflow AI assistants — live transfers, SMS, custom webhooks, information extraction, real-time booking, and custom evaluations. Use when configuring what an assistant can do during or after calls.
Create and manage simulation test suites for Synthflow AI agents. Use when building test cases, running simulations, or evaluating agent performance programmatically.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent skills for Synthflow — the platform for building AI voice agents. These skills follow the Agent Skills specification and can be used with any compatible AI coding assistant including Claude Code, Cursor, VS Code Copilot, Gemini CLI, and more.
npx skills add SynthFlowAI/synthflow-skills
Install specific skills:
npx skills add SynthFlowAI/synthflow-skills --skill create-assistant
npx skills add SynthFlowAI/synthflow-skills --skill create-call
Install for a specific agent:
npx skills add SynthFlowAI/synthflow-skills -a claude-code
npx skills add SynthFlowAI/synthflow-skills -a cursor
/plugin marketplace add SynthFlowAI/synthflow-skills
/plugin install synthflow-voice-ai@synthflow-skills
Copy any skill directory into your project's .claude/skills/ (for Claude Code), .cursor/skills/ (for Cursor), or the equivalent skills directory for your agent.
| Agent | Config File | Auto-detected |
|---|---|---|
| Claude Code | .mcp.json | Yes |
| Cursor | .cursor/mcp.json | Yes |
| VS Code Copilot | .vscode/mcp.json | Yes |
Requires: Node.js (for npx). Uses mcp-remote to bridge the remote server. No API key needed for the docs server.
If your agent doesn't auto-detect MCP configs:
Claude Code:
claude mcp add synthflow-docs -- npx -y mcp-remote https://docs.synthflow.ai/_mcp/server
Any agent (JSON config):
{
"mcpServers": {
"synthflow-docs": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://docs.synthflow.ai/_mcp/server"]
}
}
}
| Skill | Description |
|---|---|
| setup-api-key | Guide through obtaining and configuring a Synthflow API key |
| create-assistant | Create AI voice assistants with LLMs, voices, prompts, and advanced settings |
| create-call | Initiate outbound phone calls through AI agents |
| manage-actions | Create, update, and attach actions — transfers, SMS, webhooks, booking, extraction, evals |
| create-simulation | Create and run simulation test suites to evaluate agent behavior |
| create-eval | Define custom evaluations to score call quality and outcomes |
All skills require a Synthflow API key. Set it as an environment variable:
export SYNTHFLOW_API_KEY="your-api-key"
Get your API key from the Synthflow Dashboard or use the setup-api-key skill.
setup-api-key skill or visit https://app.synthflow.aicreate-assistant skill to build a voice AI agentmanage-actions to add transfers, SMS, webhooks, and morecreate-call to test your assistanthttps://api.synthflow.ai/v2Authorization: Bearer $SYNTHFLOW_API_KEYhttps://docs.synthflow.ai/_mcp/server (auto-configured via .mcp.json)These skills collect anonymous usage data via PostHog to help us improve. We track:
What's collected: event name, skill name, success/failure, and a hashed user identifier (SHA-256 of $USER). No personal information is sent.
Opt out: Set either environment variable to disable all telemetry:
export DO_NOT_TRACK=1
# or
export DISABLE_TELEMETRY=1
npx claudepluginhub synthflowai/synthflow-skills --plugin synthflow-voice-aiTest voice agents from Retell, VAPI, LiveKit, Bland, Telnyx. Slash commands for running tests, exporting agents, and format conversion.
Claude Code skill pack for Retell AI (30 skills)
ElevenLabs Agents Platform for AI voice agents (React/JS/Native/Swift). Use for voice AI, RAG, tools, or encountering package deprecation, audio cutoff, CSP violations, webhook auth failures.
LiveKit Agents SDK skills for building voice AI agents with CLI-based workflow, supporting both Cloud and self-hosted deployments.
Real-time communication with Agora SDKs — RTC, RTM, Conversational AI, and token generation
Claude calls you on the phone when it needs your input or wants to report progress