ワンクリックで
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 ページを確認してインストールできます。
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.
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: "了解向量資料庫"