← Back to Skills Marketplace
ai-grammar-checker
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-ai-grammar-checker
Description
Check and correct grammar errors in text
README (SKILL.md)
AI Grammar Checker
Check and correct grammar errors in text
When to Use
- User needs nlp related functionality
- Automating grammar tasks
- Ai operations
Usage
python3 scripts/ai_grammar_checker.py --input \x3Cinput> --output \x3Coutput>
Configuration
Set required environment variables:
export GRAMMAR_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
Usage Guidance
This skill's instructions reference a local Python script (scripts/ai_grammar_checker.py) and an API key (GRAMMAR_API_KEY) but the skill package contains no code, no source link, and the registry metadata lists no required env vars — these mismatches could be harmless (author forgot to include files) or intentional. Before installing or running: ask the author to provide the script source or a trustworthy homepage, confirm which external service the API key targets and what permissions it needs, and never paste real credentials until you verify the implementation. If you must test, use a dummy API key and run in a sandbox. If the author cannot provide source or explanation, avoid installing or granting real secrets.
Capability Analysis
Type: OpenClaw Skill
Name: jpeng-ai-grammar-checker
Version: 1.0.0
The provided files (_meta.json and SKILL.md) describe a standard AI grammar checker tool. The documentation outlines typical usage and configuration requirements, such as an API key environment variable, without any evidence of malicious instructions, prompt injection, or suspicious behavior. Note that the actual implementation script (scripts/ai_grammar_checker.py) was not included in the provided content for review.
Capability Assessment
Purpose & Capability
The name/description (grammar checking) is plausible, but the SKILL.md requires a GRAMMAR_API_KEY and running a local script (python3 scripts/ai_grammar_checker.py). The registry metadata declares no required env vars or code files. Requesting an API key could be legitimate for a grammar service, but the declared metadata does not match the instructions, which is incoherent.
Instruction Scope
Runtime instructions tell the agent to run a local script at scripts/ai_grammar_checker.py and to set GRAMMAR_API_KEY. However, there are no code files in the package and no explanation of what the script does, where it comes from, or which external endpoint the API key is for. The instructions do not reference other files, but they assume local artifacts and a secret that are not present or declared.
Install Mechanism
There is no install spec (instruction-only skill), so nothing will be written to disk by an installer. This is low-risk from an install mechanism perspective.
Credentials
The SKILL.md asks the user to set GRAMMAR_API_KEY, but the skill metadata lists no required environment variables and no primary credential. That mismatch is a red flag: the skill expects a secret but does not declare it, and there is no information about which service the key is for or what permissions it needs.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. Autonomous invocation is allowed by default but is not in itself a problem and is not combined with other high privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-ai-grammar-checker - After installation, invoke the skill by name or use
/jpeng-ai-grammar-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
jpeng-ai-grammar-checker 1.0.0 – Initial Release
- Provides grammar checking and correction for text.
- Command-line usage via Python script.
- Requires GRAMMAR_API_KEY environment variable for operation.
- Outputs results in JSON format.
Metadata
Frequently Asked Questions
What is ai-grammar-checker?
Check and correct grammar errors in text. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install ai-grammar-checker?
Run "/install jpeng-ai-grammar-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ai-grammar-checker free?
Yes, ai-grammar-checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ai-grammar-checker support?
ai-grammar-checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ai-grammar-checker?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills