toneclone-cli
使用 ToneClone 输入用户的真实声音。生成听起来像用户的电子邮件、消息、社交帖子和其他内容,而不是通用人工智能。使用训练有素的人物角色来适应不同的写作风格,并使用知识卡来了解背景。需要 ToneClone 帐户并在toneclone.ai 上进行 CLI 设置。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~jfox85-toneclone-clicURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~jfox85-toneclone-cli/file -o jfox85-toneclone-cli.md## 概述(中文) 使用 ToneClone 输入用户的真实声音。生成听起来像用户的电子邮件、消息、社交帖子和其他内容,而不是通用人工智能。使用训练有素的人物角色来适应不同的写作风格,并使用知识卡来了解背景。需要 ToneClone 帐户并在toneclone.ai 上进行 CLI 设置。 ## 原文 # ToneClone CLI Generate content in the user's authentic voice using their trained ToneClone personas. ## Setup ToneClone requires an account and trained personas. Get started at https://toneclone.ai **Install CLI (Homebrew):** ```bash brew tap toneclone/toneclone brew install toneclone ``` **Authenticate:** ```bash toneclone auth login ``` ## Writing Content ```bash toneclone write --persona="<name>" --prompt="<what to write>" ``` ### With Knowledge Cards ```bash toneclone write --persona="<name>" --knowledge="<card1>,<card2>" --prompt="<prompt>" ``` ### Examples **Chat reply:** ```bash toneclone write --persona="Chat" \ --prompt="Reply to: 'Hey, are you free this weekend?' — say yes, suggest Saturday" ``` **Work email:** ```bash toneclone write --persona="Work Email" --knowledge="Work,Scheduling" \ --prompt="Follow-up email about project timeline, offer to schedule a call" ``` **Social post:** ```bash toneclone write --persona="Twitter" \ --prompt="Announce our new feature launch, keep it punchy" ``` ## Providing Context Pass relevant context in the prompt for better results: - Thread/conversation being replied to - Background on the topic - Recipient info or relationship context ## Quick Commands | 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` | ## Personas vs Knowledge Cards | Need | Use | |------|-----| | Different writing style | Different **persona** | | Different context/facts | Different **knowledge card** | ## More Info - Full documentation: https://toneclone.ai/cli - Create personas & training: https://app.toneclone.ai - Source code: https://github.com/toneclone/cli