Skip to content

Commit 3fff912

Browse files
committed
docs: rename skill to edit-pdf, one-liner install
1 parent b6320d0 commit 3fff912

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

agent-pdf/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ Let AI agents edit and fill PDFs through [SimplePDF](https://simplepdf.com).
44

55
## Install
66

7-
Point your agent at:
8-
9-
```
10-
https://agent.simplepdf.com
7+
```bash
8+
mkdir -p ~/.claude/skills/edit-pdf && curl -o ~/.claude/skills/edit-pdf/SKILL.md https://agent.simplepdf.com
119
```
1210

13-
Returns the skill as `text/markdown`. Save it to your agent's skills directory.
14-
1511
## Quick start
1612

1713
```bash

agent-pdf/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: simplepdf
2+
name: edit-pdf
33
description: Edit and fill PDF documents. Use when the user wants to fill a PDF form,
44
add text/signatures/checkboxes/images to a PDF, or annotate a PDF. Accepts a PDF
55
URL or file upload and returns a ready-to-use editor link. URL inputs are passed

0 commit comments

Comments
 (0)