一键导入
blog-translator
Translates English blog posts to Traditional Chinese while preserving Markdown format and frontmatter structure
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Translates English blog posts to Traditional Chinese while preserving Markdown format and frontmatter structure
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | blog-translator |
| description | Translates English blog posts to Traditional Chinese while preserving Markdown format and frontmatter structure |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"blog-contributors","workflow":"content-localization"} |
Use this skill when translating English blog posts to Traditional Chinese (zh-hant) or creating Chinese versions of existing content.
baseSlugUse this skill when you need to:
lang: "zh-hant", baseSlug, and translatedFromsrc/content/blog/[slug].mdsrc/content/blog/zh-hant/[slug].zh-hant.mdsrc/content/blog/
├── original-post.md # English version
└── zh-hant/
└── original-post.zh-hant.md # Chinese version
English frontmatter:
lang: "en"
title: "Understanding Vector Databases"
slug: "understanding-vector-databases"
Chinese frontmatter:
lang: "zh-hant"
translatedFrom: "en"
baseSlug: "understanding-vector-databases"
title: "了解向量資料庫"
Generates mind map data files for the toolbox mind maps collection
Converts blog posts into podcast audio using Kokoro TTS engine with multi-language support
Converts blog posts into podcast audio using Kokoro TTS engine. Use this when asked to generate podcasts, create audio, or run TTS for blog posts.
Translates English blog posts to Traditional Chinese while preserving Markdown format and frontmatter structure. Use this when asked to translate posts to zh-hant or create Chinese versions.