π¦ ClawHub
Skill Openclaw Library Monitor
by @yszheda
Monitor library book availability and get notified when books become available for borrowing. Supports Shenzhen Library and extensible for other libraries.
β‘ When to Use
βοΈ Configuration
The skill uses config.yaml for settings:
library:
name: "Shenzhen Library"
base_url: "https://www.szlib.org.cn/"
search_url: "https://www.szlib.org.cn/opac/"
timeout: 30scheduler:
enabled: true
interval_minutes: 30
retry_on_failure: 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: your_smtp_password
recipients:
- recipient@example.com
π Tips & Best Practices
book_list.jsonTERMINAL
clawhub install library-book-monitor