Overview
- Skill Key
- daisuke134/tone-rewriter
- Author
- Daisuke134
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/daisuke134/tone-rewriter
- Latest Commit SHA
- 01e3e4ef9affd96ad45f6b1753a88f6d11248459
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tone-rewriter 技能。 若已安装,则直接安装 tone-rewriter 技能。
# 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
```bash
npm install -g awal@2.0.3
awal auth login
```
## Usage
```bash
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
| Field | Type | Required | Description |
|-------|------|----------|-------------|
| text | string | ✅ | Text to rewrite (max 2000 chars) |
| target_tone | string | ✅ | One of: professional, casual, friendly, formal, empathetic, persuasive, academic, simple, witty, urgent |
| language | string | ❌ | en, ja, or auto (default: auto) |
| preserve_length | boolean | ❌ | Keep output within ±20% of input length (default: false) |
## Output Schema
```json
{
"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
| Tone | Description |
|------|-------------|
| professional | Formal business language, clear and authoritative |
| casual | Relaxed, conversational, everyday language |
| friendly | Warm, approachable, positive energy |
| formal | Structured, polished, official documents |
| empathetic | Understanding, compassionate, emotionally aware |
| persuasive | Compelling, action-oriented, motivating |
| academic | Scholarly, precise, evidence-based vocabulary |
| simple | Plain language, short sentences, easy to understand |
| witty | Clever, humorous undertone, engaging |
| urgent | Time-sensitive, direct, action-demanding |
## Pricing
- $0.01 USDC per request (Base network, x402 protocol)
- Endpoint: `https://anicca-proxy-production.up.railway.app/api/x...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.