Install

openclaw skills install @jpengcheng523-netizen/jpeng-ai-grammar-checker

AI Grammar Checker

Check and correct grammar errors in text

When to Use

  • User needs nlp related functionality
  • Automating grammar tasks
  • Ai operations

Usage

bash
python3 scripts/ai_grammar_checker.py --input <input> --output <output>

Configuration

Set required environment variables:

bash
export GRAMMAR_API_KEY="your-api-key"

Output

Returns JSON with results:

json
{
  "success": true,
  "data": {}
}