Documents

blog-polish-zhcn

Try it

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.

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.md
  • outputDir: ~/.openclaw/workspace/contentPolished/
  • Output filename: ${ts}_${titleSlug}.md

Workflow Summary

  1. Resolve paths + create timestamp (date +"%y%m%d%H%M")
  2. Read draft from draftPath
  3. Polish English: Fix grammar/spelling, improve clarity, structure into 4-5 sections, target 1000-1200 words
  4. Translate to zh-CN: Preserve code blocks, inline code, technical terms (openclaw, skill, cli)
  5. Save polished markdown to ${outputDir}/${ts}_${titleSlug}.md
  6. 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

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.

28 installs

Produce Mandarin Chinese that reads as native-written, in the register, script, and region the audience expects.

114 installs3 stars

Translation and localization between language pairs with terminology, locale, and register discipline.

381 installs10 stars

Translate text with quick, analyzed, or fully polished modes, plus custom glossaries and style controls.

122 installs2 stars

Framework for translating Word, PDF, Excel, PowerPoint, HTML, Markdown, TXT documents. Provides document parsing code — the AI agent's own LLM performs the a...

35 installs1 stars

Turn Markdown into WeChat Official Account HTML, covers, infographics, and image posts via the md2wechat CLI.

65 installs4 stars