Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
create-videoconference 1.0.1 changelog: - Tightened security: The Meetling base URL is now always set to https://app.meetling.de and cannot be changed via environment variables. - Contacts are loaded only from ./contacts.json in the working directory; the file path is no longer overridable by environment variables. - If contacts.json is missing or invalid, the skill proceeds with an empty map and marks recipients as unresolved. - Removed use of MEETLING_BASE_URL and CONTACTS_JSON environment variables; only MEETLING_INSTANT_THRESHOLD_MINUTES and SKILL_LANGUAGE_DEFAULT remain.
What This Skill Does
Creates Meetling video conference links for instant or scheduled calls. Instant calls generate a /m/ room URL with a ready-to-send share payload. Scheduled calls return the link plus an email invite template with subject and body.
Automatically distinguishes instant from scheduled calls and returns the correct payload for each case, so the agent handles both paths without separate logic.
When to use it
- Starting an ad-hoc team call right now
- Scheduling a video meeting and drafting the invite email
- Sharing a Meetling link with resolved contact names
- Triggering a call when participants are named but no time is given
- Generating localized invites for German-speaking recipients
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: 'Set up a call with the team right now'
- 1Detects 'right now' as an instant call trigger
- 2Generates a /m/ room slug on app.meetling.de
- 3Loads contacts.json and resolves recipient names
- 4Returns the meeting URL and a formatted share message
https://app.meetling.de/m/<slug> with a share payload addressed to resolved contacts
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.