← Back to Skills Marketplace
246
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jiejiari
Description
Look up official Mainland China public holiday schedules and make-up workdays from bundled annual reference data. Use when the user asks about 法定节假日, 放假安排, 调...
README (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 年数据;问到其他年份时要明确说明未内置。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: jiejiari
Version: 1.0.0
The 'jiejiari' skill is a legitimate utility for querying 2026 Chinese public holiday schedules and make-up workdays. The core logic in `scripts/jiejiari.js` is well-structured, uses only built-in Node.js modules, and restricts file access to a local JSON reference file (`references/cn-holidays-2026.json`). There are no signs of data exfiltration, malicious execution, or prompt injection attempts.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jiejiari - After installation, invoke the skill by name or use
/jiejiari - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
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.
Metadata
Frequently Asked Questions
What is 节假日jiejiari?
Look up official Mainland China public holiday schedules and make-up workdays from bundled annual reference data. Use when the user asks about 法定节假日, 放假安排, 调... It is an AI Agent Skill for Claude Code / OpenClaw, with 246 downloads so far.
How do I install 节假日jiejiari?
Run "/install jiejiari" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 节假日jiejiari free?
Yes, 节假日jiejiari is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 节假日jiejiari support?
节假日jiejiari is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 节假日jiejiari?
It is built and maintained by jvy (@jvy); the current version is v1.0.0.
More Skills