There was an error while loading. Please reload this page.
1 parent b6320d0 commit 3fff912Copy full SHA for 3fff912
2 files changed
agent-pdf/README.md
@@ -4,14 +4,10 @@ Let AI agents edit and fill PDFs through [SimplePDF](https://simplepdf.com).
4
5
## Install
6
7
-Point your agent at:
8
-
9
-```
10
-https://agent.simplepdf.com
+```bash
+mkdir -p ~/.claude/skills/edit-pdf && curl -o ~/.claude/skills/edit-pdf/SKILL.md https://agent.simplepdf.com
11
```
12
13
-Returns the skill as `text/markdown`. Save it to your agent's skills directory.
14
15
## Quick start
16
17
```bash
agent-pdf/SKILL.md
@@ -1,5 +1,5 @@
1
---
2
-name: simplepdf
+name: edit-pdf
3
description: Edit and fill PDF documents. Use when the user wants to fill a PDF form,
add text/signatures/checkboxes/images to a PDF, or annotate a PDF. Accepts a PDF
URL or file upload and returns a ready-to-use editor link. URL inputs are passed
0 commit comments