Install
openclaw skills install blog-polish-zhcnPolish 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...
openclaw skills install blog-polish-zhcnThis skill polishes a technical blog draft and translates it to 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}_${titleSlug}.mddate +"%y%m%d%H%M")draftPathopenclaw, skill, cli)${outputDir}/${ts}_${titleSlug}.md{ outputPath: "/full/path/to/file.md" }The skill returns a JSON object with a single property:
outputPath: path to the generated polished article.Input: ~/.openclaw/workspace/contentDraft/latestDraft.md
Example Output
{ "outputPath": "~/.openclaw/workspace/contentPolished/2603142134-openclawSkills.md" }