← Back to Skills Marketplace
1357
Downloads
3
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install grammar
Description
Correct grammar and spelling without changing meaning or style.
README (SKILL.md)
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
Usage Guidance
This is a low-risk, instruction-only grammar helper and appears coherent with its purpose. Because it processes user text, avoid pasting highly sensitive PII or secrets into prompts unless you trust the platform's privacy/processing policies. If you do not want the skill to be invoked autonomously, consider disabling autonomous skill invocation in your agent settings even though this skill itself is benign.
Capability Analysis
Type: OpenClaw Skill
Name: grammar
Version: 1.0.0
The skill bundle contains standard metadata and a `SKILL.md` file outlining instructions for a grammar correction agent. The instructions in `SKILL.md` are entirely focused on the stated purpose of correcting grammar and spelling, emphasizing accuracy and preserving author's intent. There are no indications of prompt injection attempts, malicious commands, data exfiltration, persistence mechanisms, or any other high-risk behaviors in either file.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md all describe a focused grammar-and-spelling correction capability. The skill requests no binaries, env vars, or config paths that would be unrelated to this purpose.
Instruction Scope
SKILL.md provides narrowly scoped instructions (fix grammar/spelling, preserve voice, ask for clarification when ambiguous). It does not instruct the agent to read arbitrary files, environment variables, or send data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk or downloaded, minimizing install-time risk.
Credentials
No environment variables, credentials, or config paths are required. The requested surface is minimal and appropriate for a text-correction skill.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. disable-model-invocation is false (normal) which allows autonomous invocation but is expected for a usable skill of this type.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install grammar - After installation, invoke the skill by name or use
/grammar - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Grammar?
Correct grammar and spelling without changing meaning or style. It is an AI Agent Skill for Claude Code / OpenClaw, with 1357 downloads so far.
How do I install Grammar?
Run "/install grammar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Grammar free?
Yes, Grammar is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Grammar support?
Grammar is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Grammar?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills