We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9039461 commit f3b3eccCopy full SHA for f3b3ecc
1 file changed
agents/README.md
@@ -2,12 +2,20 @@
2
3
Let AI agents edit and fill PDFs through [SimplePDF](https://simplepdf.com).
4
5
-## Add the "edit-pdf" skill
+## Add the [edit-pdf SKILL](https://agents.simplepdf.com/SKILL.md)
6
+
7
+### Claude Code
8
9
```bash
10
curl --create-dirs -o ~/.claude/skills/edit-pdf/SKILL.md https://agents.simplepdf.com/SKILL.md
11
```
12
13
+### Codex
14
15
+```bash
16
+curl --create-dirs -o .codex/skills/edit-pdf/SKILL.md https://agents.simplepdf.com/SKILL.md
17
+```
18
19
## Quick start
20
21
0 commit comments