节日查询
v1.0.0节日查询工具,支持中国农历日期、传统节日、二十四节气、欧美主流节日查询。当用户提到 "今天是什么节日"、"农历几号"、"什么时候端午节"、"查一下清明节"、"感恩节是哪天"、 "2025年有什么节日"、"这个月有哪些节日"、"二十四节气"、"冬至是几号"、"圣诞节"、 "情人节"、"万圣节"、"复活节是哪天"、"...
⭐ 0· 97·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The name/description match the included script: local calendar/lunar/holiday calculations and lookups. Minor inconsistency: SKILL.md asks to install the 'holidays' package, but the visible code imports only 'zhdate' (no use of 'holidays' in the shown portion), so that dependency may be unnecessary.
Instruction Scope
Runtime instructions are limited to running the local Python script with date/year/month/terms flags. The script performs local date and lunar calculations and returns human-readable output; there are no instructions to read unrelated system files or to transmit data externally in the visible code.
Install Mechanism
There is no registry install spec; SKILL.md recommends running 'pip install --break-system-packages zhdate holidays'. Installing PyPI packages is expected, but the '--break-system-packages' flag can modify system Python packages—use a virtual environment to avoid system changes. The packages named are standard PyPI libraries; no external arbitrary download is requested.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not require secrets or access to other services based on the visible files.
Persistence & Privilege
The skill does not request always:true and has no install-time actions in the registry. It runs on demand and does not request elevated or persistent platform privileges.
Assessment
This skill appears to be a local festival/date lookup tool and is internally consistent, but take these precautions before installing: 1) The provided source preview is truncated—inspect the full scripts/festival_query.py file to confirm there are no network calls, telemetry, or unexpected behavior in the remainder. 2) Avoid running pip with --break-system-packages on a system Python; install dependencies in a virtualenv or conda environment (python -m venv .venv; source .venv/bin/activate; pip install zhdate holidays). 3) The 'holidays' package is requested by SKILL.md but not evidently used in the shown code—confirm whether it is actually needed to reduce installed surface. 4) If you want higher assurance, run the script in an isolated environment and/or audit the full file contents for imports like requests, urllib, socket, subprocess, or any hardcoded URLs before use.Like a lobster shell, security has layers — review code before you run it.
chinesevk974mws9jh9xeqh7spefdg1b8x8389pjfestivalvk974mws9jh9xeqh7spefdg1b8x8389pjholidayvk974mws9jh9xeqh7spefdg1b8x8389pjlatestvk974mws9jh9xeqh7spefdg1b8x8389pjlunarvk974mws9jh9xeqh7spefdg1b8x8389pjsolar-termvk974mws9jh9xeqh7spefdg1b8x8389pj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
