Official, first-party Skills and ChatGPT GPTs for the Chili Piper MCP server. Maintained by Chili Piper.
> /plugin marketplace add Chili-Piper/mcp-assets> /plugin install chili-piper-skills@chili-piper-skills
What's inside
FAQ
chili-piper-skills is a Claude Code plugin with 19 hand-picked skills for automation work, indexed on Flowy. Install it with the command on its page. It includes availability-inspector, chat-conversation-inspector, concierge-debugger. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: Chili-Piper/mcp-assets
Official, first-party Skills and ChatGPT GPTs for the Chili Piper MCP server.
Maintained by Chili Piper. These are ready-to-use AI specialists β meeting diagnostics, routing audits, user onboarding/offboarding, no-show analysis, and more β that run against your own Chili Piper account through the official Chili Piper MCP.
Two pieces, one workflow. The Chili Piper MCP is the connection into your account β set it up once. Skills are the vetted recipes that use it well. Connect the MCP, install the skills, then just ask.
π On the Help Center: How do I connect Chili Piper via MCP? β plus the companion Chili Piper Skills (AI recipes) article (publishing soon).
Sponsored and maintained by Chili Piper. This repository lives under the verified
Chili-PiperGitHub organization.
| Folder | What it is |
|---|---|
skills/ | Claude Code / Claude Skills β drop-in specialists that call the Chili Piper MCP. One job each, done well. |
gpts/ | ChatGPT Custom GPTs β the ChatGPT equivalent of each skill, with a GPT Actions schema. |
mcp-servers/chili-piper/ | MCP setup guide β connect the Chili Piper MCP via API key or OAuth. |
gemini/ | Google Gemini guide β connect via Gemini CLI, Gen AI SDK / ADK, or Gemini Enterprise. |
docs/ | Authoring methodology, QA status tracker, and org-level deployment guide. |
A Skill is a small, self-contained instruction set that teaches an AI agent how to do one Chili Piper task correctly β which MCP tools to call, in what order, and how to format the result. A GPT is the same capability packaged for ChatGPT.
Every skill is built on progressive disclosure (Anthropic's Agent Skills convention), so an agent loads only the slice of a skill the current step needs.
| Skill | What it does | Read-only? |
|---|---|---|
| meeting-inspector | Deep-dive a single meeting β booking trigger, routing path, rep assignment, outcome | β |
| no-show-analyzer | Analyze no-show patterns by trigger, route, rep, or workspace | β |
| routing-audit | Audit all concierge routers for coverage gaps and stale rules | β |
| distribution-analysis | Analyze a round-robin distribution β meeting counts by rep, imbalance vs. weights, skew, cancellations | β |
| availability-inspector | Diagnose why a rep or team shows no available slots | β |
| concierge-debugger | Trace why a specific lead didn't book | β |
| distro-debugger | Debug why a CRM record was (or wasn't) routed through a distribution β rule stage by rule stage | β |
| chat-conversation-inspector | Inspect Chat AI conversation logs β routing outcomes, transcripts, abandonment analysis | β |
| org-meeting | Org-wide meeting volume and health snapshot | β |
| user-details |
See skills/README.md for the full index with QA/maturity status, and gpts/README.md for the ChatGPT versions.
Every skill talks to your Chili Piper account through the official MCP server. Set it up once β API key or OAuth β following mcp-servers/chili-piper/README.md.
Option A β Claude Desktop or claude.ai (plugin, easiest β no terminal):
Install the whole plugin (every skill + the Chili Piper MCP config) right inside Claude:
https://github.com/Chili-Piper/mcp-assets and click Sync.Admins: add it under Organization plugins instead to make it available to your whole org in one step β see Deploy for your whole team.
Option B β Claude Code CLI (plugin):
In the standalone Claude Code terminal CLI:
/plugin marketplace add https://github.com/Chili-Piper/mcp-assets
/plugin install chili-piper-skills@chili-piper-skills
Both the marketplace and plugin are named
chili-piper-skills(the ref isplugin-name@marketplace-name); or run/pluginand pick it from the Marketplaces menu./pluginis CLI-only β on Desktop/web use Option A.See a
git@github.com: Permission denied/ SSH error? No key is needed for this public repo β tell git to use HTTPS and retry:git config --global url."https://github.com/".insteadOf "git@github.com:"
Options A and B install the full plugin (skills + slash commands + MCP config) and keep it updated β see Staying up to date.
Option C β Just one skill (upload a single .zip):
Want only one skill, or to push a single skill as an Organization skill? Download it from the latest release (e.g. meeting-inspector.zip) and upload it via Customize β Skills β οΌ (added as a Personal skill; admins can choose Organization + Share).
Option D β ChatGPT: deploy the matching Custom GPT β see gpts/README.md.
In Claude Code:
/inspect-meeting guest@example.com
/audit-routing "APAC Sales"
Or just ask in natural language β the agent loads the matching skill automatically.
Every skill also has a slash-command wrapper, so they all surface when you type /chili⦠(the plugin namespace). Type / to browse:
| Command | Skill |
|---|---|
/inspect-meeting | meeting-inspector |
/audit-routing | routing-audit |
/check-availability | availability-inspector |
/debug-concierge | concierge-debugger |
/debug-distro | distro-debugger |
/inspect-chats | chat-conversation-inspector |
/analyze-distribution | distribution-analysis |
/analyze-no-shows | no-show-analyzer |
/org-meeting-report | org-meeting |
/user-details | user-details |
/user-meetings | user-meetings |
/copy-user | user-copy |
/offboard-user | user-offboarding |
/manage-meeting-types | meeting-type-management |
/configure-distro-router | distro-router-configuration |
/configure-handoff-router | handoff-router-configuration |
/configure-concierge-router | concierge-router-configuration |
/manage-scheduling-links | scheduling-link-management |
/copy-user, /offboard-user, /manage-meeting-types, /configure-distro-router, /configure-handoff-router, /configure-concierge-router, and /manage-scheduling-links write to Chili Piper β they default to a dry run and confirm before applying.
A single admin can roll these skills out to an entire team or org so everyone gets the same vetted specialists β and for a first-party set like this, org-wide is often the right call.
Easiest (Claude Desktop / claude.ai): add the marketplace under Organization plugins (Customize β Organization plugins β οΌ β Create plugin β Add marketplace β https://github.com/Chili-Piper/mcp-assets β Sync). It then shows up for everyone in your org's Directory β Your organization tab.
For Claude Code (settings.json), managed/enterprise rollout, and the private-fork option, see docs/org-deployment.md.
We actively improve these skills, fix correctness issues, and add new ones. To stay current:
/plugin update chili-piper-skills@chili-piper-skills (or enable auto-update)..zip: re-download from the latest release and re-upload in Customize β Skills.git pull, or re-download the skill folder.CHANGELOG.md.Each skill carries a version in its frontmatter and a maturity level (draft / tested / verified) so you always know how battle-tested it is.
This repository contains zero customer data β skills are instructions only. Your data stays in your Chili Piper account and is accessed live via the MCP using your own credentials. See SECURITY.md.
Found a bug or want a new skill? Open an issue. For product/security questions see SECURITY.md.
License: MIT for code Β· CC-BY 4.0 for content β see LICENSE.
Official Chili Piper Skills. The MCP is the door into your Chili Piper account β these skills are the playbook for using it well.
.claude-plugin/
marketplace.json
plugin.json
.github/
CODEOWNERS
ISSUE_TEMPLATE/
config.yml
skill-bug.yml
skill-idea.yml
skill-request.yml
PULL_REQUEST_TEMPLATE/
skill.md
scripts/
check_gpt_sync.py
generate_gpt_openapi.py
package_skills.py
validate_skill_frontmatter.py
workflows/
secret-scan.yml
.gitignore
.mcp.json
.pre-commit-config.yaml
.secrets.baseline
AGENTS.md
CHANGELOG.md
commands/
analyze-distribution.md
analyze-no-shows.md
audit-routing.md
build-concierge-router.md
check-availability.md
configure-concierge-router.md
configure-distro-router.md
configure-handoff-router.md
copy-user.md
debug-concierge.md
debug-distro.md
inspect-chats.md
inspect-meeting.md
manage-meeting-types.md
manage-scheduling-links.md
offboard-user.md
org-meeting-report.md
user-details.md
user-meetings.md
CONTRIBUTING.md
docs/
methodology.md
org-deployment.md
QA.md
SKILL.template.md
gemini/
README.md
gpts/
availability-inspector/
GPT.md
openapi.yaml
chat-conversation-inspector/
GPT.md
openapi.yaml
concierge-debugger/
GPT.md
openapi.yaml
concierge-router-builder/
GPT.md
openapi.yaml
concierge-router-configuration/
GPT.md
openapi.yaml
distribution-analysis/
GPT.md
openapi.yaml
distro-debugger/
GPT.md
openapi.yaml
distro-router-configuration/
GPT.md
openapi.yaml
handoff-router-configuration/
GPT.md
openapi.yaml
meeting-inspector/
GPT.md
openapi.yaml
meeting-type-management/
GPT.md
openapi.yaml
no-show-analyzer/
GPT.md
openapi.yaml
org-meeting/
GPT.md
openapi.yaml
README.md
routing-audit/
GPT.md
openapi.yaml
scheduling-link-management/
GPT.md
openapi.yaml
user-copy/
GPT.md
openapi.yaml
user-details/
GPT.md
openapi.yaml
user-meetings/
GPT.md
openapi.yaml
user-offboarding/
GPT.md
openapi.yaml
LICENSE
mcp-servers/
chili-piper/
README.md
README.md
README.md
SECURITY.md
skills/
availability-inspector/
references/
api-reference.md
diagnostics.md
output-format.md
SKILL.md
chat-conversation-inspector/
references/
analysis-procedure.md
api-reference.md
output-format.md
SKILL.md
concierge-debugger/
references/
api-reference.md
diagnosis.md
output-format.md
SKILL.md
concierge-router-builder/
references/
api-reference.md
build-procedure.md
discovery.md
output-format.md
segment-presets.md
SKILL.md
concierge-router-configuration/
references/
api-reference.md
output-format.md
write-procedures.md
SKILL.md
distribution-analysis/
references/
api-reference.md
output-format.md
SKILL.md
distro-debugger/
references/
api-reference.md
debug-procedure.md
output-format.md
SKILL.md
distro-router-configuration/
references/
api-reference.md
lifecycle-procedures.md
output-format.md
routing-model.md
SKILL.md
handoff-router-configuration/
references/
api-reference.md
output-format.md
write-procedures.md
SKILL.md
meeting-inspector/
references/
anomaly-detection.md
api-reference.md
output-format.md
routing-trace.md
SKILL.md
meeting-type-management/
references/
api-reference.md
output-format.md
write-operations.md
SKILL.md
no-show-analyzer/
references/
analysis-methodology.md
api-reference.md
output-format.md
SKILL.md
org-meeting/
references/
api-reference.md
output-format.md
SKILL.md
README.md
routing-audit/
references/
api-reference.md
audit-procedure.md
output-format.md
SKILL.md
scheduling-link-management/
references/
api-reference.md
output-format.md
write-operations.md
SKILL.md
user-copy/
references/
api-reference.md
copy-procedure.md
output-format.md
SKILL.md
user-details/
references/
api-reference.md
output-format.md
recent-activity.md
SKILL.md
user-meetings/
references/
api-reference.md
output-format.md
SKILL.md
user-offboarding/
references/
api-reference.md
offboarding-procedure.md
output-format.md
SKILL.mdΒ© 2026 Flowy Β· Free and open source
Built for Claude Code Β· Not affiliated with Anthropic
| Full profile for any Chili Piper user |
| β |
| user-meetings | Rep-level meeting volume and health metrics | β |
| user-copy | Copy a user's workspace/team memberships to another user | β οΈ writes |
| user-offboarding | Safely remove a departing rep, with an audit trail | β οΈ writes |
| meeting-type-management | Manage team meeting types and their reminders β durations, invite text, booking limits | β οΈ writes |
| distro-router-configuration | Manage Distro lead-routing routers β create, update, activate/deactivate, delete | β οΈ writes |
| handoff-router-configuration | Manage Handoff routers β rep-to-rep handoff routing rules and meeting types | β οΈ writes |
| concierge-router-configuration | Manage Concierge routers β web-form routing rules, forms, and branding | β οΈ writes |
| scheduling-link-management | Manage scheduling links β round-robin, admin one-on-one, group, ownership | β οΈ writes |