Back to catalogue

Spellcheck Proofread & Polish

Content Creator Official v1.0.1

Flags misspellings with a deterministic zero-token builtin, then an LLM applies those fixes and polishes grammar and voice — so the model never pays tokens to check whether something is a word.

by skrptiq

writing builtin spellcheck
workflow Updated 19 July 2026 3 nodes

Sign in to import this skrpt into your workspace.

Sign in
What's included 3 nodes
1 workflow 1 skill 1 prompt 1 built-in
workflow (1)

Spellcheck Proofread & Polish

Flags misspellings deterministically with a zero-token builtin, then an LLM applies the fixes and polishes grammar and voice.

skill (1)

Proofread Polish

Applies the spellchecker's flagged fixes and polishes grammar and voice, without re-scanning for spelling.

prompt (1)

Polish Draft

Applies the flagged spelling fixes and polishes grammar and voice.

Built-in (1) deterministic · runs offline · no tokens

Spellcheck

built-in · offline · 0 tokens

Flag misspelled words against an embedded dictionary — a list, not a rewrite.

Requirements 1 service
Services
  • LLM Service
Security Passed
All checks passed v1.0.1 · scanner v3.3.0

Detected

  • Services: llm-service
  • Permissions:
  • Data Handling:
Version history 2 releases
v1.0.1 latest 12 July 2026

GH#820 — migrate the `spellcheck` builtin to the node-less `local.builtin` shape (#802 D1b): `id: spellcheck` + `input: {{input.draft}}` + `context`, no backing skill node/edge; downstream ref `{{steps.Spellcheck.output}}` → `{{steps.spellcheck.output}}`. Deterministic output unchanged. contents skills 2→1.

v1.0.0 11 July 2026

Initial release. The 5th #808 builtin-showcase skrpt. Showcases the flagship hybrid pattern: the deterministic `spellcheck` builtin flags misspellings (zero-token, offline, `en`) → a single LLM pass applies those fixes and polishes grammar and voice, without paying tokens to detect spelling. Deterministic assertion: the fixture `"We recieve teh report and it occured twice."` yields `flaggedCount: 3` (recieve, teh, occured).

More from Content Creator

View all →

Send feedback

Sign in to send feedback — it lets us follow up and keeps the tracker free of spam.