/install blog-editor
Blog Editor
Polish a blog draft in Markdown — fix grammar, fill in thin spots, flag structure issues, and keep the original voice and language intact.
Before You Start
This skill needs no external dependencies — it's pure Markdown in, Markdown out. No Python, no scripts, no packages to install.
What you need:
- The blog draft as a
.mdfile (or pasted text) - The
mdskill loaded (you already have it — you said so!)
That's it. You're good to go.
Step 1 — Read the Draft
Ask the user to paste or upload their blog draft if they haven't already.
Once you have it, read it in full before doing anything. Don't start editing mid-read. Get the full picture first — tone, topic, structure, language(s).
Note these things as you read:
- What language(s) is it written in?
- What's the overall vibe? (casual, technical, personal?)
- Are there sections that feel thin or confusing?
- Are there grammar issues?
- Does the paragraph order make sense?
Step 2 — Grammar & Language Check
Go through the draft and fix grammar issues. Rules:
Fix silently (no need to ask):
- Spelling mistakes
- Punctuation errors
- Subject-verb agreement
- Tense consistency
- Run-on sentences or obvious typos
Language rule — important:
- Keep the original language as-is. Chinese stays Chinese. English stays English. Do NOT translate unless a sentence mixes languages in a way that breaks meaning.
- If you do change language in a spot (rare), highlight it with a comment
like:
\x3C!-- ⚠️ Language changed here: [reason] --> - If there's genuinely conflicting content between the two languages in a bilingual post, flag it to the user before changing anything.
Step 3 — Content Enhancement
For sections that are too thin, vague, or feel incomplete — add a bit more context or explanation. But keep these rules:
- Keep it as simple as the original. Don't make it fancy if the original wasn't.
- Don't add fluff. Only add something if it actually helps the reader understand.
- Don't change the author's voice. If they write casually, keep it casual. If they write short punchy sentences, don't pad them out.
- If a section is missing a key point that would make it confusing without
it, add it — but note what you added with a comment:
\x3C!-- ✏️ Enhanced: added [brief reason] -->
Step 4 — Paragraph Structure Check
Read through the structure. Ask yourself:
- Does the intro actually introduce the topic?
- Do the sections flow in a logical order?
- Does the conclusion wrap things up, or does it just stop?
- Are any paragraphs doing too much (should be split)?
- Are any paragraphs doing too little (should be merged or cut)?
If you spot a structural issue — do NOT just change it. Flag it like this and ask the user first:
⚠️ Structure suggestion: The section "[X]" feels like it would land better
after "[Y]" because [reason]. Want me to move it?
Wait for a yes before touching the order.
Step 5 — Output the Edited Draft
Once grammar is fixed and content is enhanced, output the full edited
Markdown file. Use the md skill to write it out properly.
Save it as: [original-filename]-edited.md
At the top of your response, give a short summary of what you changed:
## What I changed
- Grammar: [brief summary]
- Enhanced: [which sections, and why]
- Flagged for your input: [list any structure questions]
- Language notes: [if any language was changed, explain here]
Tone Reminders
- Stay in the author's voice. You're editing, not rewriting.
- Don't over-polish. A blog doesn't need to read like a textbook.
- Spoken and informal language is fine — don't sanitize it into corporate speak.
- If something sounds weird but it's intentional style, leave it alone.
Example Flow
User says: "here's my blog draft, can you clean it up?"
You do:
- Read the whole thing
- Fix grammar quietly
- Enhance thin sections (keep it simple)
- Flag any structure questions and ask
- Output the edited
.mdfile with a change summary
Dependencies
None. This skill is pure Markdown. No installs needed.
The only requirement is the md skill — which you already have set up.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blog-editor - 安装完成后,直接呼叫该 Skill 的名称或使用
/blog-editor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Blog Editor 是什么?
Edit, polish, and improve a blog post draft written in Markdown. Use this skill whenever the user wants to refine a blog draft — fixing grammar, improving cl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 350 次。
如何安装 Blog Editor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blog-editor」即可一键安装,无需额外配置。
Blog Editor 是免费的吗?
是的,Blog Editor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Blog Editor 支持哪些平台?
Blog Editor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Blog Editor?
由 Jeff Yang(@j3ffyang)开发并维护,当前版本 v1.0.3。