[DWS] Add nutrient document task skill scripts#10
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
| @@ -0,0 +1,4 @@ | |||
| interface: | |||
| display_name: "Nutrient DWS Doc Ops" | |||
There was a problem hiding this comment.
Rename this Nutrient DWS Processor API
There was a problem hiding this comment.
Fixed. Renamed the skill display name to "Nutrient DWS Processor API" in agents/openai.yaml.
| @@ -0,0 +1,63 @@ | |||
| --- | |||
| name: nutrient-document-tasks | |||
There was a problem hiding this comment.
| name: nutrient-document-tasks | |
| name: nutrient-document-processor-api |
There was a problem hiding this comment.
Fixed. Updated SKILL.md frontmatter name to nutrient-document-processor-api and aligned the skill directory name with it.
| @@ -0,0 +1,63 @@ | |||
| --- | |||
| name: nutrient-document-tasks | |||
| description: Execute common document-processing tasks with @nutrient-sdk/dws-client-typescript in Node.js scripts. Use when the user asks to convert, merge, split, OCR, extract text/tables/key-value pairs, watermark, redact, sign, optimize, protect, or reorder PDF content, or when they need a custom multi-step document pipeline script built from Nutrient DWS workflow actions. | |||
There was a problem hiding this comment.
| description: Execute common document-processing tasks with @nutrient-sdk/dws-client-typescript in Node.js scripts. Use when the user asks to convert, merge, split, OCR, extract text/tables/key-value pairs, watermark, redact, sign, optimize, protect, or reorder PDF content, or when they need a custom multi-step document pipeline script built from Nutrient DWS workflow actions. | |
| description: Execute common document-processing tasks with @nutrient-sdk/dws-client-typescript in Node.js scripts. Use when the user asks to convert, merge, split, OCR, extract text/tables/key-value pairs, watermark, redact, sign, optimize, protect, or reorder Document content, or when they need a custom multi-step document pipeline script built from Nutrient DWS workflow actions. |
There was a problem hiding this comment.
Fixed. Updated the SKILL.md description wording from "PDF content" to "Document content".
|
Moved over to PSPDFKit-labs/nutrient-agent-skill#3 |
Why
Add a reusable skill that exposes common document operations through executable scripts so agents can run deterministic workflows and build custom pipelines without re-implementing boilerplate each time.
Summary