Inspect Meeting banner
Chili-Piper Chili-Piper

Inspect Meeting

Development community

Description

--- description: Inspect a single Chili Piper meeting — routing path, rep assignment, outcome, and anomalies — and get a recommended next action. argument-hint: "<meeting-id or guest@email.com>" allowed-tools: [Read] --- # /inspect-meeting Deep-dive into one meeting using the `meeting-inspector` skill. ## Steps 1. Read `skills/meeting-inspector/SKILL.md`. 2. Check that the Chili Piper MCP is connected — call `health-ping`. If it fails, output setup instructions from `mcp-servers/chili-piper/

Installation

Installs to ~/.claude/skills/chili-piper-mcp-assets-inspect-meeting/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chili-piper-mcp-assets-inspect-meeting && curl -fsSL https://raw.githubusercontent.com/Chili-Piper/mcp-assets/HEAD/commands/inspect-meeting.md -o ~/.claude/skills/chili-piper-mcp-assets-inspect-meeting/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository