/install blog-polish-zhcn
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" }
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install blog-polish-zhcn - After installation, invoke the skill by name or use
/blog-polish-zhcn - Provide required inputs per the skill's parameter spec and get structured output
What is blog-polish-zhcn?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 321 downloads so far.
How do I install blog-polish-zhcn?
Run "/install blog-polish-zhcn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is blog-polish-zhcn free?
Yes, blog-polish-zhcn is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does blog-polish-zhcn support?
blog-polish-zhcn is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created blog-polish-zhcn?
It is built and maintained by Jeff Yang (@j3ffyang); the current version is v1.0.13.