User Details banner
Chili-Piper Chili-Piper

User Details

Development community

Description

--- description: Pulls a full profile for any Chili Piper user — teams, workspaces, meeting types, scheduling links, and recent meeting activity — for onboarding audits, offboarding checks, and troubleshooting. argument-hint: "<user-email-or-name> [no-meetings]" allowed-tools: [Read] --- # /user-details Pull a full user profile using the `user-details` skill. ## Steps 1. Read `skills/user-details/SKILL.md`. 2. Check that the Chili Piper MCP is connected — call `health-ping`. If it fails, out

Installation

Installs to ~/.claude/skills/chili-piper-mcp-assets-user-details/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository