首页龙虾技能列表 › 节假日jiejiari — 技能工具

🎏 节假日jiejiari — 技能工具

v1.0.0

Look up official Mainland China public holiday schedules and make-up workdays from bundled annual reference data. Use when the user asks about 法定节假日, 放假安排, 调...

0· 182·0 当前·0 累计
by @jvy·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/17
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally coherent: it only reads bundled 2026 holiday data and exposes a small local Node.js CLI; it does not request credentials, install external code, or call external endpoints.
评估建议
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 ...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
The skill requests no environment variables, no credentials, and no config paths. This is proportionate to a read-only, local-data lookup utility.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/16

Initial release of jiejiari skill. - Supports lookup of official Mainland China public holiday schedules and make-up workdays using 2026 reference data. - Answers queries related to 法定节假日, 放假安排, 调休, 补班, and 国务院办公厅 holiday notices. - Distinguishes between official holiday arrangements and traditional lunar festival date lookups. - Responds to questions about specific dates, individual festival arrangements, or provides a full 2026 list, strictly based on included data. - Clearly identifies whether a given date is a holiday, make-up workday, normal weekend, or regular workday. - Only provides data for the year 2026; informs users if other years are requested.

● 无害

安装命令 点击复制

官方npx clawhub@latest install jiejiari
镜像加速npx clawhub@latest install jiejiari --registry https://cn.clawhub-mirror.com

技能文档

用这个技能回答中国法定节假日放假安排与调休问题。

范围

  • 只根据本技能内置的年度参考数据回答。
  • 当前已内置 2026 年安排,数据文件在 references/cn-holidays-2026.json
  • “节日日期”与“放假安排”分开处理:
- 问农历节日本身是几月几号,可改用 rili。 - 问春节/中秋/国庆具体放几天、哪天补班,优先用本技能。

回答规则

  • 优先给出精确日期,不要只说“本周日”“下周六”。
  • 明确区分:
- holiday_days: 连休天数 - start_dateend_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 年数据;问到其他年份时要明确说明未内置。
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务