{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tone-rewriter",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tone-rewriter",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/tone-rewriter",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "tone-rewriter — Tone Rewriting Service for AI Agents",
        "body": "Rewrite any text in 10 different tones while preserving the original meaning. Pay $0.01 USDC per request via x402."
      },
      {
        "title": "Prerequisite",
        "body": "npm install -g awal@2.0.3\nawal auth login"
      },
      {
        "title": "Usage",
        "body": "npx awal@2.0.3 x402 pay https://anicca-proxy-production.up.railway.app/api/x402/tone-rewriter \\\n  -X POST \\\n  -d '{\"text\":\"Hey fix this ASAP\",\"target_tone\":\"professional\"}'"
      },
      {
        "title": "Input Schema",
        "body": "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)"
      },
      {
        "title": "Output Schema",
        "body": "{\n  \"rewrite_id\": \"rw_a1b2c3\",\n  \"original_text\": \"Hey fix this ASAP\",\n  \"rewritten_text\": \"Could you please address this issue at your earliest convenience?\",\n  \"target_tone\": \"professional\",\n  \"detected_original_tone\": \"urgent\",\n  \"language\": \"en\",\n  \"confidence\": 0.95,\n  \"safe_t_flag\": false\n}"
      },
      {
        "title": "Available Tones",
        "body": "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"
      },
      {
        "title": "Pricing",
        "body": "$0.01 USDC per request (Base network, x402 protocol)\nEndpoint: https://anicca-proxy-production.up.railway.app/api/x402/tone-rewriter"
      },
      {
        "title": "Pairs well with",
        "body": "emotion-detector: Detect emotion → choose appropriate tone → rewrite\nbuddhist-counsel: Get guidance → rewrite in empathetic tone for the user"
      }
    ],
    "body": "tone-rewriter — Tone Rewriting Service for AI Agents\n\nRewrite any text in 10 different tones while preserving the original meaning. Pay $0.01 USDC per request via x402.\n\nPrerequisite\nnpm install -g awal@2.0.3\nawal auth login\n\nUsage\nnpx awal@2.0.3 x402 pay https://anicca-proxy-production.up.railway.app/api/x402/tone-rewriter \\\n  -X POST \\\n  -d '{\"text\":\"Hey fix this ASAP\",\"target_tone\":\"professional\"}'\n\nInput Schema\nField\tType\tRequired\tDescription\ntext\tstring\t✅\tText to rewrite (max 2000 chars)\ntarget_tone\tstring\t✅\tOne of: professional, casual, friendly, formal, empathetic, persuasive, academic, simple, witty, urgent\nlanguage\tstring\t❌\ten, ja, or auto (default: auto)\npreserve_length\tboolean\t❌\tKeep output within ±20% of input length (default: false)\nOutput Schema\n{\n  \"rewrite_id\": \"rw_a1b2c3\",\n  \"original_text\": \"Hey fix this ASAP\",\n  \"rewritten_text\": \"Could you please address this issue at your earliest convenience?\",\n  \"target_tone\": \"professional\",\n  \"detected_original_tone\": \"urgent\",\n  \"language\": \"en\",\n  \"confidence\": 0.95,\n  \"safe_t_flag\": false\n}\n\nAvailable Tones\nTone\tDescription\nprofessional\tFormal business language, clear and authoritative\ncasual\tRelaxed, conversational, everyday language\nfriendly\tWarm, approachable, positive energy\nformal\tStructured, polished, official documents\nempathetic\tUnderstanding, compassionate, emotionally aware\npersuasive\tCompelling, action-oriented, motivating\nacademic\tScholarly, precise, evidence-based vocabulary\nsimple\tPlain language, short sentences, easy to understand\nwitty\tClever, humorous undertone, engaging\nurgent\tTime-sensitive, direct, action-demanding\nPricing\n$0.01 USDC per request (Base network, x402 protocol)\nEndpoint: https://anicca-proxy-production.up.railway.app/api/x402/tone-rewriter\nPairs well with\nemotion-detector: Detect emotion → choose appropriate tone → rewrite\nbuddhist-counsel: Get guidance → rewrite in empathetic tone for the user"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Daisuke134/tone-rewriter",
    "publisherUrl": "https://clawhub.ai/Daisuke134/tone-rewriter",
    "owner": "Daisuke134",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}