Polish a technical blog draft into an 800–1000 word, 3–4 section zh-CN article, preserve technical terms/code, and generate consistent hero + per-section image prompts when the user asks to polish and translate a blog with images.
Documents
blog-polish-zhcn
Try itPolish and translate a technical blog draft into a 1200–1400 word, 4-5 section Markdown article in Simplified Chinese (zh-CN), preserving technical terms and code blocks.
What it does
Polish and translate a technical blog draft into a 1200–1400 word, 4-5 section Markdown article in Simplified Chinese (zh-CN), preserving technical terms and code blocks.
The skill document
Blog Polish (zh-CN)
This skill polishes a technical blog draft and translates it to Simplified Chinese while preserving technical accuracy.
When to Use
Use when the user asks to polish/translate a technical blog draft to zh-CN without images. Triggers: "polish my draft", "translate blog to Chinese", "enhance latestDraft.md".
Defaults
draftPath:~/.openclaw/workspace/contentDraft/latestDraft.mdoutputDir:~/.openclaw/workspace/contentPolished/- Output filename:
${ts}_${titleSlug}.md
Workflow Summary
- Resolve paths + create timestamp (
date +"%y%m%d%H%M") - Read draft from
draftPath - Polish English: Fix grammar/spelling, improve clarity, structure into 4-5 sections, target 1000-1200 words
- Translate to zh-CN: Preserve code blocks, inline code, technical terms (
openclaw,skill,cli) - Save polished markdown to
${outputDir}/${ts}_${titleSlug}.md - Return:
{ outputPath: "/full/path/to/file.md" }
Output
The skill returns a JSON object with a single property:
outputPath: path to the generated polished article.
Example
Input: ~/.openclaw/workspace/contentDraft/latestDraft.md
Example Output
{ "outputPath": "~/.openclaw/workspace/contentPolished/2603142134-openclawSkills.md" }
Related skills
Produce Mandarin Chinese that reads as native-written, in the register, script, and region the audience expects.
Translation and localization between language pairs with terminology, locale, and register discipline.
Translate text with quick, analyzed, or fully polished modes, plus custom glossaries and style controls.
Framework for translating Word, PDF, Excel, PowerPoint, HTML, Markdown, TXT documents. Provides document parsing code — the AI agent's own LLM performs the a...
Turn Markdown into WeChat Official Account HTML, covers, infographics, and image posts via the md2wechat CLI.