{
  "schemaVersion": "1.0",
  "item": {
    "slug": "reader-deep-dive",
    "name": "Reader Deep Dive",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/sameerbajaj/reader-deep-dive",
    "canonicalUrl": "https://clawhub.ai/sameerbajaj/reader-deep-dive",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/reader-deep-dive",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reader-deep-dive",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "prompts/analyze.txt",
      "prompts/briefing.txt",
      "scripts/brief.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "reader-deep-dive",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T12:02:04.535Z",
      "expiresAt": "2026-05-07T12:02:04.535Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reader-deep-dive",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reader-deep-dive",
        "contentDisposition": "attachment; filename=\"reader-deep-dive-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "reader-deep-dive"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/reader-deep-dive"
    },
    "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/reader-deep-dive",
    "agentPageUrl": "https://openagent3.xyz/skills/reader-deep-dive/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reader-deep-dive/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reader-deep-dive/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Reader Deep Dive 🤿",
        "body": "Your reading list shouldn't be a write-only memory. This skill checks what you've saved recently, finds connected ideas from your deep archive (last 3 days, 3 months, or years ago), and sends you a high-signal briefing with context on why you should revisit them.\n\nIt turns \"I saved that somewhere\" into \"Here is the timeline of your thinking on this topic.\""
      },
      {
        "title": "How it works",
        "body": "Scans Recent Saves: Checks your Readwise Reader \"new\" folder for the last 24 hours.\nIdentifies Themes: Uses your system's default LLM to figure out your current obsession.\nTemporal Context: Searches your library history and finds relevant items from different timeframes.\nDelivers Briefing: Sends a WhatsApp message with a \"Deep Dive\" summary connecting your current saves to your past library."
      },
      {
        "title": "Setup",
        "body": "Get your Access Token from readwise.io/access_token.\nSet it in your environment:\nexport READWISE_TOKEN=\"your_token_here\""
      },
      {
        "title": "Usage",
        "body": "Manual Trigger:\n\nbash scripts/brief.sh\n\nSchedule (Cron):\nRun it every afternoon at 2 PM:\n\nclawdbot cron add --id reader_brief --schedule \"0 14 * * *\" --command \"bash scripts/brief.sh\""
      },
      {
        "title": "Customization",
        "body": "You can tweak the prompt in prompts/briefing.txt if you want a different tone or format. By default, it uses a clean, WhatsApp-friendly style."
      }
    ],
    "body": "Reader Deep Dive 🤿\n\nYour reading list shouldn't be a write-only memory. This skill checks what you've saved recently, finds connected ideas from your deep archive (last 3 days, 3 months, or years ago), and sends you a high-signal briefing with context on why you should revisit them.\n\nIt turns \"I saved that somewhere\" into \"Here is the timeline of your thinking on this topic.\"\n\nHow it works\nScans Recent Saves: Checks your Readwise Reader \"new\" folder for the last 24 hours.\nIdentifies Themes: Uses your system's default LLM to figure out your current obsession.\nTemporal Context: Searches your library history and finds relevant items from different timeframes.\nDelivers Briefing: Sends a WhatsApp message with a \"Deep Dive\" summary connecting your current saves to your past library.\nSetup\nGet your Access Token from readwise.io/access_token.\nSet it in your environment:\nexport READWISE_TOKEN=\"your_token_here\"\n\nUsage\n\nManual Trigger:\n\nbash scripts/brief.sh\n\n\nSchedule (Cron): Run it every afternoon at 2 PM:\n\nclawdbot cron add --id reader_brief --schedule \"0 14 * * *\" --command \"bash scripts/brief.sh\"\n\nCustomization\n\nYou can tweak the prompt in prompts/briefing.txt if you want a different tone or format. By default, it uses a clean, WhatsApp-friendly style."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sameerbajaj/reader-deep-dive",
    "publisherUrl": "https://clawhub.ai/sameerbajaj/reader-deep-dive",
    "owner": "sameerbajaj",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/reader-deep-dive",
    "downloadUrl": "https://openagent3.xyz/downloads/reader-deep-dive",
    "agentUrl": "https://openagent3.xyz/skills/reader-deep-dive/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reader-deep-dive/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reader-deep-dive/agent.md"
  }
}