By pipecat-ai
CLI skills for Pipecat MCP server enable developers to scaffold AI agent projects with service integrations (OpenAI, Anthropic, React/Next.js clients), deploy to Pipecat Cloud via Docker, and start voice conversations for verbal task execution like file edits with progress updates.
npx claudepluginhub pipecat-ai/skills --plugin pipecat-cloudSkills for building and deploying Pipecat applications with Claude Code.
Register this repository as a Claude Code Plugin marketplace:
/plugin marketplace add pipecat-ai/skills
Then install the plugins:
/plugin install pipecat@pipecat-skills
/plugin install pipecat-cloud@pipecat-skills
/plugin install pipecat-mcp-server@pipecat-skills
Or browse and install interactively:
Skills for building Pipecat applications.
/pipecat:init)Scaffold a new Pipecat project with guided setup. Walks you through choosing bot type, transport, AI services, features, and deployment options, then runs pc init to generate the project.
/pipecat:init
/pipecat:init --output my-bot
Skills for deploying and managing Pipecat applications on Pipecat Cloud.
/pipecat-cloud:deploy)Deploy an agent to Pipecat Cloud. Walks through the full deployment process interactively with two deployment options:
/pipecat-cloud:deploy
/pipecat-cloud:deploy --config examples/mybot/pcc-deploy.toml
/pipecat-cloud:deploy --config examples/mybot/pcc-deploy.toml --env examples/mybot/.env
Requires a pcc-deploy.toml configuration file in your project.
Skills for interacting with a Pipecat MCP server.
/pipecat-mcp-server:talk)Start a voice conversation using the Pipecat MCP server. Initializes a voice agent that you can connect to via Pipecat Playground, Daily room, or phone call, and interact with using natural speech.
/pipecat-mcp-server:talk
Development workflow skills for contributing to the Pipecat project
Share bugs, ideas, or general feedback.
Claude Code skill pack for ElevenLabs (18 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.
Voice conversations with Claude Code using local speech-to-text and text-to-speech
Real-time communication with Agora SDKs — RTC, RTM, Conversational AI, and token generation