We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74c123 commit b6320d0Copy full SHA for b6320d0
1 file changed
agent-pdf/README.md
@@ -2,25 +2,15 @@
2
3
Let AI agents edit and fill PDFs through [SimplePDF](https://simplepdf.com).
4
5
-## Install as a skill
+## Install
6
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:
+Point your agent at:
18
19
```
20
https://agent.simplepdf.com
21
22
23
-Any agent that fetches this URL gets the skill as `text/markdown`.
+Returns the skill as `text/markdown`. Save it to your agent's skills directory.
24
25
## Quick start
26
0 commit comments