Skip to content

Commit b6320d0

Browse files
committed
docs: simplify install to one-liner fetch
1 parent e74c123 commit b6320d0

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

agent-pdf/README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,15 @@
22

33
Let AI agents edit and fill PDFs through [SimplePDF](https://simplepdf.com).
44

5-
## Install as a skill
5+
## Install
66

7-
Copy the [SKILL.md](./SKILL.md) file into your agent's skills directory:
8-
9-
```bash
10-
# Claude Code
11-
cp SKILL.md ~/.claude/skills/simplepdf/SKILL.md
12-
13-
# Cursor
14-
cp SKILL.md .cursor/skills/simplepdf/SKILL.md
15-
```
16-
17-
Or point your agent at the hosted version:
7+
Point your agent at:
188

199
```
2010
https://agent.simplepdf.com
2111
```
2212

23-
Any agent that fetches this URL gets the skill as `text/markdown`.
13+
Returns the skill as `text/markdown`. Save it to your agent's skills directory.
2414

2515
## Quick start
2616

0 commit comments

Comments
 (0)