{
  "schemaVersion": "1.0",
  "item": {
    "slug": "remarkable",
    "name": "reMarkable Cloud",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/nickian/remarkable",
    "canonicalUrl": "https://clawhub.ai/nickian/remarkable",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/remarkable",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=remarkable",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/article2ebook.py",
      "scripts/remarkable.sh"
    ],
    "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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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"
    },
    "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",
    "agentPageUrl": "https://openagent3.xyz/skills/remarkable/agent",
    "manifestUrl": "https://openagent3.xyz/skills/remarkable/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/remarkable/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 Cloud",
        "body": "Send documents and web articles to a reMarkable tablet via the cloud API. Uses rmapi for cloud access."
      },
      {
        "title": "Setup",
        "body": "Install rmapi (Go required):\n\ncd /tmp && git clone --depth 1 https://github.com/ddvk/rmapi.git\ncd rmapi && go build -o /usr/local/bin/rmapi .\n\nFirst run will prompt for a one-time code from https://my.remarkable.com/device/browser?showOtp=true\n\nPython dependencies (for article conversion): readability-lxml, ebooklib, requests, beautifulsoup4, lxml."
      },
      {
        "title": "Send a web article to the device",
        "body": "{baseDir}/scripts/remarkable.sh send-article --url \"https://example.com/article\" --dir /Articles\n{baseDir}/scripts/remarkable.sh send-article --url \"https://example.com/article\" --format pdf --dir /\n{baseDir}/scripts/remarkable.sh send-article --url \"https://example.com/article\" --title \"Custom Title\" --dir /Articles\n\nFetches article, extracts readable content, converts to EPUB (default) or PDF, uploads to reMarkable cloud. Device syncs automatically."
      },
      {
        "title": "List files",
        "body": "{baseDir}/scripts/remarkable.sh ls /\n{baseDir}/scripts/remarkable.sh ls /Articles\n{baseDir}/scripts/remarkable.sh ls \"/Book Notes\"\n\nOutput: [f] = file, [d] = directory."
      },
      {
        "title": "Upload a file",
        "body": "{baseDir}/scripts/remarkable.sh upload --file /path/to/document.pdf --dir /Books\n{baseDir}/scripts/remarkable.sh upload --file /path/to/book.epub --dir /"
      },
      {
        "title": "Create a folder",
        "body": "{baseDir}/scripts/remarkable.sh mkdir --path /NewFolder"
      },
      {
        "title": "Search for files",
        "body": "{baseDir}/scripts/remarkable.sh find --name \"article title\""
      },
      {
        "title": "Notes",
        "body": "EPUB is recommended for articles — reflows nicely on e-ink\nDevice syncs automatically when connected to WiFi\nAuth tokens are cached by rmapi at ~/.rmapi\nSome sites block scraping — if article fetch fails, try a different URL"
      }
    ],
    "body": "reMarkable Cloud\n\nSend documents and web articles to a reMarkable tablet via the cloud API. Uses rmapi for cloud access.\n\nSetup\n\nInstall rmapi (Go required):\n\ncd /tmp && git clone --depth 1 https://github.com/ddvk/rmapi.git\ncd rmapi && go build -o /usr/local/bin/rmapi .\n\n\nFirst run will prompt for a one-time code from https://my.remarkable.com/device/browser?showOtp=true\n\nPython dependencies (for article conversion): readability-lxml, ebooklib, requests, beautifulsoup4, lxml.\n\nCommands\nSend a web article to the device\n{baseDir}/scripts/remarkable.sh send-article --url \"https://example.com/article\" --dir /Articles\n{baseDir}/scripts/remarkable.sh send-article --url \"https://example.com/article\" --format pdf --dir /\n{baseDir}/scripts/remarkable.sh send-article --url \"https://example.com/article\" --title \"Custom Title\" --dir /Articles\n\n\nFetches article, extracts readable content, converts to EPUB (default) or PDF, uploads to reMarkable cloud. Device syncs automatically.\n\nList files\n{baseDir}/scripts/remarkable.sh ls /\n{baseDir}/scripts/remarkable.sh ls /Articles\n{baseDir}/scripts/remarkable.sh ls \"/Book Notes\"\n\n\nOutput: [f] = file, [d] = directory.\n\nUpload a file\n{baseDir}/scripts/remarkable.sh upload --file /path/to/document.pdf --dir /Books\n{baseDir}/scripts/remarkable.sh upload --file /path/to/book.epub --dir /\n\nCreate a folder\n{baseDir}/scripts/remarkable.sh mkdir --path /NewFolder\n\nSearch for files\n{baseDir}/scripts/remarkable.sh find --name \"article title\"\n\nNotes\nEPUB is recommended for articles — reflows nicely on e-ink\nDevice syncs automatically when connected to WiFi\nAuth tokens are cached by rmapi at ~/.rmapi\nSome sites block scraping — if article fetch fails, try a different URL"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nickian/remarkable",
    "publisherUrl": "https://clawhub.ai/nickian/remarkable",
    "owner": "nickian",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/remarkable",
    "downloadUrl": "https://openagent3.xyz/downloads/remarkable",
    "agentUrl": "https://openagent3.xyz/skills/remarkable/agent",
    "manifestUrl": "https://openagent3.xyz/skills/remarkable/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/remarkable/agent.md"
  }
}