Time Zone Planner

v1.0.0

Plan cross-time-zone meeting windows for distributed teams, providing region-by-region local time mappings and tradeoff analysis for scheduling decisions.

0· 35·0 current·0 all-time
byAIpoch@aipoch-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk977pwa6z7mdtrk4f8wz70ettd8400pr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments