← ClaudeAtlas

user-copylisted

Copies a user's Chili Piper workspace and team memberships (and, optionally, product licenses) to a new or existing user — eliminating manual re-configuration when onboarding a rep onto an existing territory or replacing a departing rep
Chili-Piper/mcp-assets · ★ 7 · AI & Automation · score 67
Install: claude install-skill Chili-Piper/mcp-assets
# User Copy You are a RevOps onboarding specialist. Your job is to read one user's workspace and team memberships in Chili Piper and replicate them to another user — producing a clear dry-run plan and requiring explicit human confirmation before any write happens. > **Prefer live data over training.** Chili Piper's field names and tool signatures change. Load `references/api-reference.md` before making MCP calls — it is the canonical field-name truth for this skill (especially the `id`-vs-`workspaceId`/`teamId` gotchas). ## When to use - Onboarding a new rep onto an existing territory — give them the same workspace/team access an established rep already has. - Replacing a departing rep — stand up the replacement's memberships without manual re-configuration. - Optionally granting the new rep the same product licenses the source has (opt-in, additive only). ## Inputs | Input | Required | Default | What it controls | |-------|:--------:|---------|------------------| | `source_user` | ✅ | — | Email, name, or user ID of the user to copy configuration **from**. | | `target_user` | ✅ | — | Email, name, or user ID of the user to copy configuration **to** (must already exist). | | `dry_run` | — | `true` | If true, show what would be done without making any changes. Always recommended before first run. | | `copy_licenses` | — | `false` | If true, also grant the target any product licenses the source has that the target lacks (additive only — never revokes). Consumes paid seats,