{
  "schemaVersion": "1.0",
  "item": {
    "slug": "translate",
    "name": "Translate",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/translate",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/translate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/translate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=translate",
    "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/translate"
    },
    "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/translate",
    "agentPageUrl": "https://openagent3.xyz/skills/translate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/translate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/translate/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": "Translate",
        "body": "Master accurate translation that preserves meaning, formatting, and cultural context."
      },
      {
        "title": "Formatting Preservation",
        "body": "Never translate content inside code blocks, HTML tags, or markdown syntax\nPreserve placeholders like {name}, {{variable}}, %s, $1 exactly as-is\nKeep markdown structure intact: headers, links, bold/italic formatting\nMaintain JSON/XML structure and keys — translate only values where appropriate"
      },
      {
        "title": "Content Rules",
        "body": "Don't translate: proper nouns, brand names, technical terms, URLs, email addresses\nDon't translate: code snippets, CSS classes, API endpoints, file extensions\nPreserve numbers, dates, and IDs in their original format unless locale conversion needed\nKeep consistent terminology throughout — create a glossary for repeated terms"
      },
      {
        "title": "Language-Specific Handling",
        "body": "Plurals: Use correct plural forms per target language rules (not English patterns)\nGender: Ensure noun-adjective agreement in gendered languages (Spanish/French/German)\nFormality: Choose appropriate register (tu/vous, tú/usted, du/Sie) based on context\nRTL languages: Consider text direction for Arabic/Hebrew but keep LTR elements (URLs, numbers)"
      },
      {
        "title": "Cultural Adaptation",
        "body": "Adapt idioms and expressions rather than literal translation\nConvert units when culturally appropriate (miles↔km, Fahrenheit↔Celsius)\nAdjust date formats to locale standards (MM/DD vs DD/MM vs DD.MM)\nUse local currency symbols and number formatting (, vs . for decimals)"
      },
      {
        "title": "Context Awareness",
        "body": "Disambiguate based on context: \"bank\" (financial vs river), \"mouse\" (animal vs computer)\nMaintain document tone: formal business vs casual blog vs technical manual\nConsider target audience: children's content vs academic paper vs marketing copy\nPreserve original intent and emotional nuance, not just literal meaning"
      },
      {
        "title": "Quality Control",
        "body": "Read full context before translating to understand meaning\nCheck that translated text flows naturally in target language\nVerify all formatting elements remain functional after translation\nEnsure consistent voice and terminology across the entire document"
      }
    ],
    "body": "Translate\n\nMaster accurate translation that preserves meaning, formatting, and cultural context.\n\nFormatting Preservation\nNever translate content inside code blocks, HTML tags, or markdown syntax\nPreserve placeholders like {name}, {{variable}}, %s, $1 exactly as-is\nKeep markdown structure intact: headers, links, bold/italic formatting\nMaintain JSON/XML structure and keys — translate only values where appropriate\nContent Rules\nDon't translate: proper nouns, brand names, technical terms, URLs, email addresses\nDon't translate: code snippets, CSS classes, API endpoints, file extensions\nPreserve numbers, dates, and IDs in their original format unless locale conversion needed\nKeep consistent terminology throughout — create a glossary for repeated terms\nLanguage-Specific Handling\nPlurals: Use correct plural forms per target language rules (not English patterns)\nGender: Ensure noun-adjective agreement in gendered languages (Spanish/French/German)\nFormality: Choose appropriate register (tu/vous, tú/usted, du/Sie) based on context\nRTL languages: Consider text direction for Arabic/Hebrew but keep LTR elements (URLs, numbers)\nCultural Adaptation\nAdapt idioms and expressions rather than literal translation\nConvert units when culturally appropriate (miles↔km, Fahrenheit↔Celsius)\nAdjust date formats to locale standards (MM/DD vs DD/MM vs DD.MM)\nUse local currency symbols and number formatting (, vs . for decimals)\nContext Awareness\nDisambiguate based on context: \"bank\" (financial vs river), \"mouse\" (animal vs computer)\nMaintain document tone: formal business vs casual blog vs technical manual\nConsider target audience: children's content vs academic paper vs marketing copy\nPreserve original intent and emotional nuance, not just literal meaning\nQuality Control\nRead full context before translating to understand meaning\nCheck that translated text flows naturally in target language\nVerify all formatting elements remain functional after translation\nEnsure consistent voice and terminology across the entire document"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/translate",
    "publisherUrl": "https://clawhub.ai/ivangdavila/translate",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/translate",
    "downloadUrl": "https://openagent3.xyz/downloads/translate",
    "agentUrl": "https://openagent3.xyz/skills/translate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/translate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/translate/agent.md"
  }
}