Install
openclaw skills install @j3ffyang/blog-polish-en-astro-cnPolish and translate a technical blog draft into a 1000–1200 word, 4-5 section Markdown article in English and Simplified Chinese (zh-CN), preserving technical terms and code blocks. Then convert the English edition into Astro markdown compatible
openclaw skills install @j3ffyang/blog-polish-en-astro-cn$(cat "$polishedFile") EOF
mkdir -p "${outputDir}/${ts}-${slug}/images/"
save_state outputPath "$outputFile"
engOutputPath=$(load_state engOutputPath)
chnOutputPath=$(load_state chnOutputPath)
outputPath=$(load_state outputPath)
jq -n \
--arg engOutputPath "$engOutputPath" \
--arg chnOutputPath "$chnOutputPath" \
--arg astroPath "$outputPath" \
'{ engOutputPath: $engOutputPath, chnOutputPath: $chnOutputPath, astroPath: $astroPath }'
This skill polishes a technical blog draft and translates it to English and then Simplified Chinese while preserving technical accuracy.
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".
draftPath: ~/.openclaw/workspace/contentDraft/latestDraft.mdoutputDir: ~/.openclaw/workspace/contentPolished/${ts}-polished.md or ${ts}-${subject}.mdDraft → Check → Polish (EN) → Translate (ZH) → Convert EN to Astro format → Emit path JSON.
date +"%y%m%d%H%M")draftPathopenclaw, skill, cli)${outputDir}/${ts}-polished.md{ outputPath: "/full/path/to/file.md" }Input: ~/.openclaw/workspace/contentDraft/latestDraft.md
{ "outputPath": "~/.openclaw/workspace/contentPolished/2603142134-openclaw-skills.md" }