← 返回 Skills 市场
292
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install world-meeting-coordination-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/world-meeting-coordination-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。
如何安装 World Meeting Coordination Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install world-meeting-coordination-skill」即可一键安装,无需额外配置。
World Meeting Coordination Skill 是免费的吗?
是的,World Meeting Coordination Skill 完全免费(开源免费),可自由下载、安装和使用。
World Meeting Coordination Skill 支持哪些平台?
World Meeting Coordination Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 World Meeting Coordination Skill?
由 jeadland(@jeadland)开发并维护,当前版本 v0.2.2。
推荐 Skills