Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

blog-polish-zhcn

v1.0.13

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...

0· 337· 7 versions· 1 current· 1 all-time· Updated 4h ago· MIT-0
byJeff Yang@j3ffyang

Install

openclaw skills 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.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" }

Version tags

latestvk97beag1gyz9efzx0h3w886b5x83q5ke