节假日jiejiari
Look up official Mainland China public holiday schedules and make-up workdays from bundled annual reference data. Use when the user asks about 法定节假日, 放假安排, 调...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 15 · 0 current installs · 0 all-time installs
by@jvy
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise to answer Mainland China official holiday schedules for 2026 and the package contains a 2026 JSON reference plus a small JS reader; requested capabilities and files align with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to read the bundled reference JSON and use the included script to answer queries; instructions are limited to local data and do not ask for unrelated files, secrets, or remote network calls.
Install Mechanism
No install spec is present (instruction-only runtime behavior); a small JS script and local JSON are included. No downloads, third‑party package installs, or extracted archives are used.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportionate to a read-only, local-data lookup utility.
Persistence & Privilege
always:false (normal). The agents/openai.yaml sets allow_implicit_invocation: true, which permits the agent to call the skill implicitly when relevant — this is a policy choice rather than a technical privilege escalation. If you prefer manual control, disable implicit invocation in agent policy.
Assessment
This skill looks safe and does exactly what it claims: read-only lookup of bundled 2026 Mainland China holiday data via a small Node.js script. Before installing/using: (1) be aware the data covers only 2026 — the skill will throw or refuse to guess other years; (2) the agent policy allows implicit invocation, so the agent may call the skill automatically when queries match — change the policy if you want manual invocation only; (3) if you plan to run the included script locally, ensure Node.js is present and review the script (it only reads the local JSON and prints results). No network calls, secrets, or external installs are required.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎏 Clawdis
SKILL.md
Jiejiari Skill
用这个技能回答中国法定节假日放假安排与调休问题。
范围
- 只根据本技能内置的年度参考数据回答。
- 当前已内置 2026 年安排,数据文件在
references/cn-holidays-2026.json。 - “节日日期”与“放假安排”分开处理:
- 问农历节日本身是几月几号,可改用
rili。 - 问春节/中秋/国庆具体放几天、哪天补班,优先用本技能。
- 问农历节日本身是几月几号,可改用
回答规则
- 优先给出精确日期,不要只说“本周日”“下周六”。
- 明确区分:
holiday_days: 连休天数start_date到end_date: 放假区间work_days: 调休上班日期
- 如果用户问“某天放不放假/要不要上班”,先在年度数据里定位该日期,再明确回答属于:
- 放假日
- 调休日
- 普通周末或普通工作日
- 如果用户把农历节日日期和官方调休混在一起问,先拆开回答,避免混淆。
- 数据里没有的年份或地区性安排,不要猜。明确说明当前技能只内置了哪些年份。
使用方式
- 先读取对应年份的参考文件。
- 按
festival、日期区间、work_days回答。 - 用户要完整清单时,按节日顺序列出每个节日的放假区间、总天数、调休日。
命令
查某天状态
node {baseDir}/scripts/jiejiari.js date 2026-02-14
node {baseDir}/scripts/jiejiari.js date 2026-02-17 --json
输出会明确标注该日属于:
- 节假日
- 调休上班
- 普通周末
- 普通工作日
查某个节日安排
node {baseDir}/scripts/jiejiari.js festival 春节
node {baseDir}/scripts/jiejiari.js festival 国庆节 --json
列出全年安排
node {baseDir}/scripts/jiejiari.js list
node {baseDir}/scripts/jiejiari.js list --json
2026 节日列表
当前参考数据覆盖:
- 元旦
- 春节
- 清明节
- 劳动节
- 端午节
- 中秋节
- 国庆节
注意事项
- 这是“官方放假安排”技能,不是世界各国节假日百科。
- 不要把周末天然休息日误写成法定节假日。
- 不要自行推断“可能会调休”;只引用参考数据中的明确日期。
- 当前脚本只内置 2026 年数据;问到其他年份时要明确说明未内置。
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
