# Send Translate 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": "translate",
    "name": "Translate",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/translate",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/translate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/translate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=translate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "translate",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T20:26:09.102Z",
      "expiresAt": "2026-05-07T20:26:09.102Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=translate",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=translate",
        "contentDisposition": "attachment; filename=\"translate-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "translate"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Translate

Master accurate translation that preserves meaning, formatting, and cultural context.

### Formatting Preservation

Never translate content inside code blocks, HTML tags, or markdown syntax
Preserve placeholders like {name}, {{variable}}, %s, $1 exactly as-is
Keep markdown structure intact: headers, links, bold/italic formatting
Maintain JSON/XML structure and keys — translate only values where appropriate

### Content Rules

Don't translate: proper nouns, brand names, technical terms, URLs, email addresses
Don't translate: code snippets, CSS classes, API endpoints, file extensions
Preserve numbers, dates, and IDs in their original format unless locale conversion needed
Keep consistent terminology throughout — create a glossary for repeated terms

### Language-Specific Handling

Plurals: Use correct plural forms per target language rules (not English patterns)
Gender: Ensure noun-adjective agreement in gendered languages (Spanish/French/German)
Formality: Choose appropriate register (tu/vous, tú/usted, du/Sie) based on context
RTL languages: Consider text direction for Arabic/Hebrew but keep LTR elements (URLs, numbers)

### Cultural Adaptation

Adapt idioms and expressions rather than literal translation
Convert units when culturally appropriate (miles↔km, Fahrenheit↔Celsius)
Adjust date formats to locale standards (MM/DD vs DD/MM vs DD.MM)
Use local currency symbols and number formatting (, vs . for decimals)

### Context Awareness

Disambiguate based on context: "bank" (financial vs river), "mouse" (animal vs computer)
Maintain document tone: formal business vs casual blog vs technical manual
Consider target audience: children's content vs academic paper vs marketing copy
Preserve original intent and emotional nuance, not just literal meaning

### Quality Control

Read full context before translating to understand meaning
Check that translated text flows naturally in target language
Verify all formatting elements remain functional after translation
Ensure consistent voice and terminology across the entire document
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- 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-04-30T20:26:09.102Z
- Expires at: 2026-05-07T20:26:09.102Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/translate)
- [Send to Agent page](https://openagent3.xyz/skills/translate/agent)
- [JSON manifest](https://openagent3.xyz/skills/translate/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/translate/agent.md)
- [Download page](https://openagent3.xyz/downloads/translate)