← 返回 Skills 市场
Meeting Scheduler
作者
Netanel Abergel
· GitHub ↗
· v1.0.1
· MIT-0
147
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install meeting-scheduler
功能描述
Schedule meetings between your owner and another person by coordinating with their PA, finding available slots in both calendars, and sending a calendar invi...
安全使用建议
This skill's instructions will try to read data/pa-directory.json and call a 'gog' calendar CLI as [email protected], but the registry metadata does not declare those requirements. Before installing or using it: (1) verify whether you have an authenticated 'gog' CLI configured for the owner account — granting such credentials would let the skill read and write calendar events; (2) confirm the location and contents of data/pa-directory.json and whether you want the skill to read it; (3) replace hardcoded placeholders ([email protected], PERSON_NAME) with real, limited values and test in a safe environment; (4) prefer explicit credential declarations and least-privilege accounts (a dedicated scheduling account or scoped API key) rather than relying on an already-authenticated local CLI; and (5) if you need stronger guarantees, ask the skill author to declare required env vars/binaries and to avoid reading arbitrary local files or to provide a safer mechanism for contacting other PAs. Proceed only after addressing these transparency and credential issues.
功能分析
Type: OpenClaw Skill
Name: meeting-scheduler
Version: 1.0.1
The meeting-scheduler skill provides a functional workflow for coordinating calendar events using a CLI tool named 'gog'. The scripts in SKILL.md perform legitimate tasks such as checking availability, searching a local directory (data/pa-directory.json), and creating calendar invites, with no evidence of data exfiltration, unauthorized access, or malicious intent.
能力评估
Purpose & Capability
The skill claims to schedule meetings but does not declare any required calendar credentials, account env vars, or required binaries. The SKILL.md repeatedly calls a 'gog' calendar CLI and hardcodes OWNER_EMAIL ([email protected]), implying the need for an authenticated calendar client; those requirements are not declared in the manifest.
Instruction Scope
Runtime instructions read a local file (data/pa-directory.json) and run local commands to fetch and create calendar events. The manifest never mentions access to local files or the 'data/' path. The scripts include templated substitutions (owner email, person name, slot times) — if those substitutions are performed unsafely they could lead to unintended command arguments or data handling. The skill also instructs contacting PAs but gives no concrete safe sending mechanism (mail client or API) or which credentials to use.
Install Mechanism
No install spec and no third-party downloads — instruction-only skills have minimal install risk. However, the skill assumes presence of external tooling (gog) which is not declared; the absence of an install step reduces installation risk but increases hidden dependency risk.
Credentials
The skill requires access to the owner's calendar and uses GOG_ACCOUNT and OWNER_EMAIL in examples, but the manifest declares no required environment variables or primary credential. That mismatch means the skill will silently rely on pre-configured credentials on the host (or fail) — neither of which is transparent or proportional.
Persistence & Privilege
The skill does not request persistent presence (always:false) and has no install hooks. It does not modify other skills or system-wide settings in the provided instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meeting-scheduler - 安装完成后,直接呼叫该 Skill 的名称或使用
/meeting-scheduler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
reactions rule, close-the-loop, reply-to rules; skill-master analytics hook; skill-analytics added
v1.0.0
Initial release of Meeting Scheduler skill.
- Schedule meetings by coordinating with other PAs or directly with invitees.
- Finds available time slots in both calendars and sends calendar invites.
- Includes scripts for PA lookup, finding open slots, and booking meetings.
- Handles common flows: scheduling, rescheduling, cancellations, and confirmations.
- Provides flexible templates and cost/tips for efficient usage.
- Compatible with any LLM model; handles both basic and moderately complex meeting scenarios.
元数据
常见问题
Meeting Scheduler 是什么?
Schedule meetings between your owner and another person by coordinating with their PA, finding available slots in both calendars, and sending a calendar invi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。
如何安装 Meeting Scheduler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meeting-scheduler」即可一键安装,无需额外配置。
Meeting Scheduler 是免费的吗?
是的,Meeting Scheduler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meeting Scheduler 支持哪些平台?
Meeting Scheduler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meeting Scheduler?
由 Netanel Abergel(@netanel-abergel)开发并维护,当前版本 v1.0.1。
推荐 Skills