Loading...
Loading...
reMarkable tablet expert. Use when users want to list, download, or upload files to their reMarkable tablet.
npx skill4agent add desplega-ai/ai-toolbox remarkable-expertrmapirmapi~/.local/bin/rmapipandoc| Command | Description |
|---|---|
| List files in folder (default: root) |
| Download file as |
| Upload file to tablet |
| Create folder |
| Find files recursively |
.rmdoc| Original Type | Contents of .rmdoc | How to View |
|---|---|---|
| Uploaded PDF | | Extract the |
| Native notebook | | No good local converter exists |
rmapi getarmapi ls # Root folder
rmapi ls Books # Specific folder[f][d]# 1. Download (creates <name>.rmdoc)
rmapi get "Books/MyBook.pdf"
# 2. Check if it contains a PDF
unzip -l "MyBook.pdf.rmdoc" | grep "\.pdf$"
# 3. Extract the PDF
unzip -j "MyBook.pdf.rmdoc" "*.pdf" -d /tmp/
# 4. Open it
open /tmp/*.pdf.rmhttp://10.11.99.1pandoc document.md -o /tmp/document.pdf
rmapi put /tmp/document.pdf "Documents/"rmapi put report.pdf "Work/"| What you see | Actually stored as | Viewable locally? |
|---|---|---|
| Uploaded PDF | PDF inside .rmdoc | Yes - extract from zip |
| Web article | Native notebook | No - needs converter |
| Handwritten notes | Native notebook | No - needs converter |
| ePub | Converted internally | Partial |
| Issue | Solution |
|---|---|
| "Unauthorized" | Re-authenticate: |
| File not found | Use |
| Upload fails | Check file size (<100MB for cloud) |
| Empty/corrupt PDF from geta | Known bug - extract PDF from .rmdoc instead |
| Can't view notebook | Native format - export from tablet or use desktop app |