← All skills
Tencent SkillHub · Data Analysis

findTheBook

搜索豆瓣书籍评分、作者和链接,并提供微信读书电子书资源,适合寻找高分书单和深入阅读需求。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

搜索豆瓣书籍评分、作者和链接,并提供微信读书电子书资源,适合寻找高分书单和深入阅读需求。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/_meta.json, scripts/bookFinder.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 2 sections Open source page

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 👉 豆瓣链接 | 📖 微信读书链接 简介:兰小欢教授通俗易懂地讲解中国政府与经济发展的关系。

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • scripts/bookFinder.py Scripts
  • scripts/_meta.json Config