← Back to Skills Marketplace
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install time-zone-planner
Description
Plan cross-time-zone meeting windows for distributed teams, providing region-by-region local time mappings and tradeoff analysis for scheduling decisions.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install time-zone-planner - After installation, invoke the skill by name or use
/time-zone-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Time Zone Planner?
Run "/install time-zone-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Time Zone Planner free?
Yes, Time Zone Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Time Zone Planner support?
Time Zone Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Time Zone Planner?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills