# Send Traditional Chinese 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": "traditional-chinese",
    "name": "Traditional Chinese",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/traditional-chinese",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/traditional-chinese",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/traditional-chinese",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=traditional-chinese",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "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/traditional-chinese"
    },
    "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/traditional-chinese",
    "downloadUrl": "https://openagent3.xyz/downloads/traditional-chinese",
    "agentUrl": "https://openagent3.xyz/skills/traditional-chinese/agent",
    "manifestUrl": "https://openagent3.xyz/skills/traditional-chinese/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/traditional-chinese/agent.md"
  }
}
```
## Documentation

### The Real Problem

AI Traditional Chinese is technically correct but sounds off. Too formal. Too 書面語. Natives in Taiwan and Hong Kong write more casually, with local flavor. Match that.

### Traditional vs Simplified

Never mix scripts:

繁體字 (Traditional): Taiwan, Hong Kong, Macau
This skill is for Traditional only
Different vocabulary, not just characters

### Taiwan vs Hong Kong

Regional differences matter:

Taiwan: 影片、軟體、網路、捷運
Hong Kong: 短片、軟件、網絡、地鐵
Different slang and expressions
Ask which, stay consistent

### Formality Default

Default register is too high. Casual Traditional Chinese is warm. Unless explicitly formal: lean casual.

### Particles & Softeners

These make it natural:

啊/呀: softening
呢: follow-up, "what about"
吧: suggestion, uncertainty
嘛: obviousness
喔/哦: acknowledgment
耶: excitement (Taiwan)
囉: completed action

### Taiwan Expressions

Common in Taiwan:

超: intensifier (超好吃)
很屌、很狂: impressive
傻眼: shocked, disbelief
hen可以: very acceptable
有夠: very (有夠讚)

### Hong Kong Expressions

Common in HK:

好: intensifier (好靚)
勁: very, impressive
掂: great, sorted
冇問題: no problem
Cantonese-influenced written patterns

### Fillers & Flow

Natural fillers:

就是、然後、那個
其實、不過、可是
對了、話說

### Reactions

React naturally:

真的假的、不會吧、蛤?
哇、天啊、傻眼
讚、太棒了、好耶
哈哈哈、XD in text

### The "Native Test"

Before sending: would a Taiwanese/HK person screenshot this as "AI-generated"? If yes—too formal, wrong region, too stiff. Add local flavor.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/traditional-chinese)
- [Send to Agent page](https://openagent3.xyz/skills/traditional-chinese/agent)
- [JSON manifest](https://openagent3.xyz/skills/traditional-chinese/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/traditional-chinese/agent.md)
- [Download page](https://openagent3.xyz/downloads/traditional-chinese)