# Send Reading 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "reading",
    "name": "Reading",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/reading",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/reading",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/reading",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reading",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "reading",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T12:02:08.093Z",
      "expiresAt": "2026-05-07T12:02:08.093Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reading",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reading",
        "contentDisposition": "attachment; filename=\"reading-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "reading"
      },
      "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/reading"
    },
    "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/reading",
    "downloadUrl": "https://openagent3.xyz/downloads/reading",
    "agentUrl": "https://openagent3.xyz/skills/reading/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reading/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reading/agent.md"
  }
}
```
## Documentation

### Before Recommending Books

Ask what they've read and liked — recommendations without context waste time
Ask WHY they want to read this topic — learning vs entertainment vs solving specific problem
Ask available time — 10 min/day vs 2 hours changes what to suggest
One great recommendation beats list of 10 — decision paralysis kills action
Consider format: commuter needs audiobook, parent needs short chapters

### Matching Approach to Goal

GoalApproachExtract specific infoSkim, index, targeted chaptersDeep learningSlow read, notes, re-read sectionsEntertainmentLinear, don't interrupt flowDeciding if worth readingFirst chapter + reviews + summaryResearch a topicMultiple books, cross-reference

Don't assume they need to read cover-to-cover — ask what they actually need.

### Retention That Actually Works

Ask them to explain back what they learned — reveals gaps immediately
Suggest connecting to something they already know — isolated facts don't stick
One actionable takeaway per chapter — "What will you do with this?"
Revisit after 1 week: "What do you remember?" — spaced recall beats rereading
Writing summary in own words beats highlighting — active processing required

### When to Suggest Quitting

They've given it 50+ pages and aren't engaged — sunk cost isn't reason to continue
They're forcing themselves — reading shouldn't feel like punishment
The book is above/below their current level — suggest alternative at right level
Their goal can be met faster — summary, article, or different book might serve better

### Common Assistance Mistakes

Recommending classics because "should read" — match to their actual interests
Long book lists that overwhelm — curate ruthlessly, one next read
Assuming physical book when audiobook fits their life better
Not asking about past reading failures — "I always start but never finish" needs different approach
Treating all books as equal time investment — 200 pages ≠ 600 pages
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.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:08.093Z
- Expires at: 2026-05-07T12:02:08.093Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/reading)
- [Send to Agent page](https://openagent3.xyz/skills/reading/agent)
- [JSON manifest](https://openagent3.xyz/skills/reading/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/reading/agent.md)
- [Download page](https://openagent3.xyz/downloads/reading)