# Send Reader Deep Dive to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/reader-deep-dive",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reader-deep-dive",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "prompts/analyze.txt",
      "prompts/briefing.txt",
      "scripts/brief.sh"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Reader Deep Dive 🤿

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.

It turns "I saved that somewhere" into "Here is the timeline of your thinking on this topic."

### How it works

Scans Recent Saves: Checks your Readwise Reader "new" folder for the last 24 hours.
Identifies Themes: Uses your system's default LLM to figure out your current obsession.
Temporal Context: Searches your library history and finds relevant items from different timeframes.
Delivers Briefing: Sends a WhatsApp message with a "Deep Dive" summary connecting your current saves to your past library.

### Setup

Get your Access Token from readwise.io/access_token.
Set it in your environment:
export READWISE_TOKEN="your_token_here"

### Usage

Manual Trigger:

bash scripts/brief.sh

Schedule (Cron):
Run it every afternoon at 2 PM:

clawdbot cron add --id reader_brief --schedule "0 14 * * *" --command "bash scripts/brief.sh"

### Customization

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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: sameerbajaj
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T12:02:04.535Z
- Expires at: 2026-05-07T12:02:04.535Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/reader-deep-dive)
- [Send to Agent page](https://openagent3.xyz/skills/reader-deep-dive/agent)
- [JSON manifest](https://openagent3.xyz/skills/reader-deep-dive/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/reader-deep-dive/agent.md)
- [Download page](https://openagent3.xyz/downloads/reader-deep-dive)