[Upstream sync] K-Dense-AI/scientific-agent-skills (github) — 1 added, 14 modified #31
@@ -1,14 +1,14 @@
|
||||
---
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/K-Dense-AI/scientific-agent-skills/blob/9c9bd2e9/skills/pdf/SKILL.md
|
||||
upstream_sha: 9c9bd2e9
|
||||
imported_at: 2026-06-27
|
||||
upstream_source: https://github.com/K-Dense-AI/scientific-agent-skills/blob/a1b84fb2/skills/pdf/SKILL.md
|
||||
upstream_sha: a1b84fb2
|
||||
imported_at: 2026-07-26
|
||||
prompt_class: unknown
|
||||
upstream_changes: accepted
|
||||
name: pdf
|
||||
description: Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
|
||||
license: Proprietary. LICENSE.txt has complete terms
|
||||
metadata: {"version": "1.0"}
|
||||
metadata: {"version": "1.1", "skill-author": "Anthropic, PBC", "source": "https://github.com/anthropics/skills/tree/main/skills/pdf"}
|
||||
---
|
||||
|
||||
# PDF Processing Guide
|
||||
@@ -319,3 +319,7 @@ with open("encrypted.pdf", "wb") as output:
|
||||
- For JavaScript libraries (pdf-lib), see reference.md
|
||||
- If you need to fill out a PDF form, follow the instructions in forms.md
|
||||
- For troubleshooting guides, see reference.md
|
||||
|
||||
---
|
||||
|
||||
*This skill is created and maintained by [Anthropic](https://github.com/anthropics/skills/tree/main/skills/pdf). Vendored here unmodified except for frontmatter metadata and the case of the `reference.md`/`forms.md` links, which upstream writes uppercase; see LICENSE.txt for terms.*
|
||||
|
||||
Reference in New Issue
Block a user