← 返回 Skills 市场
aipoch-ai

Time Zone Planner

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install time-zone-planner
功能描述
Plan cross-time-zone meeting windows for distributed teams, providing region-by-region local time mappings and tradeoff analysis for scheduling decisions.
安全使用建议
This skill appears safe to use from a security perspective (no secrets requested, no network downloads, no unusual permissions). Before relying on it for real scheduling: (1) note the included script uses representative aliases and static times — it does not compute date-specific DST or per-city offsets, so provide full IANA timezone names and double-check outputs; (2) run the recommended audit commands (python -m py_compile scripts/main.py and python scripts/main.py) locally to verify behavior; (3) if you need accurate DST/date-aware scheduling, prefer or extend the skill to use a timezone library (zoneinfo/pytz) and include explicit tests; (4) because the platform allows autonomous invocation by default, consider whether you want the agent to invoke this skill without confirmation — that capability is normal but increases automation scope. Overall: functionally limited but coherent and not requesting disproportionate access.
功能分析
Type: OpenClaw Skill Name: time-zone-planner Version: 1.0.0 The skill is a straightforward time zone planning tool with no identified security risks. The Python script (scripts/main.py) contains simple logic for mapping regions to time zones without any network, file system, or shell access, and the instructions in SKILL.md are strictly aligned with the stated purpose of scheduling coordination.
能力评估
Purpose & Capability
Name/description match the provided artifacts: the SKILL.md describes recommending meeting windows and tradeoff analysis and the bundle includes a small planner script. However, the script is simplistic: it uses representative alias mappings and returns static times and a hard-coded optimal window rather than computing per-IANA-timezone offsets or DST for a given date. The SKILL.md accounts for this by documenting scope boundaries and advising manual tradeoff analysis for complex requests.
Instruction Scope
The runtime instructions are narrow and self-contained: they instruct running the included Python script and to request missing fields from users. The SKILL.md explicitly forbids live calendar booking, live DST validation from the internet, or reading unrelated system files. There are no instructions to access environment variables, external endpoints, or system paths beyond running the bundled script.
Install Mechanism
No install spec is provided (instruction-only with a small script included). No downloads, external packages, or installers are requested; risk from install mechanism is minimal.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The included code does not reference secrets or environment variables. The requested access is proportionate to a scheduling helper.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills. Autonomous invocation is allowed by default (platform normal) but this skill's scope and absence of sensitive access keep its privilege level appropriate.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install time-zone-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /time-zone-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of time-zone-planner - Enables structured cross-time-zone meeting planning for distributed teams. - Provides region-by-region local time mappings and tradeoff analysis for scheduling. - Includes input validation, stress-case rules, and clear workflow steps. - Supports both quick overlap recommendations and detailed tradeoff analysis. - Handles region aliases with explanatory notes and enforces scope boundaries.
元数据
Slug time-zone-planner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Time Zone Planner 是什么?

Plan cross-time-zone meeting windows for distributed teams, providing region-by-region local time mappings and tradeoff analysis for scheduling decisions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 Time Zone Planner?

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

Time Zone Planner 是免费的吗?

是的,Time Zone Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Time Zone Planner 支持哪些平台?

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

谁开发了 Time Zone Planner?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论