✓ Verified 💻 Development ✓ Enhanced Data

Toneclone Cli

Write in the user's authentic voice using ToneClone.

Rating
4 (47 reviews)
Downloads
600 downloads
Version
1.0.0

Overview

Write in the user's authentic voice using ToneClone.

Complete Documentation

View Source →

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

TaskCommand
Write contenttoneclone write --persona="Name" --prompt="..."
List personastoneclone personas list
List knowledge cardstoneclone knowledge list
Check authtoneclone auth status

Personas vs Knowledge Cards

NeedUse
Different writing styleDifferent persona
Different context/factsDifferent knowledge card

More Info

  • Full documentation: https://toneclone.ai/cli
  • Create personas & training: https://app.toneclone.ai
  • Source code: https://github.com/toneclone/cli

Installation

Terminal bash

openclaw install toneclone-cli
    
Copied!

💻Code Examples

**Install CLI (Homebrew):**

install-cli-homebrew.sh
brew tap toneclone/toneclone
brew install toneclone

toneclone write --persona="<name>" --knowledge="<card1>,<card2>" --prompt="<prompt>"

toneclone-write---personaname---knowledgecard1card2---promptprompt.txt
### Examples

**Chat reply:**

Tags

#git_and-github #cli

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author jfox85
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install toneclone-cli