findTheBook

v1.0.1

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

1· 1.1k·2 current·2 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d93fmy53zewwrvqr45b0gex80t5mk
1.1kdownloads
1stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

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

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

简介:兰小欢教授通俗易懂地讲解中国政府与经济发展的关系。

Comments

Loading comments...