Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @bavxhack Updated 6/28/2026 969 downloads 0 stars Security: Pass

Create Videoconference OpenClaw Plugin & Skill | ClawHub

Looking to integrate Create Videoconference into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

Default 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).

Install

ClawHub CLI
openclaw skills install @bavxhack/create-videoconference
Node.js (npx)
npx clawhub@latest install create-videoconference

Full SKILL.md

Open original
Metadata table.
nameversiondescription
meetling-default1.3.0Default 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).

SKILL.md content below is scrollable.

Meetling Default (Video Conferences) — Secure

Hardcoded Meetling host

This skill always uses: https://app.meetling.de

No environment variable can change the base URL.

Security: contacts loading

  • Contacts are loaded only from ./contacts.json (current working directory).
  • No environment variable can override the file path.
  • The skill does not output the contacts file path.

If contacts.json is missing or invalid JSON, the skill continues with an empty map and marks recipients as unresolved.

Behavior

Instant / Ad-hoc (always /m/)

Triggers if ANY is true:

  • Text contains “now / right now / asap / immediately”
  • OR contains German equivalents “jetzt / jetzt gleich / sofort / gleich”
  • OR start_time is within MEETLING_INSTANT_THRESHOLD_MINUTES minutes from now
  • OR participants are present but no start_time is provided

Returns:

Scheduled

If start_time is more than the threshold minutes in the future:

  • returns email_invite (subject + body) plus the Meetling link

Note: This skill does not automate Meetling dashboard creation or Meetling-sent invites (requires an official API or robust UI automation).

ClawHub Registry URL: https://clawhub.ai/bavxhack/skills/create-videoconference

Related skills

If this matches your use case, these are close alternatives in the same category.