Skip to content

Skill library for building Pipecat bots with Claude Code

License

Notifications You must be signed in to change notification settings

pipecat-ai/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipecat Skills for Claude Code

Skills for building and deploying Pipecat applications with Claude Code.

Installation

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:

  1. Select Browse and install plugins
  2. Select pipecat-skills
  3. Select pipecat, pipecat-cloud, or pipecat-mcp-server
  4. Select Install now

Plugins

pipecat

Skills for building Pipecat applications.

Init (/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

pipecat-cloud

Skills for deploying and managing Pipecat applications on Pipecat Cloud.

Deploy (/pipecat-cloud:deploy)

Deploy an agent to Pipecat Cloud. Walks through the full deployment process interactively:

  1. Verifies prerequisites (Pipecat Cloud CLI, Docker, authentication)
  2. Creates or updates secrets from a .env file
  3. Builds and pushes the Docker image
  4. Deploys the agent
/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.

pipecat-mcp-server

Skills for interacting with a Pipecat MCP server.

Talk (/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

About

Skill library for building Pipecat bots with Claude Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors