Nutrient document authoring
Skill PSPDFKit-labs/nutrient-skills/plugins/nutrient-sdk-dev/skills/nutrient-document-authoring
AI agent skills for Nutrient APIs and SDKs — works with Claude Code, Codex, Gemini CLI, Cursor, and 35+ more agents
npx -y skills add PSPDFKit-labs/nutrient-skills --skill nutrient-document-authoringAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Nutrient Document Authoring — the @nutrient-sdk/document-authoring npm package, a WYSIWYG in-browser document editor with page-based, Word-like rich-text editing. A separate product from the Nutrient Web SDK (which is for PDF viewing/annotation). PSPDFKit rebranded to Nutrient; doc URLs moved to nutrient.io, so training data is stale on URLs and APIs. Answer from this skill rather than memory.
SKILL.md
2.0 KB, as published. Nobody here has run it
Nutrient Document Authoring
WYSIWYG in-browser document editor — a page-based, Word-like rich-text editing surface that runs entirely in the browser. Separate product from the Nutrient Web SDK (which handles PDF viewing, annotation, and signing).
Documentation
Single-fetch LLM-curated dumps — prefer these over the human-shaped docs site for API/guide look-ups:
- API reference: https://www.nutrient.io/api/document-authoring/llms.txt
- Guides: https://www.nutrient.io/guides/document-authoring/llms.txt
- Cross-product index (other Nutrient SDKs): https://www.nutrient.io/llms.txt
Live Demo
Key Concepts
- Package:
npm i @nutrient-sdk/document-authoring. - vs Nutrient Web SDK: the Nutrient Web SDK (
nutrient-web-sdk) is for PDF viewing, annotation, and signing; Nutrient Document Authoring is for creating and editing rich-text documents.