← Back to Skills Marketplace
292
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install 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 acr...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: world-meeting-coordination-skill
Version: 0.2.2
The skill is a legitimate utility for coordinating meeting times across multiple timezones. It calculates overlapping windows, scores them based on user-defined 'comfort' levels, and outputs formatted results. The Python script (scripts/meeting_windows.py) handles configuration locally in the user's home directory (~/.openclaw/...) and contains no network activity, obfuscation, or unauthorized data access.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install world-meeting-coordination-skill - After installation, invoke the skill by name or use
/world-meeting-coordination-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.2
Improve documentation clarity: friendly quick start, setup intent mapping, settings flow, and output contract.
v0.2.1
Add setup phrase and intent trigger guidance for chat-based onboarding.
v0.1.1
Add clear example prompts and usage guidance for chat + CLI.
v0.1.0
Initial release: DST-safe cross-timezone meeting windows with Optimal/Stretch/Avoid Telegram output.
Metadata
Frequently Asked Questions
What is World Meeting Coordination Skill?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 292 downloads so far.
How do I install World Meeting Coordination Skill?
Run "/install world-meeting-coordination-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is World Meeting Coordination Skill free?
Yes, World Meeting Coordination Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does World Meeting Coordination Skill support?
World Meeting Coordination Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created World Meeting Coordination Skill?
It is built and maintained by jeadland (@jeadland); the current version is v0.2.2.
More Skills