← 返回 Skills 市场
WhenToMeet
作者
Felix Wortmann
· GitHub ↗
· v1.0.2
· MIT-0
395
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install whentomeet
功能描述
WhenToMeet group scheduling via public REST API.
安全使用建议
Before installing, confirm how and where the skill expects the WhenToMeet API key to be provided (the skill examples use Authorization: Bearer sk_... but the registry shows no required env var). Only provide a dedicated, limited-scope API key (not a shared or high-privilege secret). Verify the domain (whentomeet.io) is the official service you trust, and review the OpenAPI / docs links listed in the skill to ensure endpoints and scopes match your expectations. Because this is instruction-only, it won't install code locally, but it will make network calls to the listed API—consider the privacy of any event data you allow the skill to send. If anything is unclear, ask the skill author to (1) declare the exact env var/credential name the agent will use, (2) confirm required scopes, and (3) explain how the agent stores/uses the key.
功能分析
Type: OpenClaw Skill
Name: whentomeet
Version: 1.0.2
The skill bundle provides standard documentation and examples for integrating with the WhenToMeet API (whentomeet.io). It includes endpoints for event management, bookings, and calendar connections, all of which align with the stated purpose of group scheduling. No evidence of malicious intent, data exfiltration, or prompt injection was found in SKILL.md or the API reference.
能力评估
Purpose & Capability
The skill claims to provide group scheduling via the WhenToMeet public REST API, which legitimately requires a service API key for authenticated endpoints (examples show Authorization: Bearer sk_YOUR_API_KEY_HERE). However, the registry metadata lists no required env vars or primary credential while the SKILL.md header metadata includes requires:["api-key"]. This inconsistency between declared requirements and the runtime instructions is a coherence problem.
Instruction Scope
SKILL.md and the reference file only describe calling whentomeet.io endpoints (cURL examples, endpoint list, OpenAPI link). The instructions do not ask the agent to read local files, shell history, or unrelated environment variables, nor do they instruct exfiltration to unknown endpoints. Scope stays within the scheduling API.
Install Mechanism
This is instruction-only (no install spec, no code files). Nothing is written to disk by an installer step, which reduces the surface area.
Credentials
The API requires a bearer API key for authenticated endpoints, but the skill does not declare the required env var name or a primaryEnv in the registry metadata. That omission makes it unclear what credential the agent will ask for or where you should store it. Ensure any provided key is limited-scope and not a high-privilege secret used elsewhere.
Persistence & Privilege
The skill does not request always:true and has normal invocation settings. There are no instructions that modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whentomeet - 安装完成后,直接呼叫该 Skill 的名称或使用
/whentomeet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Major update: Migrated WhenToMeet skill from private tRPC API to public REST API.
- Now uses the documented REST API (`/api/v1/`) with plain JSON inputs and outputs—no envelope/wrappers.
- Authentication updated to require Bearer tokens in the format `sk_YOUR_API_KEY_HERE`.
- Added full REST endpoint documentation with sample requests and clear field requirements.
- Expanded reference with booking, calendar, and analytics endpoints.
- Removed legacy CLI script and old quickstart/troubleshooting docs; added API reference.
- Response and error handling instructions updated to match new API behavior.
v1.0.1
- Added a reference link to https://whentomeet.io/llms.txt for more information about whentomeet.io.
- No code or workflow changes; documentation update only.
v1.0.0
Initial release of the whentomeet skill.
- Create, list, fetch, and delete WhenToMeet planning events via authenticated API.
- Includes CLI script (`scripts/w2m_events.py`) for event management.
- Requires Python 3, internet access, and WHENTOMEET_API_KEY.
- Provides both script-based and HTTP curl examples for API operations.
- Implements strict validation, confirmation for deletions, and safety rules for API usage.
元数据
常见问题
WhenToMeet 是什么?
WhenToMeet group scheduling via public REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 395 次。
如何安装 WhenToMeet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whentomeet」即可一键安装,无需额外配置。
WhenToMeet 是免费的吗?
是的,WhenToMeet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WhenToMeet 支持哪些平台?
WhenToMeet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WhenToMeet?
由 Felix Wortmann(@felixwortmann)开发并维护,当前版本 v1.0.2。
推荐 Skills