← Back to Skills Marketplace
j3ffyang

Blog Polisher

by Jeff Yang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
283
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install blog-polisher
Description
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...
README (SKILL.md)

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

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

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

  4. 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.
  5. Output Polished
    Set outputPath = 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.

Usage Guidance
This skill appears to do exactly what it says: read a local markdown file, suggest/preview edits, and write a polished copy. Before installing or running, confirm the agent's 'read_file'/'write_file' tools are trusted and confined to local files (so your drafts or sensitive snippets aren't sent elsewhere). Don't use this on drafts containing secrets (API keys, passwords, private tokens). If you want extra assurance, open SKILL.md yourself and run the skill on a non-sensitive sample first.
Capability Analysis
Type: OpenClaw Skill Name: blog-polisher Version: 1.0.1 The skill is a straightforward text-processing tool designed to polish markdown blog drafts. It uses standard file read/write capabilities to perform its stated function and includes instructions for the AI agent to seek user confirmation before making significant changes. Analysis of SKILL.md and the sample draft.md reveals no evidence of data exfiltration, malicious command execution, or prompt injection attacks; the references to sensitive paths (e.g., ~/.openclaw/credentials/) within the sample text are educational in nature and not targeted by the skill's logic.
Capability Assessment
Purpose & Capability
Name/description (blog polishing) matches the declared inputs and the SKILL.md workflow, which only requires reading a markdown file and writing a polished version.
Instruction Scope
SKILL.md only instructs the agent to read the provided draft path, analyze and edit text, preview changes, and write a polished file. It does not ask to read unrelated files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec or code files beyond SKILL.md and included draft sample; nothing will be downloaded or written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are required. The few references to OpenClaw config in the included draft.md are informational only and not used by the skill's runtime instructions.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. It only performs per-invocation read/write operations on the specified draft file.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install blog-polisher
  3. After installation, invoke the skill by name or use /blog-polisher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added sample draft.md file for easier testing and demonstration. - Updated metadata file (_meta.json) for version change. - No functional changes to skill logic.
v1.0.0
- Initial release of blog-polisher: polish markdown blog drafts for spelling, grammar, and clarity while keeping the original style and language. - Asks for user confirmation before making major paragraph changes. - Supports both English and Chinese, and flags mixed-language issues. - Outputs a new polished markdown file and summarizes all changes made.
Metadata
Slug blog-polisher
Version 1.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 283 downloads so far.

How do I install Blog Polisher?

Run "/install blog-polisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Blog Polisher free?

Yes, Blog Polisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Blog Polisher support?

Blog Polisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Blog Polisher?

It is built and maintained by Jeff Yang (@j3ffyang); the current version is v1.0.1.

💬 Comments