Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@
"pluginRoot": "./plugins"
},
"plugins": [
{
"name": "nutrient-dws",
"description": "Document processing skills powered by the Nutrient Document Web Services API. Convert, merge, split, OCR, extract, watermark, redact, sign, optimize, protect, and reorder documents.",
"version": "1.0.0",
"source": "./plugins/nutrient-dws",
"author": {
"name": "PSPDFKit",
"email": "[email protected]"
},
"license": "MIT",
"keywords": ["nutrient", "dws", "document", "pdf", "processing", "convert", "ocr", "extract"]
},
{
"name": "pdf-to-markdown",
"description": "Extract text as structured, semantic Markdown from a PDF.",
Expand Down
1 change: 0 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ Each skill lives under `plugins/<plugin-name>/skills/<skill-name>/SKILL.md`. Rea

## Available Skills

- **nutrient-dws / document-processor-api** — Convert, extract, transform, and secure documents via the Nutrient Document Web Services API.
- **pdf-to-markdown / pdf-to-markdown** — Extract text from PDFs as structured, semantic Markdown. Use when converting a PDF to Markdown, extracting text from a PDF, or processing one or more PDFs into Markdown output.
10 changes: 0 additions & 10 deletions CHANGELOG.md

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ AI agent skills for [Nutrient](https://www.nutrient.io/) APIs and SDKs. Works wi

| Plugin | Skill | Description |
|--------|-------|-------------|
| [`nutrient-dws`](plugins/nutrient-dws) | `document-processor-api` | Convert, extract, transform, and secure documents via the Nutrient Document Web Services API |
| [`pdf-to-markdown`](plugins/pdf-to-markdown) | `pdf-to-markdown` | Extract text from PDFs as structured, semantic Markdown |

## Installation
Expand All @@ -16,7 +15,6 @@ AI agent skills for [Nutrient](https://www.nutrient.io/) APIs and SDKs. Works wi
Install using the [Skills CLI](https://github.com/vercel-labs/skills):

```bash
npx skills add pspdfkit-labs/nutrient-skills --skill document-processor-api
npx skills add pspdfkit-labs/nutrient-skills --skill pdf-to-markdown
```

Expand All @@ -34,7 +32,7 @@ Both Claude Code and Codex support the `/plugin` command:

```
/plugin marketplace add pspdfkit-labs/nutrient-skills
/plugin install nutrient-dws@nutrient-skills
/plugin install pdf-to-markdown@nutrient-skills
```

After installation, the plugin's skills will automatically load in all future sessions.
Expand Down
13 changes: 0 additions & 13 deletions plugins/nutrient-dws/.claude-plugin/plugin.json

This file was deleted.

13 changes: 0 additions & 13 deletions plugins/nutrient-dws/.codex-plugin/plugin.json

This file was deleted.

2 changes: 0 additions & 2 deletions plugins/nutrient-dws/skills/document-processor-api/.gitignore

This file was deleted.

62 changes: 0 additions & 62 deletions plugins/nutrient-dws/skills/document-processor-api/SKILL.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading