# Send tone-rewriter to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tone-rewriter",
    "name": "tone-rewriter",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/Daisuke134/tone-rewriter",
    "canonicalUrl": "https://clawhub.ai/Daisuke134/tone-rewriter",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/tone-rewriter",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tone-rewriter",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "tone-rewriter",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T05:43:30.585Z",
      "expiresAt": "2026-05-08T05:43:30.585Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tone-rewriter",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tone-rewriter",
        "contentDisposition": "attachment; filename=\"tone-rewriter-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "tone-rewriter"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/tone-rewriter"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tone-rewriter",
    "downloadUrl": "https://openagent3.xyz/downloads/tone-rewriter",
    "agentUrl": "https://openagent3.xyz/skills/tone-rewriter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tone-rewriter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tone-rewriter/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Daisuke134
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T05:43:30.585Z
- Expires at: 2026-05-08T05:43:30.585Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/tone-rewriter)
- [Send to Agent page](https://openagent3.xyz/skills/tone-rewriter/agent)
- [JSON manifest](https://openagent3.xyz/skills/tone-rewriter/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/tone-rewriter/agent.md)
- [Download page](https://openagent3.xyz/downloads/tone-rewriter)