← 返回 Skills 市场
Library Book Monitor
作者
Shuai YUAN
· GitHub ↗
· v1.0.1
284
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-openclaw-library-monitor
功能描述
Monitor library book availability and get notified when books become available for borrowing. Supports Shenzhen Library and extensible for other libraries.
安全使用建议
This skill appears to do exactly what it says: it scrapes the Shenzhen Library API, stores tracked books in book_list.json, and can notify via console or SMTP email. Before installing or running: 1) Review config.yaml (it will contain any SMTP password you provide) and consider using an app-specific or throwaway SMTP account if you’re concerned; 2) Inspect the included Python files (they are provided) and only run pip install -r requirements.txt from a trusted environment; 3) Be aware that 'python main.py monitor' starts a persistent process that will periodically query the library (set reasonable interval to avoid heavy requests); 4) If you require provenance, verify the package source (package.json references a GitHub repo) — the skill metadata at the top said source/homepage unknown, so prefer installing from the upstream repository or review the repo before use.
功能分析
Type: OpenClaw Skill
Name: skill-openclaw-library-monitor
Version: 1.0.1
The Library Book Monitor skill is a legitimate utility designed to track book availability at the Shenzhen Library. The code is well-structured and follows its stated purpose, using standard Python libraries like 'requests' for API interaction, 'schedule' for periodic checks, and 'smtplib' for email notifications. No evidence of malicious intent, data exfiltration, or command injection was found in files such as library_scraper.py or main.py.
能力评估
Purpose & Capability
Name/description (monitor library book availability for Shenzhen Library) aligns with requested permissions (network/filesystem/shell) and included code (scraper, scheduler, notifier, book storage). There are no unrelated credentials or services requested.
Instruction Scope
SKILL.md instructs the agent to run the packaged Python CLI (main.py add/list/check/remove/toggle/monitor) and to use a local config.yaml and book_list.json. The instructions do not ask the agent to read unrelated system files, nor to exfiltrate data to unknown endpoints; network calls go to the Shenzhen library API endpoints implemented in the scraper.
Install Mechanism
There is no install spec (instruction-only install), but the package includes Python source and a requirements.txt. SKILL.md instructs users to run pip install -r requirements.txt manually. This is low risk, but the skill will execute local Python code when invoked, so users should review source before running.
Credentials
The skill declares no required environment variables. Notification via email requires SMTP credentials, but those are stored in config.yaml (local file) rather than environment variables; this is proportionate to the stated notification feature. requirements.txt includes python-dotenv though the code does not use it—minor inconsistency.
Persistence & Privilege
always:false and the skill does not modify other skills or system-wide configs. However, running the 'monitor' command starts a long-running scheduler loop that performs periodic network requests and writes to book_list.json; if invoked by the agent it will spawn a persistent process until stopped.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-openclaw-library-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-openclaw-library-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1
- No functional or documentation changes detected in this version.
- No file changes were made from the previous release.
v1.0.0
Initial release of Library Book Monitor skill.
- Monitor book availability at Shenzhen Library and get notified when books are available.
- Add, list, check, remove, and toggle monitoring status for books.
- Supports scheduled monitoring and notifications (console and email).
- Customizable settings via config.yaml.
- Extensible to other libraries with custom scrapers.
元数据
常见问题
Library Book Monitor 是什么?
Monitor library book availability and get notified when books become available for borrowing. Supports Shenzhen Library and extensible for other libraries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 Library Book Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-openclaw-library-monitor」即可一键安装,无需额外配置。
Library Book Monitor 是免费的吗?
是的,Library Book Monitor 完全免费(开源免费),可自由下载、安装和使用。
Library Book Monitor 支持哪些平台?
Library Book Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Library Book Monitor?
由 Shuai YUAN(@yszheda)开发并维护,当前版本 v1.0.1。
推荐 Skills