smithery/go-go-golems

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.

Installation

$ npx skills add smithery/go-go-golems --skill cursor-remarkable-upload

Summary

  • 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.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/go-go-golems.

npx skills add smithery/go-go-golems

Browse all from smithery/go-go-golems

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,217 B
  • docs SUMMARY.md 329 B

History

  1. First recorded snapshot · 0 installs

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

  1. Confirm uploader exists: python3 /home/manuel/.local/bin/remarkable_upload.py --help
  2. Confirm dependencies if needed: rmapi, pandoc, xelatex

Workflow (safe default)

  1. Choose markdown file(s) (use absolute paths).
  2. Dry-run:

- python3 /home/manuel/.local/bin/remarkable_upload.py --dry-run /abs/path/to/doc.md

  1. Upload (no overwrite):

- python3 /home/manuel/.local/bin/remarkable_upload.py /abs/path/to/doc.md

  1. 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.