Monitor library book availability and get notified when books become available for borrowing. Supports Shenzhen Library and extensible for other libraries.
用于监控图书馆图书可用性,并在图书可借阅时获取通知的技能。
在以下情况下使用此技能:
使用此技能前,请确保:
添加图书 Python编程 作者 Guido van Rossum 并启用监控
列出所有被监控的图书
检查所有图书的可用性
删除ID为abc123的图书
切换图书abc123的监控状态
启动监控调度器
技能使用 config.yaml 进行配置:
yaml
library:
name: 深圳图书馆
base_url: https://www.szlib.org.cn/
search_url: https://www.szlib.org.cn/opac/
timeout: 30
scheduler:
enabled: true
interval_minutes: 30
retryonfailure: true
max_retries: 3
notification:
enabled: true
methods:
- console
- email
email:
smtp_server: smtp.qq.com
smtp_port: 587
sender: your_email@qq.com
password: yoursmtppassword
recipients:
- recipient@example.com
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 skill-openclaw-library-monitor-1776206959 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 skill-openclaw-library-monitor-1776206959 技能
skillhub install skill-openclaw-library-monitor-1776206959
文件大小: 14.19 KB | 发布时间: 2026-4-15 11:49