Pipecat is an open-source Python framework for building real-time conversational agents that work with voice, video, images, and other media. It is for creating voice assistants, companions, business agents, and multi-agent systems from modular conversation pipelines.
Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add pipecat-ai/pipecat/plugin install pipecat-devWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/pipecat-ai/pipecat/provider-research)<a href="https://agentmods.dev/skills/pipecat-ai/pipecat/provider-research"><img src="https://agentmods.dev/badge/skills/pipecat-ai/pipecat/provider-research.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00048 | $0.02001 |
| Opus 5 | $0.00024 | $0.01001 |
| Sonnet 5 | $0.00010 | $0.00400 |
| Haiku 4.5 | $0.00005 | $0.00200 |
Grade A, and why
provider-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run a provider-research sweep: one researcher subagent per service unit, a concise dated report per unit, and a committed branch for every change a researcher is confident about. Everything stays local — this skill publishes nothing. Pushing reports, opening draft PRs on pipecat and filing the digest issue are scripts/provider-watch/publish.py's job, run after the research by whoever invoked it; the run ends by printing the commands. You are the orchestrator; the research itself happens in provider-watch-researcher subagents following RESEARCH_GUIDE.md.
Arguments
/provider-research [--only a,b] [--date YYYY-MM-DD] [--limit N] [--concurrency N]
--only a,b— providers or unit ids (openai,deepgram/stt). Default: every unit.--date YYYY-MM-DD— the run date. Defaults to today; separate runs over disjoint--onlyslices with the same date compose into one sweep.--limit N— research only the first N selected units (deterministic order). For test runs.--concurrency N— researchers per batch. Default 6; use 1 for a linear test run.
Examples:
/provider-research --only deepgram,groq --limit 2 --concurrency 1— smoke test/provider-research --only groq— exercise the branch path; review the branch with the command the report prints
Instructions
Step 1: Resolve paths and prerequisites
- Parse the arguments. Record
RUN_DATEas--dateif given, else today's date (YYYY-MM-DD), andPIPECAT_COMMITasgit rev-parse --short HEAD. - Pick a scratch directory outside the repo (your session scratchpad if you have one, else
mktemp -d -t provider-research). Everything transient — payloads,run.jsonl, worktrees — lives there. - Reports checkout: always
./_reportsin this repo (gitignored). If it is missing,gh repo clone pipecat-ai/provider-watch-reports _reports; if the clone fails,git init _reportsand continue with no history. If it exists and has a remote,git -C _reports pull --ff-onlyso the run reads current memory. - Stop with a clear error if
uv run python scripts/provider-watch/inventory.py --mdfails. - Decision intake: the team records decisions as comments on the digest issues; researchers fold them into each unit's
decisions.mdin_reports. Collect the comments of the three most recent issues into<scratch>/digest-comments.md:
If the repo orgh issue list --repo pipecat-ai/provider-watch-reports --state all --search "Provider watch in:title sort:created-desc" --limit 3 --json number,title,url \ | jq -r '.[].number' | while read -r n; do gh issue view "$n" --repo pipecat-ai/provider-watch-reports --json title,url,comments \ --jq '"## \(.title) — \(.url)\n" + ([.comments[] | "- \(.author.login) (\(.createdAt | .[:10])) <\(.url)>:\n \(.body | gsub("\n"; "\n "))"] | join("\n"))' done > <scratch>/digest-comments.mdghis unavailable, write an empty file. Every researcher gets the same file and picks out what concerns its unit.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 95 lines · 48 tokens per session scan A 60cb26919557
provider-research is a skill published in the GitHub repository pipecat-ai/pipecat (15,256 stars, last pushed today), licensed BSD-2-Clause. It adds 48 tokens to every session and 2,001 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-02.
Other skills, from other repositories
langchain
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…
senior-data-engineer
World-class data engineering skill for building scalable data pipelines, ETL/ELT systems, real-time streaming, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, Flink, Kinesis, and modern data stack. Includes data modeling, pipeline orchestration, data quality, streaming quality…
langchain
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…
voice-ai
Use when voice AI — text-to-speech (ElevenLabs, OpenAI TTS), speech-to-text (Whisper), voice cloning, real-time voice agents. Use when working with voice ai.
langchain
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…
langchain
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…