agentsclimarketplace

Stirling pdf

Skill msageha/skills/stirling-pdf

Claude Code / Codex / Antigravity 用の Agent Skills 集

Install
npx -y skills add msageha/skills --skill stirling-pdf

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Stirling PDF document processing. Use when: user asks to convert, merge, split, compress, OCR, or manipulate PDF files. Also for converting between PDF and Markdown/images/Word/HTML. Useful alongside Obsidian for PDF-to-Markdown conversion.

SKILL.md

2.3 KB, 519 tokens by cl100k_base, as published. Nobody here has run it

Stirling PDF

Base URL: https://pdf-tools.msageha.net/api/v1 (Stirling PDF v2.14.0). All endpoints accept multipart/form-data and return the processed file directly.

Key facts

  • Auth is deployment-dependent: requests to this instance don't need an X-API-KEY header, but if login is ever enabled, add one or requests get a 401.
  • Response is the processed file (binary); save with -o output.ext.
  • pageNumbers supports ranges: 1,3,5-9, all, or expressions like 2n+1.
  • Large files may take time; inform the user before starting.
  • Confirm before destructive operations (removing pages, adding passwords).

Core operations

TaskEndpoint
PDF → Markdown/Text/Word/HTMLPOST /convert/pdf/{markdown,text,word,html}
PDF → ImagesPOST /convert/pdf/img
Markdown/HTML/URL/Office → PDFPOST /convert/{markdown,html,url,file}/pdf
Images → PDFPOST /convert/img/pdf
Merge / Split / Remove / Rotate / Rearrange pagesPOST /general/{merge-pdfs,split-pages,remove-pages,rotate-pdf,rearrange-pages}
CompressPOST /misc/compress-pdf
OCRPOST /misc/ocr-pdf
Repair / FlattenPOST /misc/{repair,flatten}
Extract images / Add page numbers / Add stamp / Update metadataPOST /misc/{extract-images,add-page-numbers,add-stamp,update-metadata}
Add/remove password, watermarkPOST /security/{add-password,remove-password,add-watermark}
Page count / basic info / propertiesPOST /analysis/{page-count,basic-info,document-properties}
Server statusGET /info/status

Full field lists, defaults, and ready-to-run curl examples: see references/api-reference.md and references/commands.md.

Obsidian Integration

To add a PDF to the Obsidian vault as a note: convert PDF → Markdown, then obsidian-cli create "Notes/<name>" --content "$(cat output.md)". See references/commands.md for the full recipe.

What ships with it: 2 files

25.2 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.