PSPDFKit-labs/nutrient-dws-client-typescript
Instructions file CodexOpenCode
Instructions for PSPDFKit-labs/nutrient-dws-client-typescript, covering agents.md, rules, definition of done and where to look.
PSPDFKit-labs/nutrient-dws-client-typescript
Instructions file CodexOpenCode
Instructions for PSPDFKit-labs/nutrient-dws-client-typescript, covering agents.md, rules, definition of done and where to look.
PSPDFKit-labs/nutrient-dws-client-typescript
Instructions file
Instructions for PSPDFKit-labs/nutrient-dws-client-typescript: Canonical agent instructions live in @AGENTS.md — read it first.
Plugin Claude Code
Plugin marketplace listing 7 plugins: nutrient-dws, make-pdf, remediate-pdf, pdf-to-markdown, pdf-to-text.
Instructions file CodexOpenCode
AGENTS.md instructions for PSPDFKit-labs/nutrient-skills, covering nutrient skills and available skills.
Instructions file
Claude Code instructions for PSPDFKit-labs/nutrient-skills, a project described as: AI agent skills for Nutrient APIs and SDKs — works with Claude Code, Codex, Gemini CLI, Cursor, and 35+ more agents.
Plugin Claude Code
Generate finished PDFs from Markdown or HTML — accessible PDF/UA, archival PDF/A, watermarks, batch — with built-in conformance verification.
Skill Claude CodeCodex
Generate finished PDFs from Markdown or HTML via the Nutrient DWS Build API - single files or whole directories - with compliance-grade output options (accessible PDF/UA, archival PDF/A, text watermarks) and built-in conformance verification. Use when the user asks to make, generate, export, or batch-convert PDFs from…
MCP server Claude CodeCodexCursor +2
MCP server "nutrient-dws" as configured in PSPDFKit-labs/nutrient-skills. Runs ./scripts/launch-mcp.mjs with node.
Skill Claude CodeCodex
Process, convert, OCR, sign, redact, parse, or extract data from documents with the Nutrient DWS MCP tools. Use when the user wants cloud document processing through the installed Nutrient plugin.
Plugin Claude Code
Document processing skills powered by the Nutrient Document Web Services API. Includes the document-processor-api skill (convert, merge, OCR, watermark, redact, sign, optimize) and the document-extraction-api skill (structural parse / Markdown via /extraction/parse, plus schema field extraction with citations via…
Skill Claude CodeCodex
Two primitives of the Nutrient Data Extraction API. parse (/extraction/parse) returns the whole-document model — a structural JSON of typed elements with bounding boxes, or whole-document Markdown — for RAG ingestion, search indexing, content migration, or layout-aware understanding. extract (/extraction/extract)…
Skill Claude CodeCodex
Process documents with Nutrient DWS. Use when the user wants to generate PDFs from HTML or URLs, convert Office/images/PDFs, assemble or split packets, OCR scans, extract text/tables/key-value pairs, redact PII, watermark, sign, fill forms, optimize PDFs, or produce compliance outputs like PDF/A or PDF/UA. Triggers…
Skill Claude CodeCodex
Upload documents to Nutrient-managed cloud storage and mint browser viewer session JWTs via the Nutrient DWS Viewer API (cloud-hosted document viewing). Use when the user wants to embed a document viewer backed by the cloud, mint a viewer session token, add annotation/forms/signing or real-time collaboration without…
Skill Claude CodeCodex
Chunk a document into provenance-carrying JSONL ready for embedding via the Nutrient Data Extraction API (/extraction/parse, spatial output). Every chunk carries element type, page index, bounding box, confidence, and reading order, traceable to a specific page region. Use for grounded or auditable RAG, cited…
Plugin Claude Code
Skills for developing with Nutrient SDKs: Web Viewer, Document Authoring, Mobile (iOS/Android/React Native/Flutter/MAUI), Server (Python/Java/Node.js/.NET), self-hosted Nutrient Document Engine, and Nutrient AI Assistant.
Skill Claude CodeCodex
Nutrient AI Assistant — in-viewer document-AI for Nutrient SDKs (Web/iOS/Android/React Native) plus a Docker ai-assistant backend (PostgreSQL+pgvector and an OpenAI / Azure OpenAI / AWS Bedrock / self-hosted LLM). Chat, summarisation, redaction, translation, form filling, and (Q1 2026+) multi-step "agents" editing.…
Skill Claude CodeCodex
Nutrient Android SDK — the native Kotlin/Java PDF SDK for Android. PSPDFKit rebranded to Nutrient; the Maven coordinates are now io.nutrient:nutrient (formerly com.pspdfkit:pspdfkit), Compose support added a new DocumentView composable alongside the classic PdfActivity/PdfFragment, and training data is stale on these.…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Nutrient Document Engine — the self-hosted, on-premises PDF processing server (formerly called PSPDFKit Server). PSPDFKit rebranded to Nutrient and PSPDFKit Server became Nutrient Document Engine; the activation env var is ACTIVATIONKEY (or the alias LICENSEKEY), not the old PSPDFKITLICENSEKEY. Training data is stale…
Skill Claude CodeCodex
Nutrient .NET SDK — the server-side .NET SDK that was rebranded from GdPicture.NET SDK. PSPDFKit rebranded to Nutrient; the .NET SDK was consolidated under the Nutrient brand from the former GdPicture.NET product line. Training data is stale on the rebrand and current capabilities — answer from this skill rather than…
Skill Claude CodeCodex
Nutrient Flutter SDK — the nutrientflutter Dart package (the legacy pspdfkitflutter package is the pre-rebrand name). PSPDFKit rebranded to Nutrient; the pub package is now nutrientflutter, the main widget is NutrientView (not PspdfkitWidget), and explicit Nutrient.initialize() is now required at app startup. Training…
Skill Claude CodeCodex
Nutrient iOS SDK — the native Swift/Objective-C PDF SDK for iOS, iPadOS, Mac Catalyst, and visionOS. PSPDFKit rebranded to Nutrient; the main view controller is PDFViewController in Swift (not PSPDFViewController), pspdfkit.com URLs moved to nutrient.io, and training data is stale on URLs and classes. Answer from this…
Skill Claude CodeCodex
Nutrient Java SDK — the io.nutrient:nutrient-java-sdk Maven Central artifact (formerly under com.pspdfkit coordinates) for server-side JVM PDF processing. PSPDFKit rebranded to Nutrient; Maven coordinates moved to the io.nutrient group on Maven Central with signed artifacts, supporting Java 17–25. Training data is…
Skill Claude CodeCodex
Nutrient .NET MAUI mobile SDK — the Nutrient.MAUI.SDK NuGet package (the legacy PSPDFKit.MAUI.SDK package is the pre-rebrand name). PSPDFKit rebranded to Nutrient; the NuGet package is now Nutrient.MAUI.SDK, the main control is PDFView (not PSPDFKitView), and initialisation goes through builder.RegisterPSPDFKitSdk()…