π¦ ClawHub
World Meeting Coordination Skill
by @jeadland
Find the best cross-timezone meeting windows with DST-safe conversion and ranked output (Optimal, Stretch, Avoid). Use when users ask for overlap windows acr...
TERMINAL
clawhub install world-meeting-coordination-skillπ About This Skill
name: world-meeting-coordination-skill description: Find the best cross-timezone meeting windows with DST-safe conversion and ranked output (Optimal, Stretch, Avoid). Use when users ask for overlap windows across 2+ cities/timezones, want results anchored to one timezone, or need Telegram-friendly scheduling output with 24h + 12h time formats and +1 day markers.
World Meeting Coordination Skill
Rank meeting windows across timezones in a clean, decision-ready format.
What this skill does
Optimal
- Stretch
- Avoid
Quick start
Natural-language prompt examples
CLI example
python3 scripts/meeting_windows.py \
--date 2026-03-06 \
--anchor America/Chicago \
--zones "Chicago=America/Chicago,London=Europe/London,Tel Aviv=Asia/Jerusalem"
Inputs
Required:
--date (YYYY-MM-DD preferred)--zones (name=IANA timezone pairs)Optional:
--anchor (default: America/Chicago)--duration meeting length in minutes (default: 60)--step slot step size in minutes (default: 60)--top top results per category (default: 3)--my-hours your preferred hours, e.g. 08:00-16:00--hours per-participant hours map, e.g. London=08:30-17:30,Bangalore=10:00-18:00Onboarding and settings
First interactive run auto-starts onboarding with 3 questions:
1. Your timezone
2. Your preferred meeting hours
3. Your flexibility (strict, balanced, flexible)
Canonical chat phrase
Run world meeting skill setupAlso treat these as setup intent
Settings commands
python3 scripts/meeting_windows.py --setup
python3 scripts/meeting_windows.py --show-settings
Settings file location:
~/.openclaw/skills/world-meeting-coordination-skill/config.jsonOutput format contract
Optimal, Stretch, Avoid1., 2., ...)24h (12h)+1 day marker when local date rolls overβ between items for Telegram rendering*Reason: ...*Scoring model (default)
Per participant, local start time is scored:
+0Total score maps to:
Optimal: low totalStretch: medium totalAvoid: high totalNotes
Europe/London, not GMT+0).π‘ Examples
Natural-language prompt examples
CLI example
python3 scripts/meeting_windows.py \
--date 2026-03-06 \
--anchor America/Chicago \
--zones "Chicago=America/Chicago,London=Europe/London,Tel Aviv=Asia/Jerusalem"
π Tips & Best Practices
Europe/London, not GMT+0).