Install
openclaw skills install blog-editorEdit, 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...
openclaw skills install blog-editorPolish a blog draft in Markdown — fix grammar, fill in thin spots, flag structure issues, and keep the original voice and language intact.
This skill needs no external dependencies — it's pure Markdown in, Markdown out. No Python, no scripts, no packages to install.
What you need:
.md file (or pasted text)md skill loaded (you already have it — you said so!)That's it. You're good to go.
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:
Go through the draft and fix grammar issues. Rules:
Fix silently (no need to ask):
Language rule — important:
<!-- ⚠️ Language changed here: [reason] -->For sections that are too thin, vague, or feel incomplete — add a bit more context or explanation. But keep these rules:
<!-- ✏️ Enhanced: added [brief reason] -->Read through the structure. Ask yourself:
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.
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]
User says: "here's my blog draft, can you clean it up?"
You do:
.md file with a change summaryNone. This skill is pure Markdown. No installs needed.
The only requirement is the md skill — which you already have set up.