Install
openclaw skills install create-videoconferenceDefault video conferences via Meetling. Instant calls always use /m/ rooms + share payload for Claw default sending. Scheduled calls return link + email invite template. Secure contacts loading (no env-controlled file paths).
openclaw skills install create-videoconferenceThis skill always uses: https://app.meetling.de
No environment variable can change the base URL.
./contacts.json (current working directory).If contacts.json is missing or invalid JSON, the skill continues with an empty map and marks recipients as unresolved.
/m/)Triggers if ANY is true:
start_time is within MEETLING_INSTANT_THRESHOLD_MINUTES minutes from nowstart_time is providedReturns:
url: https://app.meetling.de/m/<slug>share: message + resolved recipients for your Claw default sending pathIf start_time is more than the threshold minutes in the future:
email_invite (subject + body) plus the Meetling linkNote: This skill does not automate Meetling dashboard creation or Meetling-sent invites (requires an official API or robust UI automation).