cn-calendar
PassAudited by ClawScan on May 10, 2026.
Overview
This skill is a coherent calendar helper; its notable behavior is limited to disclosed public data fetching and scoped local calendar-file updates.
This appears safe for normal calendar lookup use. Before relying on it for tax or compliance deadlines, verify important dates against official sources, and be aware that asking about unsupported future years may fetch public data and update files inside the skill directory.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If the upstream public data is stale or wrong, the skill could give incorrect holiday or workday answers.
For years not locally covered, the skill relies on a GitHub-hosted public dataset that indexes official notices. This is disclosed and purpose-aligned, but it is still a third-party data supply path.
web_fetch: https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/YYYY.json
For compliance-sensitive uses, verify future-year holiday data against the official gov.cn notice or pin/record the exact upstream source used.
A future-year query may change local skill files so later answers use the newly saved data.
The skill instructs the agent to write generated calendar data, modify its own query script, and execute a local Python test. The behavior is disclosed and scoped to the skill's own files.
直接用 `write` 工具写入:`~/.openclaw/skills/cn-calendar/references/holidays-YYYY.md` ... 将新年份的假期和调休数据 ... 追加到 `workday_query.py` ... 用 `exec` 运行一条简单测试
Review or confirm future-year updates when accuracy matters, and keep modifications limited to the skill's own references and data blocks.
