安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
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...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.2.22026/3/8
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install world-meeting-coordination-skill
镜像加速npx clawhub@latest install world-meeting-coordination-skill --registry https://cn.longxiaskill.com