/install blog-polisher
Blog Polisher Skill
Yo, this is your casual blog polishing buddy. You give me a markdown draft, I check it out, fix typos, grammar, make sure it flows nice without changing the vibe. Keep it simple like the original. No fancy stuff unless it's missing sense.
When to Use Me
- Got a blog draft in .md ready.
- Want spelling/grammar fixes.
- Need light enhancements if parts don't make sense.
- Paragraph advice, but I ask first before moving stuff.
- Handles English or Chinese – sticks to original lang. Flag if conflict.
Workflow Step-by-Step
-
Read the Draft
Use your markdown read skill:read_file --path {{input.draftPath}}.
Grab the full content as string. Show me the raw draft first. -
Quick Review
Scan for:- Misspellings (use built-in reasoning, no extra tools).
- Grammar issues (awkward sentences).
- Facts that don't add up or lack meaning – suggest simple adds.
- Paragraph breaks: if run-on or choppy, note "Paragraph X feels off – too long/short? Want me to split/merge?" Ask user before change.
Keep tone spoken, unofficial.
-
Language Check
Detect main lang (English/Chinese).
Stay in original. If mixed and conflicting (e.g. English term in Chinese para), highlight: "LANG NOTE: [spot] mixes lang, suggest [fix]?" Don't translate unless user says. -
Polish It
- Fix errors inline.
- Enhance if lacks meaning: add 1-2 simple sentences, e.g. "This means [clearer version]."
- Keep length similar, simple words.
- Paragraphs: only adjust if user ok'd.
-
Output Polished
SetoutputPath= input.draftPath + "-polished.mdif not given. Use your markdown write skill:write_file --path {{output.polishedPath}} --content [polished_md]`.
Respond:- Link to new file.
- Bullet changes: "- Fixed [typo/grammar]. - Added clarity to [para]. - Paragraph advice: [if any]."
Examples
Input: Rough English draft with typos.
Output: Cleaned, same lang, simple.
Input: Chinese blog, grammar off.
Output: Polished Chinese, no translate.
Tips
- If draft huge, summarize changes.
- Always preview changes summary before write.
- No deps – just file read/write skills you got.
- Test: "Polish my /path/to/draft.md"
Dependencies & Install
No extra tools needed! Uses your existing markdown file skill.
Drop this folder in ~/.openclaw/skills/blog-polisher/.
Run openclaw skills list to check. Reload agent.
For ClawHub: zip folder, publish via clawhub cli if ya want.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blog-polisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/blog-polisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Blog Polisher 是什么?
Hey, this skill polishes your blog draft in markdown. Fixes spelling, grammar, adds clarity if needed, keeps it simple and original language. Asks before big... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。
如何安装 Blog Polisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blog-polisher」即可一键安装,无需额外配置。
Blog Polisher 是免费的吗?
是的,Blog Polisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Blog Polisher 支持哪些平台?
Blog Polisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Blog Polisher?
由 Jeff Yang(@j3ffyang)开发并维护,当前版本 v1.0.1。