Install
openclaw skills install festival-query节日查询工具,支持中国农历日期、传统节日、二十四节气、欧美主流节日查询。当用户提到 "今天是什么节日"、"农历几号"、"什么时候端午节"、"查一下清明节"、"感恩节是哪天"、 "2025年有什么节日"、"这个月有哪些节日"、"二十四节气"、"冬至是几号"、"圣诞节"、 "情人节"、"万圣节"、"复活节是哪天"、"中秋节农历几号" 等节日/节气相关问题时触发。 支持按日期查询和按年/月范围查询两种模式。
openclaw skills install festival-query查询中国传统节日、二十四节气、欧美主流节日。
首次使用前确保依赖已安装(通常已预装):
pip install --break-system-packages zhdate holidays
脚本路径:scripts/festival_query.py
输入公历日期,返回农历信息、传统节日、节气、西方节日:
python3 scripts/festival_query.py --date YYYY-MM-DD
示例:
python3 scripts/festival_query.py --date 2025-10-06 # 中秋节
python3 scripts/festival_query.py --date 2025-01-29 # 春节
python3 scripts/festival_query.py --date 2025-12-25 # 圣诞节
列出指定年份所有节日和节气:
python3 scripts/festival_query.py --year YYYY
列出指定月份所有节日和节气:
python3 scripts/festival_query.py --month YYYY-MM
仅显示节气日期表:
python3 scripts/festival_query.py --terms YYYY