Skip to content

Commit 01eb6a1

Browse files
committed
Add Pi installation instructions
Pi now supported alongside Claude Code, Codex, Cursor, and Gemini CLI. Matches nutrient-skills PR #7.
1 parent 2e278f9 commit 01eb6a1

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,25 @@ Fast, accurate Markdown from PDFs — locally, with no cleanup required. Built f
2222

2323
### Agent skill (recommended)
2424

25-
If you use Claude Code, Codex, Cursor, or Gemini CLI, install the [Nutrient Skills](https://github.com/pspdfkit-labs/nutrient-skills) plugin — the extraction runs automatically when your agent needs to read a PDF:
25+
If you use Claude Code, Codex, Pi, Cursor, or Gemini CLI, install the [Nutrient Skills](https://github.com/pspdfkit-labs/nutrient-skills) plugin — the extraction runs automatically when your agent needs to read a PDF:
2626

2727
```bash
2828
npx skills add pspdfkit-labs/nutrient-skills --skill pdf-to-markdown
2929
```
3030

31-
Or with marketplace/plugin flows:
31+
Or with marketplace/plugin flows (Claude Code, Codex):
3232

3333
```text
3434
/plugin marketplace add pspdfkit-labs/nutrient-skills
3535
/plugin install pdf-to-markdown@nutrient-skills
3636
```
3737

38+
With Pi:
39+
40+
```bash
41+
pi install git:github.com/PSPDFKit-labs/nutrient-skills
42+
```
43+
3844
Once installed, just reference a PDF in your prompt — no extra commands needed:
3945

4046
> "Extract the pricing table from proposal.pdf"

0 commit comments

Comments
 (0)