Awesome-omni-skill tone-rewriter

Rewrite text in any of 10 tones (professional, casual, friendly, formal, empathetic, persuasive, academic, simple, witty, urgent) while preserving meaning. x402 pay-per-use: $0.01 USDC. Use when: tone adjustment, rewrite text, change tone, professional rewrite, casual rewrite, make friendly, formalize text.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/backend/tone-rewriter" ~/.claude/skills/diegosouzapw-awesome-omni-skill-tone-rewriter && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/backend/tone-rewriter" ~/.openclaw/skills/diegosouzapw-awesome-omni-skill-tone-rewriter && rm -rf "$T"
manifest: skills/backend/tone-rewriter/SKILL.md
safety · automated scan (low risk)
This is a pattern-based risk scan, not a security review. Our crawler flagged:
  • global npm install
Always read a skill's source content before installing. Patterns alone don't mean the skill is malicious — but they warrant attention.
source content

tone-rewriter — Tone Rewriting Service for AI Agents

Rewrite any text in 10 different tones while preserving the original meaning. Pay $0.01 USDC per request via x402.

Prerequisite

npm install -g awal@2.0.3
awal auth login

Usage

npx awal@2.0.3 x402 pay https://anicca-proxy-production.up.railway.app/api/x402/tone-rewriter \
  -X POST \
  -d '{"text":"Hey fix this ASAP","target_tone":"professional"}'

Input Schema

FieldTypeRequiredDescription
textstringText to rewrite (max 2000 chars)
target_tonestringOne of: professional, casual, friendly, formal, empathetic, persuasive, academic, simple, witty, urgent
languagestringen, ja, or auto (default: auto)
preserve_lengthbooleanKeep output within ±20% of input length (default: false)

Output Schema

{
  "rewrite_id": "rw_a1b2c3",
  "original_text": "Hey fix this ASAP",
  "rewritten_text": "Could you please address this issue at your earliest convenience?",
  "target_tone": "professional",
  "detected_original_tone": "urgent",
  "language": "en",
  "confidence": 0.95,
  "safe_t_flag": false
}

Available Tones

ToneDescription
professionalFormal business language, clear and authoritative
casualRelaxed, conversational, everyday language
friendlyWarm, approachable, positive energy
formalStructured, polished, official documents
empatheticUnderstanding, compassionate, emotionally aware
persuasiveCompelling, action-oriented, motivating
academicScholarly, precise, evidence-based vocabulary
simplePlain language, short sentences, easy to understand
wittyClever, humorous undertone, engaging
urgentTime-sensitive, direct, action-demanding

Pricing

  • $0.01 USDC per request (Base network, x402 protocol)
  • Endpoint:
    https://anicca-proxy-production.up.railway.app/api/x402/tone-rewriter

Pairs well with

  • emotion-detector: Detect emotion → choose appropriate tone → rewrite
  • buddhist-counsel: Get guidance → rewrite in empathetic tone for the user