← 返回 Skills 市场
drow931

每日潜力网文新书推荐-SBTI版!

作者 顾炎 · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
100
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install qidiandayrec
功能描述
起点中文网好书推荐,支持两种模式: 1)三江榜新书推荐——每天从起点三江榜单中精选3本优质新书; 2)经典网文推荐——从起点万订/十万均订经典作品中随机推荐,附IP衍生品(电视剧/动漫/手办)和海外出圈信息。 内置去重机制,支持按 SBTI 性格筛选。 触发场景:推荐好书、三江榜、起点推荐、小说推荐、今天看什么书...
安全使用建议
This skill appears to implement what it claims (Qidian recommendations via two Python scripts) and requires no credentials, but exercise caution before running it. Steps to reduce risk: 1) Inspect the raw SKILL.md and the two Python scripts yourself (they are included) — look for hidden/obfuscated strings or unexpected network endpoints. 2) Because the scripts auto-install pip packages, run them in an isolated environment (container/VM) or disable network/PyPI access and preinstall required deps (beautifulsoup4, lxml). 3) Run with --setup first to observe behavior and network calls; do not run as root. 4) If you won’t use Excel import or refresh features, avoid those commands to limit file reads/remote requests. 5) Be aware the skill enforces keeping a _trace parameter in outbound qidian.com links (a tracking/attribution requirement); if you’re uncomfortable with attribution/tracking, remove or modify links after reviewing implications. 6) The presence of unicode-control-chars in SKILL.md is unusual — if you lack confidence, ask the publisher for clarification or avoid installing until the SKILL.md is sanitized. Overall: functionally coherent but has prompt-injection signals and runtime pip installs — review manually and sandbox execution.
功能分析
Type: OpenClaw Skill Name: qidiandayrec Version: 1.0.5 The skill bundle is a legitimate tool for recommending web novels from Qidian, featuring a humorous 'SBTI' personality-based filtering system. The Python scripts (classic_picker.py and sanjiang_picker.py) are well-structured scrapers that fetch book data from qidiantu.com and manage local caches and history to ensure variety in recommendations. While the scripts include a self-installation mechanism for dependencies (beautifulsoup4, lxml, openpyxl) using subprocess, this behavior is transparently documented and aligned with the stated purpose of setting up the environment. The instructions in SKILL.md regarding the preservation of URL tracking parameters (_trace) are standard for attribution and do not represent a malicious prompt injection. No evidence of data exfiltration, unauthorized execution, or persistence was found.
能力评估
Purpose & Capability
Name/description match the included scripts and data: both sanjiang_picker.py and classic_picker.py implement scraping, caching, SBTI filtering, and recommendation output as described. Required resources (no env vars, local cache, optional Excel import) are coherent with the purpose.
Instruction Scope
SKILL.md explicitly instructs the agent to run the included Python scripts and to use returned qidian_url values verbatim (to preserve a tracking param). It also references reading a local Excel import path when used. The instruction file contains detected 'unicode-control-chars' which is a prompt-injection signal — this could be an attempt to hide or manipulate instructions/content. The 'disable: true' frontmatter line in the header is unusual and may be an attempt to affect tool usage rules in some runtimes.
Install Mechanism
No install spec in registry, but both scripts implement automatic dependency installation by invoking pip via subprocess (tries sys.executable -m pip, pip3, pip). This is expected for Python scripts but carries moderate risk because it performs network installs from PyPI at runtime. The scripts write cache/history files under the skill directory (local scope).
Credentials
The skill requests no environment variables or external credentials. All file and network access described (qidiantu.com, qidian.com, optional local Excel import) are explainable by the stated functionality.
Persistence & Privilege
always is false. The scripts create local cache and history files under the skill directory (./.cache, .sanjiang_history.json, .classic_history.json). They do not request system-wide settings or other skills' credentials. This is within expected scope for a caching crawler.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qidiandayrec
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qidiandayrec 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
qidiandayrec v1.0.5 - 文档重构:SKILL.md 精简为双模式(“三江新书”&“经典万订”)流程、特色与常用命令,去除过度分步讲解 - 经典网文模式新增:预置134本书库,首次推荐零等待、支持增量刷新(秒级) - 经典模式全面支持 SBTI 个性化推荐、批量导入 Excel 万订名单 - 三江/经典推荐流程、SBTI 指引、去重与缓存策略、参数说明结构化更清晰 - IP 衍生品与海外出圈信息展示更加突出,经典推荐更易区分十万均订/万订 - 保持所有技术规范:链接追踪参数、缓存/依赖安装规则、安全不变
v1.0.4
**经典网文推荐模式全新上线:支持三江榜新书 & 经典(万订/十万均订)双模式推荐!** - 新增“经典网文推荐”模式,涵盖万订、十万均订神作,支持推荐顶级经典作品。 - 增加 data/preset_classics.json 经典书数据池及 scripts/classic_picker.py 推荐脚本。 - 支持附带 IP 衍生品(电视剧/动漫/手办)与海外传播等扩展信息。 - 触发词和意图适配优化:用户提到“经典/神作/万订/十万均订”等即自动推荐出经典模式。 - 完全保留三江榜每日新书推荐与SBTI性格筛选能力,经典/新书智能区分。 - 文档说明与描述同步扩展,详细列明两大模式及触发场景。
v1.0.3
qidian-sanjiang-picker 1.0.3 - 新增支持按用户 SBTI 性格或性格描述定制书籍推荐,个性化匹配更丰富。 - 每次推荐自动去重,确保与上一次推荐的内容不重复,提升新鲜感。 - 明确要求所有推荐书籍链接必须保留完整来源追踪参数,便于归因统计。 - 增强环境自检及自动依赖安装流程,首次使用更友好,支持全主流系统。 - 提供丰富参数和使用场景,适应日常推书、书荒、三江榜查询、按性格推荐等多种需求。
元数据
Slug qidiandayrec
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

每日潜力网文新书推荐-SBTI版! 是什么?

起点中文网好书推荐,支持两种模式: 1)三江榜新书推荐——每天从起点三江榜单中精选3本优质新书; 2)经典网文推荐——从起点万订/十万均订经典作品中随机推荐,附IP衍生品(电视剧/动漫/手办)和海外出圈信息。 内置去重机制,支持按 SBTI 性格筛选。 触发场景:推荐好书、三江榜、起点推荐、小说推荐、今天看什么书... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 每日潜力网文新书推荐-SBTI版!?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qidiandayrec」即可一键安装,无需额外配置。

每日潜力网文新书推荐-SBTI版! 是免费的吗?

是的,每日潜力网文新书推荐-SBTI版! 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

每日潜力网文新书推荐-SBTI版! 支持哪些平台?

每日潜力网文新书推荐-SBTI版! 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 每日潜力网文新书推荐-SBTI版!?

由 顾炎(@drow931)开发并维护,当前版本 v1.0.5。

💬 留言讨论