Pipecat
Official@pipecat-ai
Pipecat is a framework for building voice (and multimodal) conversational agents.
Agent Skills by Pipecat
Showing 26 vetted skills indexed across 5 GitHub repositories.
update-docs
Update documentation pages to match source code changes on the current branch.
code-review
Reviews GitHub pull requests for bugs and CLAUDE.md compliance using parallel validation agents.
pr-submit
Creates and submits a GitHub pull request from the current branch.
cleanup
Reviews, refactors, and documents branch code changes against Pipecat conventions.
prose-review
Review added comments, docstrings, and changelog entries for change-narration instead of code documentation.
provider-watch
Research AI providers behind Pipecat services and generate dated reports and draft PR branches.
squash-commits
Reorganizes messy branch commits into logical commits without changing file content.
Load Quest Data
Load quest definitions from JSON files into Supabase.
Analyze Context
Analyze Gradient Bang gameplay session context dumps to produce diagnostic reports.
Reset World
Reset game databases and seed new universes for development and testing.
Deploy Bot
Automates deployment of bots to Pipecat Cloud via cloud builds for dev, eval, prod environments.
release
Automate version bumps, changelog updates, and Git tagging for releases.
newspaper
Generate Gradient News banner, front-page, and prompt-experiment assets from in-game events.
Run Database Migration
Apply pending Supabase migrations to local or production databases.
news-front-page
Generate a 2160x3840 newspaper front page PNG from game-event digests.
character-create
Create a game character with customizable ship, credits, and onboarding state.
bug-report
Ground user-pasted bug reports against the codebase with file:line citations.
maintenance
Toggle MAINTENANCE_MODE on Supabase login edge functions via CLI.
init
Scaffold Pipecat projects by collecting configuration and running pc init.
deploy
Automate end-to-end Pipecat agent deployment to Pipecat Cloud via interactive CLI.
talk
Coordinate live voice sessions with the Pipecat MCP server.
code-review
Coordinate multiple agents to review GitHub pull requests for high-signal issues.
pipecat
Start Pipecat MCP server voice sessions with start(), speak(), listen(), and stop().
changelog
Generates categorized Markdown changelog entries from Git commit messages for pull requests.
Frequently Asked Questions About Pipecat
FAQPage SchemaWhat specific tasks can I perform using Pipecat?βΌ
You can orchestrate live voice sessions using MCP protocols, manage Supabase database migrations, seed game-world environments, and generate technical documentation or pull request summaries directly from your commit history and codebase diffs.
Who is the target persona for these capabilities?βΌ
These functions are designed for software engineers and game developers building real-time conversational interfaces or managing complex state-driven environments who require integrated repository maintenance and database synchronization.
What are the prerequisites for running these functions?βΌ
Execution requires a configured environment with access to Supabase for database operations and a local setup capable of running MCP server sessions for voice interaction management.