← All skills
Tencent SkillHub · Content Creation

tone-rewriter

Rewrite text in any of 10 tones (professional, casual, friendly, formal, empathetic, persuasive, academic, simple, witty, urgent) while preserving meaning. x...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Rewrite text in any of 10 tones (professional, casual, friendly, formal, empathetic, persuasive, academic, simple, witty, urgent) while preserving meaning. x...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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

FieldTypeRequiredDescriptiontextstring✅Text to rewrite (max 2000 chars)target_tonestring✅One of: professional, casual, friendly, formal, empathetic, persuasive, academic, simple, witty, urgentlanguagestring❌en, ja, or auto (default: auto)preserve_lengthboolean❌Keep 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

ToneDescriptionprofessionalFormal business language, clear and authoritativecasualRelaxed, conversational, everyday languagefriendlyWarm, approachable, positive energyformalStructured, polished, official documentsempatheticUnderstanding, compassionate, emotionally awarepersuasiveCompelling, action-oriented, motivatingacademicScholarly, precise, evidence-based vocabularysimplePlain language, short sentences, easy to understandwittyClever, humorous undertone, engagingurgentTime-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

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc