penny_start_setup
Run the first-run setup interview with the user. Returns a short interview script (how to address them, who they are, communication preferences, current focus) for you to ask conversationally and save with penny_write (entityType:"profile"), plus a custom-instructions snippet for the user to paste into their AI app so future conversations use these notes. Calling this marks onboarding complete (see penny_read target:"profile" meta.onboarded), so only call it when the user agrees to set up. Pass client when you know which app the user is in, to tailor the paste-here instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | No | Optional client hint: 'claude-desktop' | 'chatgpt' | 'claude-web' | other. Tailors the snippet's where-to-paste guidance. |