Skip to content

Commit af8ee44

Browse files
committed
Rename skill to processor API naming
1 parent 8471b0f commit af8ee44

23 files changed

+5
-5
lines changed

skills/nutrient-document-tasks/SKILL.md renamed to skills/nutrient-document-processor-api/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
name: nutrient-document-tasks
3-
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.
2+
name: nutrient-document-processor-api
3+
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.
44
---
55

6-
# Nutrient Document Tasks
6+
# Nutrient Document Processor API
77

88
## Quick Start
99

1010
1. Ensure Node.js 18+ is available.
1111
2. Install the latest client package in the target project:
12-
- `node skills/nutrient-document-tasks/scripts/setup-latest-client.mjs npm`
12+
- `node skills/nutrient-document-processor-api/scripts/setup-latest-client.mjs npm`
1313
3. Export the API key before running scripts:
1414
- `export NUTRIENT_API_KEY="nutr_sk_..."`
1515
4. Run task scripts with `node` from the repository root.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
interface:
2-
display_name: "Nutrient DWS Doc Ops"
2+
display_name: "Nutrient DWS Processor API"
33
short_description: "Run common document automation scripts with Nutrient DWS"
44
default_prompt: "Use this skill to run existing scripts or generate new script-based document pipelines with @nutrient-sdk/dws-client-typescript."

skills/nutrient-document-tasks/assets/templates/custom-workflow-template.mjs renamed to skills/nutrient-document-processor-api/assets/templates/custom-workflow-template.mjs

File renamed without changes.

skills/nutrient-document-tasks/references/custom-pipeline-guidelines.md renamed to skills/nutrient-document-processor-api/references/custom-pipeline-guidelines.md

File renamed without changes.

skills/nutrient-document-tasks/references/script-catalog.md renamed to skills/nutrient-document-processor-api/references/script-catalog.md

File renamed without changes.

skills/nutrient-document-tasks/scripts/add-pages.mjs renamed to skills/nutrient-document-processor-api/scripts/add-pages.mjs

File renamed without changes.

skills/nutrient-document-tasks/scripts/convert.mjs renamed to skills/nutrient-document-processor-api/scripts/convert.mjs

File renamed without changes.

skills/nutrient-document-tasks/scripts/delete-pages.mjs renamed to skills/nutrient-document-processor-api/scripts/delete-pages.mjs

File renamed without changes.

skills/nutrient-document-tasks/scripts/duplicate-pages.mjs renamed to skills/nutrient-document-processor-api/scripts/duplicate-pages.mjs

File renamed without changes.

skills/nutrient-document-tasks/scripts/extract-key-value-pairs.mjs renamed to skills/nutrient-document-processor-api/scripts/extract-key-value-pairs.mjs

File renamed without changes.

0 commit comments

Comments
 (0)