grammarly-pack

v2.0.0 by Jeremy Longshore

Five model-agnostic Grammarly operator skills for secure access, document evaluation, API reliability, data safety, and license governance.

5 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install grammarly-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

v2.0.0 — five model-agnostic Agent Skills for safe Grammarly API operations: access readiness, document evaluation, API reliability, content-transfer governance, and license review.

> [!IMPORTANT] > v2 replaces 24 documentation-style v1 skills whose examples included inaccurate or > undocumented API contracts. The install slug stays grammarly-pack. Review the > complete v1 to v2 migration before upgrading.

Skills (5) plugin-local skills

grammarly-access-readiness View full skill →

Audit a Grammarly API OAuth configuration offline for recognized organization access, least-privilege scopes, and documented API coverage.

Bash(python3:*)
grammarly-api-reliability View full skill →

Analyze a sanitized Grammarly asynchronous job receipt without sending requests, reading document content, or guessing provider SLAs.

Bash(python3:*)
grammarly-data-safety-guardian View full skill →

Audit and gate a Grammarly document-submission manifest offline before an authorized integration upload.

Bash(python3:*)
grammarly-document-evaluator View full skill →

Validate, plan, and explicitly execute Grammarly Writing Score, AI Detection, or Plagiarism Detection document jobs using the documented create, presigned upload, and poll lifecycle.

Bash(python3:*)
grammarly-license-governor View full skill →

Produce a review-only plan from a sanitized Grammarly License Management snapshot, identifying non-admin users whose last activity is before an explicit cutoff.

Bash(python3:*)

Ready to use grammarly-pack?