From claudeclaw
First-run setup. Walks the user through filling in USER.md and SOUL.md so Claw becomes personalized. Triggers on the very first session (when USER.md still has placeholder values) or when the user runs /onboarding explicitly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudeclaw:onboardingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this once when Claw is freshly installed.
Run this once when Claw is freshly installed.
Read ${CLAUDE_PLUGIN_ROOT}/identity/USER.md. If it still contains the literal placeholder text _(your name)_, you are in a cold-start state. Otherwise, this skill is a no-op — tell the user "already onboarded" and stop.
Ask only these questions, one at a time, in this order. Don't bundle. Don't add clarifications unless the user asks.
After each answer, immediately write the relevant section into USER.md using Edit. Don't batch — write as you go so a crash doesn't lose the answers.
After question 4, also update SOUL.md:
Once USER.md has all five sections filled in:
USER.md and SOUL.md to confirm./boot after editing identity files to reload."/cron add (set up a daily routine), /skill list (see what I can do), or "just ask me something."docs/messaging-gateway.md.npx claudepluginhub leadsblender/claudeclaw --plugin claudeclawCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.