Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

china-holiday-calendar-sync中国假期日历同步

Agent Skill

china-holiday-calendar-sync 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,440

周安装

185

GitHub Stars

公开资料未说明

下载量

1,480
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:china-holiday-calendar-sync(中国假期日历同步)
来源仓库:https://github.com/joeyyyy0430/china-holiday-calendar-sync
安装命令:
openclaw skills install china-holiday-calendar-sync
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install china-holiday-calendar-sync

简介

同步中国政府网发布的法定节假日安排,自动识别调休与工作日调整规则。

  • 适用于企业排班、节假日营销活动规划与跨境团队协作时间协调。
  • 输出未来数年假期日历与前后工作日状态,支持批量导出ICS格式。
  • 安装命令:openclaw skills install china-holiday-calendar-sync;需定时轮询gov.cn更新数据。
  • 注意临时通知可能导致计划变更,建议临近日期再次核验以免误判上班日。

SKILL.md

name
china-holiday-calendar-sync
description
Discover and parse China's official holiday notices from gov.cn, normalize holiday and adjusted-workday rows, and apply low-frequency probing rules for future years. Use when Codex needs to build or explain a China business calendar, sync official holiday schedules into storage, determine the first workday of a week, or implement holiday-aware weekly sending logic.

China Holiday Calendar Sync

Use only official gov.cn holiday notices as the source of truth for China holiday and adjusted-workday schedules.

Keep the workflow conservative:

  • Prefer configured notice_urls first.
  • Use China government policy search for discovery before any public-search fallback.
  • Parse official notice正文 into structured holiday/workday rows.
  • Treat future-year discovery as low-frequency work, not a daily poll.

Workflow

  1. Load configured notice URLs.

- Reuse known official notice URLs from local config first. - For already-synced years, prefer local calendar storage instead of refetching the notice page.

  1. Discover missing future-year notices carefully.

- Build exact queries around 国务院办公厅关于<year>年部分节假日安排的通知. - Prefer China government policy search. - Accept only https://www.gov.cn/zhengce/content/... candidate pages. - Re-fetch the candidate and validate title/body before trusting it.

  1. Throttle discovery.

- For future years, probe at most once per month. - Default probe window starts on the 15th of the month. - Cache both positive and negative discovery results for that month.

  1. Parse official notice content.

- Extract holiday ranges such as 1月1日至3日. - Extract adjusted workdays such as 1月4日(周日)上班. - Emit normalized rows with date, is_holiday, is_workday, holiday_name, and source_url.

  1. Persist two layers separately.

- Stable source mapping in notice_urls - Probe history in discovery_cache

Rules

  • Do not use third-party holiday calendars as authoritative data.
  • Do not fabricate future-year schedules before an official notice exists.
  • If a future year has not been published yet, return no URL and cache that negative check for the month.
  • If a year is already present in local holiday storage, do not refetch the official notice unless the caller explicitly wants a refresh.

References

Output Shape

Normalize notice parsing results into a shape close to:

{
  "date": "2026-10-08",
  "is_holiday": false,
  "is_workday": true,
  "holiday_name": "国庆节调休上班",
  "source_url": "https://www.gov.cn/zhengce/content/202511/content_7047090.htm"
}

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.04%
按下载量换算1,214

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills