‹ 首页

remarkable

@sammorrowdrums · 收录于 6 天前 · 上游提交 4 周前

Access reMarkable tablet documents, notebooks, PDFs, and EPUBs. Use when the user wants to read, search, browse, or extract text from their reMarkable tablet. Supports handwriting OCR, typed text, annotations, highlights, and page rendering to PNG/SVG. Triggers: "reMarkable", "tablet notes", "handwritten notes", "remarkable read", "remarkable search", "remarkable browse".

适合你,如果你使用 reMarkable 平板并需要从电脑访问笔记和文档。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add sammorrowdrums/remarkable-mcp/remarkable
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- sammorrowdrums/remarkable-mcp/remarkable
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify sammorrowdrums/remarkable-mcp/remarkable
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
184GitHub stars
~423最小装载
~423含声明引用
~131.4K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 e01f799 · 表述以原文为准
它做什么

装上后,Claude 可以读取、搜索、浏览你 reMarkable 平板上的文档、笔记本、PDF 和 EPUB,还能识别手写文字(需配置 Google Vision API),并将页面渲染为 PNG 或 SVG 图片。

什么时候触发

当你提到“reMarkable”、“平板笔记”、“手写笔记”等关键词,或要求读取、搜索、浏览 reMarkable 内容时触发。

装好后可以这样说
Claude 会调用搜索工具查找匹配内容。
Claude 会列出最近文档并读取内容。
Claude 会调用图片渲染工具生成 PNG。
技能原文 SKILL.md作者撰写 · MIT · e01f799

reMarkable Tablet

Access your reMarkable tablet as a second brain. Browse, search, read, and extract content from all documents including handwritten notes via OCR.

Setup

Add to openclaw.json:

{
  "mcpServers": {
    "remarkable": {
      "command": "uvx",
      "args": ["remarkable-mcp", "--usb"]
    }
  }
}

USB mode is recommended — connect via USB and enable "USB web interface" in tablet Settings → Storage. No subscription or developer mode needed.

Alternative Modes

SSH (requires developer mode):

{
  "mcpServers": {
    "remarkable": {
      "command": "uvx",
      "args": ["remarkable-mcp", "--ssh"]
    }
  }
}

Cloud (requires Connect subscription):

{
  "mcpServers": {
    "remarkable": {
      "command": "uvx",
      "args": ["remarkable-mcp"],
      "env": {
        "REMARKABLE_TOKEN": "your-token"
      }
    }
  }
}
OCR Support

For handwriting OCR, add a Google Vision API key:

{
  "mcpServers": {
    "remarkable": {
      "command": "uvx",
      "args": ["remarkable-mcp", "--usb"],
      "env": {
        "GOOGLE_VISION_API_KEY": "your-api-key"
      }
    }
  }
}
Tools

| Tool | Purpose | |------|---------| | remarkable_read | Read document content with text extraction, pagination, grep | | remarkable_browse | Browse folders, search by name, filter by tags | | remarkable_search | Multi-document content search with OCR | | remarkable_recent | List recently modified documents | | remarkable_image | Render pages as PNG or SVG | | remarkable_status | Check connection and device info |

Workflow
  1. Use remarkable_browse or remarkable_search to find documents
  2. Use remarkable_read to extract text content
  3. Use remarkable_image to render visual pages
  4. Use page parameter to paginate through multi-page documents
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。