← 返回 Skills 市场
pigfoot

Taiwan Calendar Plugin

作者 pigfoot · GitHub ↗ · v0.0.1
cross-platform ✓ 安全检测通过
1048
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install taiwan-calendar
功能描述
Taiwan calendar query for accurate working day/holiday information. Use when user asks about Taiwan dates, working days, holidays, make-up workdays, or needs date calculations. Solves Claude's knowledge cutoff issues with Taiwan's administrative calendar.
安全使用建议
This skill appears to do what it claims: query public Taiwan calendar APIs and compute working-day math. Before installing, consider: 1) Network access — the script makes outbound HTTPS requests to data.gov.tw, data.ntpc.gov.tw and a jsdelivr (GitHub CDN) URL; if your environment restricts network egress or you distrust third-party CDNs, review or host the source data yourself. 2) SSL handling — the code contains logic that may disable SSL verification for some endpoints (which increases MITM risk); if you are concerned, inspect and modify the script to enforce verify=True. 3) Local cache — the script writes a small JSON cache to the system temp directory (no secrets expected), so ensure that is acceptable. 4) Autonomy — the skill runs a shell command when used; only enable it if you trust the author or have reviewed the included script. If you want extra assurance, run the script locally and inspect network requests it makes before enabling the plugin for autonomous use.
功能分析
Type: OpenClaw Skill Name: taiwan-calendar Version: 0.0.1 The skill bundle is benign. It provides Taiwan calendar information by querying government open data APIs. The `SKILL.md` correctly defines the `Bash` tool usage to execute the Python script with specific arguments, preventing arbitrary shell command injection from user input. The `scripts/taiwan_calendar.py` fetches data from legitimate government sources (cdn.jsdelivr.net/gh/ruyut/TaiwanCalendar, data.ntpc.gov.tw) and caches it in the system's temporary directory. While the script uses `verify=False` for one API source, which is a minor security vulnerability (MITM risk for that specific API call), it is a common workaround for problematic public APIs and does not indicate malicious intent. There is no evidence of data exfiltration, persistence mechanisms, or prompt injection attempts designed to mislead the agent into performing unauthorized actions.
能力评估
Purpose & Capability
Name, description, CLI usage, and included Python script all align: the script fetches Taiwan calendar data from public open-data endpoints, performs date arithmetic, and caches results. No unrelated credentials, binaries, or system-wide config access are requested.
Instruction Scope
SKILL.md instructs the agent to run the included script via a managed Python runner. The runtime behavior is limited to HTTP queries to public APIs, local caching in the system temp directory, timezone handling, and printing results. The instructions do not ask the agent to read arbitrary user files, environment secrets, or to transmit data to unknown third-party endpoints beyond the declared data sources.
Install Mechanism
There is no install spec (instruction-only plus an included script), so nothing is written to disk by an installer. Dependencies are standard Python packages (requests, python-dateutil) and are expected for HTTP + date parsing. One data source uses a CDN (jsdelivr/GitHub CDN) which is a third-party host rather than a government domain — this is reasonable for static JSON but worth noting.
Credentials
The skill declares no required environment variables or credentials and the code does not require secrets. It only needs network access to public APIs and permission to write a small cache file in the system temp directory.
Persistence & Privilege
The skill is not marked always:true and is user-invocable only. It writes a temporary cache file (taiwan-calendar-cache.json) to the system temp directory and does not modify other skills or global agent configuration. Note: the agent will execute the script (via Bash/uv run) when invoked or if autonomously selected — autonomous invocation is the platform default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taiwan-calendar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taiwan-calendar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Taiwan Calendar Skill v0.0.1 — Initial release - Provides real-time, accurate Taiwan working day and holiday information by querying government open data APIs. - Supports commands for checking today’s date/status, verifying if a specific date is a working day or holiday, counting working days in a range, date calculations (add working days), and finding next holidays or working days. - Handles special cases like make-up workdays (補班日) and public holidays per the official administrative calendar. - Uses caching for efficiency and reliability, with fallback to secondary API and expired cache on network failure. - All outputs reflect Taiwan's time zone (Asia/Taipei) and are returned in Traditional Chinese. - Detailed examples and troubleshooting guidance included for users and developers.
元数据
Slug taiwan-calendar
版本 0.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Taiwan Calendar Plugin 是什么?

Taiwan calendar query for accurate working day/holiday information. Use when user asks about Taiwan dates, working days, holidays, make-up workdays, or needs date calculations. Solves Claude's knowledge cutoff issues with Taiwan's administrative calendar. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1048 次。

如何安装 Taiwan Calendar Plugin?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install taiwan-calendar」即可一键安装,无需额外配置。

Taiwan Calendar Plugin 是免费的吗?

是的,Taiwan Calendar Plugin 完全免费(开源免费),可自由下载、安装和使用。

Taiwan Calendar Plugin 支持哪些平台?

Taiwan Calendar Plugin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Taiwan Calendar Plugin?

由 pigfoot(@pigfoot)开发并维护,当前版本 v0.0.1。

💬 留言讨论