# Send findTheBook 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": "find-the-book",
    "name": "findTheBook",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/wintersun661/find-the-book",
    "canonicalUrl": "https://clawhub.ai/wintersun661/find-the-book",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/find-the-book",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=find-the-book",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/_meta.json",
      "scripts/bookFinder.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "find-the-book",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T14:06:30.953Z",
      "expiresAt": "2026-05-07T14:06:30.953Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=find-the-book",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=find-the-book",
        "contentDisposition": "attachment; filename=\"find-the-book-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "find-the-book"
      },
      "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/find-the-book"
    },
    "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/find-the-book",
    "downloadUrl": "https://openagent3.xyz/downloads/find-the-book",
    "agentUrl": "https://openagent3.xyz/skills/find-the-book/agent",
    "manifestUrl": "https://openagent3.xyz/skills/find-the-book/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/find-the-book/agent.md"
  }
}
```
## Documentation

### Description

当用户想要寻找书籍、根据描述推荐书单、或者查询某类书籍的豆瓣评分时使用此技能。
这个技能会通过搜索引擎查找豆瓣读书（book.douban.com）的条目，并抓取实时的评分、作者信息和书籍链接；并且自动寻找该书在**微信读书(WeChat Reading)**上的直接阅读https://www.google.com/search?q=%E9%93%BE%E6%8E%A5。适合需要深度阅读或寻找电子书资源的用户。

### Dependencies

在使用此技能前，请确保环境中安装了以下库：

duckduckgo-search
requests
beautifulsoup4

安装命令:

pip install duckduckgo-search requests beautifulsoup4

## Usage Example (Prompt)
当用户输入类似以下请求时调用此 Skill：

"帮我找几本关于时间管理的豆瓣高分书籍" "推荐几本类似《三体》的科幻小说，要有豆瓣链接"

Agent 调用逻辑: search_douban_books(query="时间管理 高分", limit=3)

当你使用 search_books_comprehensive 工具后，请遵循以下 Markdown 格式输出：

书名：加粗，如 《书名》。

评分：标注豆瓣评分（如 ⭐ 8.9）。

阅读资源：

豆瓣详情

📖 微信读书 (如果工具返回了 wechat_link)

简介：简短的一句话推荐语。

回答示例：

《置身事内》 ⭐ 9.1

👉 豆瓣链接 | 📖 微信读书链接

简介：兰小欢教授通俗易懂地讲解中国政府与经济发展的关系。
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wintersun661
- Version: 1.0.1
## 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-30T14:06:30.953Z
- Expires at: 2026-05-07T14:06:30.953Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/find-the-book)
- [Send to Agent page](https://openagent3.xyz/skills/find-the-book/agent)
- [JSON manifest](https://openagent3.xyz/skills/find-the-book/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/find-the-book/agent.md)
- [Download page](https://openagent3.xyz/downloads/find-the-book)