← Back to Skills Marketplace
felixwortmann

WhenToMeet

by Felix Wortmann · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
395
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install whentomeet
Description
WhenToMeet group scheduling via public REST API.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install whentomeet
  3. After installation, invoke the skill by name or use /whentomeet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug whentomeet
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is WhenToMeet?

WhenToMeet group scheduling via public REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 395 downloads so far.

How do I install WhenToMeet?

Run "/install whentomeet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WhenToMeet free?

Yes, WhenToMeet is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WhenToMeet support?

WhenToMeet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WhenToMeet?

It is built and maintained by Felix Wortmann (@felixwortmann); the current version is v1.0.2.

💬 Comments