{
  "schemaVersion": "1.0",
  "item": {
    "slug": "remarkable-tablet",
    "name": "Remarkable",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/coolmanns/remarkable-tablet",
    "canonicalUrl": "https://clawhub.ai/coolmanns/remarkable-tablet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/remarkable-tablet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=remarkable-tablet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/remarkable-tablet"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/remarkable-tablet",
    "agentPageUrl": "https://openagent3.xyz/skills/remarkable-tablet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/remarkable-tablet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/remarkable-tablet/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "reMarkable Tablet Integration (rmapi)",
        "body": "Fetch handwritten notes, sketches, and drawings from a reMarkable tablet via Cloud API. Process them — refine artwork with AI image generation, extract text to memory/journal, or use as input for other workflows."
      },
      {
        "title": "Typical Use Cases",
        "body": "Journal entries — User writes thoughts on reMarkable → fetch → OCR/interpret → append to memory/YYYY-MM-DD.md or a dedicated journal file\nSketch refinement — User draws a rough graphic → fetch → enhance with nano-banana-pro (AI image editing) → return polished version\nBrainstorming/notes — User jots down ideas, lists, diagrams → fetch → extract structure → add to project docs or memory\nIllustrations — User creates hand-drawn art → fetch → optionally stylize → use in blog posts, social media, etc."
      },
      {
        "title": "Processing Pipeline",
        "body": "reMarkable tablet → Cloud sync → rmapi fetch → PDF/PNG\n                                                  ↓\n                                    ┌─────────────┴─────────────┐\n                                    │                           │\n                              Text content?               Visual/sketch?\n                                    │                           │\n                              OCR / interpret            nano-banana-pro\n                                    │                     (AI enhance)\n                                    │                           │\n                              Add to memory/            Return refined\n                              journal/project            image to user"
      },
      {
        "title": "Setup",
        "body": "Tool: rmapi (ddvk fork) v0.0.32\nBinary: ~/bin/rmapi\nConfig: ~/.rmapi (device token after auth)\nSync folder: ~/clawd/remarkable-sync/"
      },
      {
        "title": "Authentication (ONE-TIME)",
        "body": "User goes to https://my.remarkable.com/connect/desktop\nLogs in, gets 8-character code\nRun rmapi and enter the code\nToken saved to ~/.rmapi — future runs are automatic"
      },
      {
        "title": "Commands",
        "body": "# List files/folders\nrmapi ls\nrmapi ls --json\n\n# Navigate\nrmapi cd \"folder name\"\n\n# Find by tag / starred / regex\nrmapi find --tag=\"share-with-gandalf\" /\nrmapi find --starred /\nrmapi find / \".*sketch.*\"\n\n# Download (PDF)\nrmapi get \"filename\"\n\n# Download with annotations rendered (best for sketches)\nrmapi geta \"filename\"\n\n# Bulk download folder\nrmapi mget -o ~/clawd/remarkable-sync/ \"/Shared with Gandalf\""
      },
      {
        "title": "Option A: Dedicated Folder",
        "body": "User creates \"Shared with Gandalf\" folder on reMarkable → moves items there → agent fetches with rmapi mget"
      },
      {
        "title": "Option B: Tag-Based",
        "body": "User tags documents with share-with-gandalf → agent discovers with rmapi find --tag"
      },
      {
        "title": "Option C: Starred Items",
        "body": "User stars items → agent fetches with rmapi find --starred"
      },
      {
        "title": "Fetch Script",
        "body": "# Fetch from shared folder\n~/clawd/scripts/remarkable-fetch.sh\n\n# Fetch starred items\n~/clawd/scripts/remarkable-fetch.sh --starred\n\n# Fetch by tag\n~/clawd/scripts/remarkable-fetch.sh --tag=\"share-with-gandalf\""
      },
      {
        "title": "Notes",
        "body": "Tablet must cloud-sync before files are available\ngeta renders annotations into PDF (preferred for handwritten content)\nUse convert (ImageMagick) to go from PDF → PNG for image processing\nFor text extraction, interpret the handwriting visually (vision model) rather than traditional OCR"
      }
    ],
    "body": "reMarkable Tablet Integration (rmapi)\n\nFetch handwritten notes, sketches, and drawings from a reMarkable tablet via Cloud API. Process them — refine artwork with AI image generation, extract text to memory/journal, or use as input for other workflows.\n\nTypical Use Cases\nJournal entries — User writes thoughts on reMarkable → fetch → OCR/interpret → append to memory/YYYY-MM-DD.md or a dedicated journal file\nSketch refinement — User draws a rough graphic → fetch → enhance with nano-banana-pro (AI image editing) → return polished version\nBrainstorming/notes — User jots down ideas, lists, diagrams → fetch → extract structure → add to project docs or memory\nIllustrations — User creates hand-drawn art → fetch → optionally stylize → use in blog posts, social media, etc.\nProcessing Pipeline\nreMarkable tablet → Cloud sync → rmapi fetch → PDF/PNG\n                                                  ↓\n                                    ┌─────────────┴─────────────┐\n                                    │                           │\n                              Text content?               Visual/sketch?\n                                    │                           │\n                              OCR / interpret            nano-banana-pro\n                                    │                     (AI enhance)\n                                    │                           │\n                              Add to memory/            Return refined\n                              journal/project            image to user\n\nSetup\nTool: rmapi (ddvk fork) v0.0.32\nBinary: ~/bin/rmapi\nConfig: ~/.rmapi (device token after auth)\nSync folder: ~/clawd/remarkable-sync/\nAuthentication (ONE-TIME)\nUser goes to https://my.remarkable.com/connect/desktop\nLogs in, gets 8-character code\nRun rmapi and enter the code\nToken saved to ~/.rmapi — future runs are automatic\nCommands\n# List files/folders\nrmapi ls\nrmapi ls --json\n\n# Navigate\nrmapi cd \"folder name\"\n\n# Find by tag / starred / regex\nrmapi find --tag=\"share-with-gandalf\" /\nrmapi find --starred /\nrmapi find / \".*sketch.*\"\n\n# Download (PDF)\nrmapi get \"filename\"\n\n# Download with annotations rendered (best for sketches)\nrmapi geta \"filename\"\n\n# Bulk download folder\nrmapi mget -o ~/clawd/remarkable-sync/ \"/Shared with Gandalf\"\n\nSharing Workflows\nOption A: Dedicated Folder\n\nUser creates \"Shared with Gandalf\" folder on reMarkable → moves items there → agent fetches with rmapi mget\n\nOption B: Tag-Based\n\nUser tags documents with share-with-gandalf → agent discovers with rmapi find --tag\n\nOption C: Starred Items\n\nUser stars items → agent fetches with rmapi find --starred\n\nFetch Script\n# Fetch from shared folder\n~/clawd/scripts/remarkable-fetch.sh\n\n# Fetch starred items\n~/clawd/scripts/remarkable-fetch.sh --starred\n\n# Fetch by tag\n~/clawd/scripts/remarkable-fetch.sh --tag=\"share-with-gandalf\"\n\nNotes\nTablet must cloud-sync before files are available\ngeta renders annotations into PDF (preferred for handwritten content)\nUse convert (ImageMagick) to go from PDF → PNG for image processing\nFor text extraction, interpret the handwriting visually (vision model) rather than traditional OCR"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/coolmanns/remarkable-tablet",
    "publisherUrl": "https://clawhub.ai/coolmanns/remarkable-tablet",
    "owner": "coolmanns",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/remarkable-tablet",
    "downloadUrl": "https://openagent3.xyz/downloads/remarkable-tablet",
    "agentUrl": "https://openagent3.xyz/skills/remarkable-tablet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/remarkable-tablet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/remarkable-tablet/agent.md"
  }
}