Install
openclaw skills install toneclone-cliWrite in the user's authentic voice using ToneClone. Generate emails, messages, social posts, and other content that sounds like the user — not generic AI. U...
openclaw skills install toneclone-cliGenerate content in the user's authentic voice using their trained ToneClone personas.
ToneClone requires an account and trained personas. Get started at https://toneclone.ai
Install CLI (Homebrew):
brew tap toneclone/toneclone
brew install toneclone
Authenticate:
toneclone auth login
toneclone write --persona="<name>" --prompt="<what to write>"
toneclone write --persona="<name>" --knowledge="<card1>,<card2>" --prompt="<prompt>"
Chat reply:
toneclone write --persona="Chat" \
--prompt="Reply to: 'Hey, are you free this weekend?' — say yes, suggest Saturday"
Work email:
toneclone write --persona="Work Email" --knowledge="Work,Scheduling" \
--prompt="Follow-up email about project timeline, offer to schedule a call"
Social post:
toneclone write --persona="Twitter" \
--prompt="Announce our new feature launch, keep it punchy"
Pass relevant context in the prompt for better results:
| Task | Command |
|---|---|
| Write content | toneclone write --persona="Name" --prompt="..." |
| List personas | toneclone personas list |
| List knowledge cards | toneclone knowledge list |
| Check auth | toneclone auth status |
| Need | Use |
|---|---|
| Different writing style | Different persona |
| Different context/facts | Different knowledge card |
brew install toneclone/toneclone/toneclone