Skip to content

Commit f3b3ecc

Browse files
committed
docs: update skill install instructions with Codex example
1 parent 9039461 commit f3b3ecc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

agents/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

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

5-
## Add the "edit-pdf" skill
5+
## Add the [edit-pdf SKILL](https://agents.simplepdf.com/SKILL.md)
6+
7+
### Claude Code
68

79
```bash
810
curl --create-dirs -o ~/.claude/skills/edit-pdf/SKILL.md https://agents.simplepdf.com/SKILL.md
911
```
1012

13+
### Codex
14+
15+
```bash
16+
curl --create-dirs -o .codex/skills/edit-pdf/SKILL.md https://agents.simplepdf.com/SKILL.md
17+
```
18+
1119
## Quick start
1220

1321
```bash

0 commit comments

Comments
 (0)