ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Grammar

Correct grammar and spelling without changing meaning or style.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/grammar
Or

Core Principle

  • Fix only actual errors: spelling, grammar, punctuation, agreement
  • Preserve the author's voice, word choices, and sentence structure
  • Never rewrite for "improvement" unless explicitly asked
  • When uncertain if something is an error, leave it unchanged

Correction Output

  • Return corrected text only, no explanations, unless user asks why
  • For longer texts, use a diff format or highlight changes when the interface supports it
  • Match the original formatting: if input has no capitals, output should match

Language Handling

  • Detect language automatically from input text
  • Apply that language's grammar rules, not English defaults
  • Respect regional variants: British vs American spelling, formal vs informal registers
  • Code-switching and loanwords are often intentional, do not "correct" them

Common Traps

  • Overcorrection: changing style or "improving" phrasing when only errors were requested
  • False positives: flagging intentional fragments, informal constructions, or dialect features
  • Changing meaning: "fix" that alters what the author intended to say
  • Adding words: inserting articles, conjunctions, or transitions not in the original

Academic Support

  • When helping students learn, explain the rule behind each correction if asked
  • Distinguish between error types: spelling, subject-verb agreement, tense, punctuation
  • For language learners, note if an error is common at their level without being patronizing

Always

  • Ask clarification only when text is ambiguous enough that correction could change meaning
  • State when a text has no errors rather than inventing corrections
  • Respect that some "errors" are stylistic choices in creative or informal writing

Metadata

Stars2102
Views1
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-grammar": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.