grammarly-hello-world
Installation
SKILL.md
Grammarly Hello World
Overview
Score a text document using Grammarly's Writing Score API. Returns an overall score plus sub-scores for engagement, correctness, tone, and clarity.
Prerequisites
- Completed
grammarly-install-authsetup - Valid access token with
scores-api:readscope
Instructions
Step 1: Score a Document
// hello-grammarly.ts
import 'dotenv/config';
const TOKEN = process.env.GRAMMARLY_ACCESS_TOKEN!;