← Back to Skills Marketplace
wintersun661

findTheBook

by wintersun661 · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
1102
Downloads
1
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install find-the-book
Description
搜索豆瓣书籍评分、作者和链接,并提供微信读书电子书资源,适合寻找高分书单和深入阅读需求。
README (SKILL.md)

Douban Book Search Skill

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

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

简介:兰小欢教授通俗易懂地讲解中国政府与经济发展的关系。
Usage Guidance
This skill is coherent with its stated purpose, but note: it performs outbound web searches and scrapes Douban and WeChat Reading pages — your queries will be sent to external services (DuckDuckGo and the target sites). Consider privacy implications (don’t search with sensitive personal data), and be aware scraping may break if target sites change or could violate site terms of service. Installing the required Python packages from PyPI is normal; verify packages are pulled from the official registry. If you need stronger guarantees, review the script source or run it in an isolated environment before giving it network access.
Capability Analysis
Type: OpenClaw Skill Name: find-the-book Version: 1.0.1 The skill bundle is designed to search for books on Douban and find corresponding WeChat Reading links. The `bookFinder.py` script uses `duckduckgo-search` and `requests` to perform web scraping on `book.douban.com` and `weread.qq.com` (via search results), which is directly aligned with its stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. All network activity is confined to the legitimate targets required for the skill's functionality.
Capability Assessment
Purpose & Capability
The SKILL.md and the included script both state the same goal: find Douban book pages and attempt to locate WeChat Reading links. The declared Python dependencies (duckduckgo-search, requests, beautifulsoup4) match the implemented behavior. No unrelated credentials, binaries, or paths are requested.
Instruction Scope
Instructions are focused on searching Douban and reporting links/ratings and specify an output format. The skill performs web searches (via duckduckgo-search) and scrapes Douban pages — this requires outbound network access and will send query terms to the search provider and target sites. This is expected for the stated purpose but is a privacy/network action to be aware of.
Install Mechanism
There is no install spec in the registry; SKILL.md suggests installing standard pip packages. No downloads from untrusted URLs or archive extraction are present. The install approach is proportionate.
Credentials
The skill requests no environment variables or credentials. Its network activity does not require secrets and the code does not attempt to read environment/config paths. This is proportional to its function.
Persistence & Privilege
The skill does not request always:true or elevated privileges. It is user-invocable and can be invoked autonomously by the agent (the platform default), which is appropriate for this utility.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install find-the-book
  3. After installation, invoke the skill by name or use /find-the-book
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 新增微信读书(WeChat Reading)链接查找功能,方便用户直接访问阅读资源 - 输出推荐结果时新增微信读书链接(若有),格式更清晰:书名加粗,单独标注豆瓣评分 - 调整回答格式说明与示例,提升用户体验 - 技能描述更新,更突出电子书资源查找功能
v1.0.0
Douban Book Search Skill v1.0.0 - Initial release with the ability to search and recommend books from Douban. - Provides real-time ratings, author info, and direct links to book pages. - Requires `duckduckgo-search`, `requests`, and `beautifulsoup4` libraries. - Includes usage examples and recommended response format for consistent output.
Metadata
Slug find-the-book
Version 1.0.1
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is findTheBook?

搜索豆瓣书籍评分、作者和链接,并提供微信读书电子书资源,适合寻找高分书单和深入阅读需求。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1102 downloads so far.

How do I install findTheBook?

Run "/install find-the-book" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is findTheBook free?

Yes, findTheBook is completely free (open-source). You can download, install and use it at no cost.

Which platforms does findTheBook support?

findTheBook is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created findTheBook?

It is built and maintained by wintersun661 (@wintersun661); the current version is v1.0.1.

💬 Comments