You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agents/SKILL.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: edit-pdf
3
3
description: Edit and fill PDF documents. Use when the user wants to fill a PDF form,
4
4
add text/signatures/checkboxes/images to a PDF, or annotate a PDF. Accepts a PDF
5
5
URL or file upload and returns a ready-to-use editor link. URL inputs are passed
6
-
through directly. File uploads are stored temporarily (1 hour) then deleted.
6
+
through directly. File uploads are stored temporarily (24 hours) then deleted.
7
7
---
8
8
9
9
# SimplePDF - PDF Editor
@@ -30,7 +30,7 @@ Both return JSON with the editor URL and embed snippets.
30
30
31
31
## From a file
32
32
33
-
Upload a PDF file to the API. The file is stored temporarily (1 hour) to make it accessible to the browser-based editor.
33
+
Upload a PDF file to the API. For security and privacy, the file is stored temporarily (24 hours) then automatically deleted. The user has 24 hours to open the link. Once opened, the PDF is loaded into the browser and processed entirely client-side, so the tab can stay open indefinitely.
34
34
35
35
### Shell
36
36
@@ -133,7 +133,7 @@ With a company-specific portal, replace `"ai"` with the portal identifier:
133
133
## Privacy
134
134
135
135
-**URL input**: The PDF URL is passed directly to the browser-based editor. The PDF is never downloaded or stored by this service.
136
-
-**File upload**: The PDF is temporarily stored for up to 1 hour to make it accessible to the browser-based editor, then automatically deleted.
136
+
-**File upload**: For security and privacy, uploaded PDFs are stored for up to 24 hours then automatically deleted. Once the editor loads the PDF in the browser, the tab works independently of the stored file.
137
137
-**Editing**: All PDF editing happens client-side in the browser. The edited document is never sent to SimplePDF servers.
138
138
139
139
## Supported operations
@@ -150,7 +150,7 @@ Once the user opens the editor link, they can:
150
150
## Limits
151
151
152
152
- Maximum PDF size: 50 MB (file uploads only)
153
-
- Uploaded files expire after 1 hour
153
+
- Uploaded files expire after 24 hours
154
154
- Rate limit: 30 requests per minute per IP
155
155
- URL must start with http:// or https://
156
156
- companyIdentifier must be a valid SimplePDF portal identifier
0 commit comments