← 返回 Skills 市场
findTheBook
作者
wintersun661
· GitHub ↗
· v1.0.1
1102
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install find-the-book
功能描述
搜索豆瓣书籍评分、作者和链接,并提供微信读书电子书资源,适合寻找高分书单和深入阅读需求。
使用说明 (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-searchrequestsbeautifulsoup4
安装命令:
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
👉 豆瓣链接 | 📖 微信读书链接
简介:兰小欢教授通俗易懂地讲解中国政府与经济发展的关系。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install find-the-book - 安装完成后,直接呼叫该 Skill 的名称或使用
/find-the-book触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
findTheBook 是什么?
搜索豆瓣书籍评分、作者和链接,并提供微信读书电子书资源,适合寻找高分书单和深入阅读需求。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1102 次。
如何安装 findTheBook?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install find-the-book」即可一键安装,无需额外配置。
findTheBook 是免费的吗?
是的,findTheBook 完全免费(开源免费),可自由下载、安装和使用。
findTheBook 支持哪些平台?
findTheBook 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 findTheBook?
由 wintersun661(@wintersun661)开发并维护,当前版本 v1.0.1。
推荐 Skills