Agent skill
cursor-remarkable-upload
Upload markdown (including docmgr ticket docs) to a reMarkable device as PDF via a local uploader script, with a safe dry-run and optional mirroring of ticket structure. Use when the user asks to send docs to reMarkable, export markdown to PDF for reMarkable, or troubleshoot rmapi/pandoc/xelatex.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/cursor-remarkable-upload
SKILL.md
Cursor Remarkable Upload
Overview
Safely convert .md to .pdf and upload to a reMarkable device, defaulting to dry-runs and avoiding overwrites.
Preconditions
- Confirm uploader exists:
python3 /home/manuel/.local/bin/remarkable_upload.py --help - Confirm dependencies if needed:
rmapi,pandoc,xelatex
Workflow (safe default)
- Choose markdown file(s) (use absolute paths).
- Dry-run:
python3 /home/manuel/.local/bin/remarkable_upload.py --dry-run /abs/path/to/doc.md
- Upload (no overwrite):
python3 /home/manuel/.local/bin/remarkable_upload.py /abs/path/to/doc.md
- Only if explicitly requested: overwrite with
--force.
Ticket-aware uploads
- Prefer mirroring ticket structure to avoid name collisions; see
references/remarkable.md.
Reference
- Full usage + troubleshooting:
references/remarkable.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?