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-auth setup
  • Valid access token with scores-api:read scope

Instructions

Step 1: Score a Document

// hello-grammarly.ts
import 'dotenv/config';

const TOKEN = process.env.GRAMMARLY_ACCESS_TOKEN!;
Installs
1
GitHub Stars
2.7K
First Seen
6 days ago
grammarly-hello-world — jeremylongshore/tons-of-skills-marketplace