World Meeting Coordination Skill
v0.2.2Find the best cross-timezone meeting windows with DST-safe conversion and ranked output (Optimal, Stretch, Avoid). Use when users ask for overlap windows acr...
⭐ 0· 233·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included code and SKILL.md. The script computes candidate slots, converts zones with zoneinfo (DST-safe), scores slots, and formats results for Telegram — all consistent with the advertised functionality.
Instruction Scope
Runtime instructions and the Python script only read/write a single skill-scoped config file (~/.openclaw/skills/world-meeting-coordination-skill/config.json), parse CLI args, and compute/print time windows. There are no instructions to read unrelated system files, environment variables, or transmit data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only). The repository contains only local Python code and a smoke test; there are no downloads, external package installs, or archive extraction steps.
Credentials
The skill requires no environment variables or credentials. Its only persistent state is a config file in the user's home directory storing timezone, working hours, and flexibility — appropriate for a scheduling helper.
Persistence & Privilege
always is false. The skill writes only its own config under ~/.openclaw/skills/... and does not modify other skills or system-wide settings. Autonomous invocation is enabled by default (normal for skills) but not elevated.
Assessment
This skill appears to do exactly what it claims: local time calculations and scoring with no external network calls or credential access. Note that on first interactive run it will prompt for timezone, working hours, and flexibility, and then save those settings to ~/.openclaw/skills/world-meeting-coordination-skill/config.json. If you prefer not to store settings, run the script with explicit flags each time or inspect/delete that config file. If you want extra assurance, run the provided smoke test (tests/test_smoke.sh) in a safe environment before adding it to an agent that can invoke skills autonomously.Like a lobster shell, security has layers — review code before you run it.
latestvk97b8zbev9dqm0vtffpt5bsg1d82g7y8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
