# Send Ppt Ooxml Translator 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ppt-ooxml-tool",
    "name": "Ppt Ooxml Translator",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jason2be/ppt-ooxml-tool",
    "canonicalUrl": "https://clawhub.ai/jason2be/ppt-ooxml-tool",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ppt-ooxml-tool",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ppt-ooxml-tool",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      ".github/workflows/ci.yml",
      "CHANGELOG.md",
      "README.md",
      "RELEASE_NOTES_v0.1.0.md",
      "RELEASE_NOTES_v0.1.1.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ppt-ooxml-tool",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T05:34:28.081Z",
      "expiresAt": "2026-05-10T05:34:28.081Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ppt-ooxml-tool",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ppt-ooxml-tool",
        "contentDisposition": "attachment; filename=\"ppt-ooxml-tool-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ppt-ooxml-tool"
      },
      "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/ppt-ooxml-tool"
    },
    "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/ppt-ooxml-tool",
    "downloadUrl": "https://openagent3.xyz/downloads/ppt-ooxml-tool",
    "agentUrl": "https://openagent3.xyz/skills/ppt-ooxml-tool/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ppt-ooxml-tool/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ppt-ooxml-tool/agent.md"
  }
}
```
## Documentation

### 中文

这是一个面向 AI Agent 的 Skill，用于将 PPTX（OOXML）翻译与本地化流程标准化：

解包与回包
文本抽取与回填
术语统一
按语言自动字体规范
XML 结构校验
JSON 输出，便于外部系统自动化集成

### English

This is an AI-agent Skill for standardized PPTX (OOXML) translation and localization workflows:

unpack and repack
extract and apply translated text
terminology normalization
language-aware font standardization
XML integrity validation
JSON outputs for external automation and orchestration
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jason2be
- Version: 0.1.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-03T05:34:28.081Z
- Expires at: 2026-05-10T05:34:28.081Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ppt-ooxml-tool)
- [Send to Agent page](https://openagent3.xyz/skills/ppt-ooxml-tool/agent)
- [JSON manifest](https://openagent3.xyz/skills/ppt-ooxml-tool/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ppt-ooxml-tool/agent.md)
- [Download page](https://openagent3.xyz/downloads/ppt-ooxml-tool)