ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 5/5

meetling-default

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bavxhack/create-videoconference
Or

What This Skill Does

The meetling-default skill integrates the OpenClaw AI agent with the Meetling video conferencing platform. It simplifies the process of generating video call links and drafting invitations by automating the logic between instant ad-hoc meetings and formal scheduled sessions. The skill strictly uses https://app.meetling.de as its base host, ensuring consistent and secure communication routing. It processes requests by checking time-based urgency; if a meeting is requested for "now" or within a defined threshold, it generates an instant /m/ slug-based URL. For meetings scheduled further in the future, it prepares a structured email invitation template. To manage participants, the skill securely reads contact data from a local ./contacts.json file in the current working directory. If this file is missing, the agent gracefully defaults to an empty contact map, ensuring the skill remains operational without crashing.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/bavxhack/create-videoconference Ensure that you have a contacts.json file properly formatted in your project root if you wish to use alias resolution for your participants.

Use Cases

  • Rapid meeting setup: Quickly generate a URL for an impromptu sync with a colleague.
  • Calendar planning: Prepare professional email invites for meetings happening later in the week.
  • Contact management: Map local aliases in contacts.json to email addresses to avoid manual entry during call creation.
  • Remote collaboration: Facilitate seamless transition between conversation and video collaboration.

Example Prompts

  • "Can we hop on a Meetling call right now to discuss the project?"
  • "Create a video conference for my meeting with Sarah next Friday at 10:00 AM."
  • "Send a Meetling link to the team immediately; we have an emergency deployment issue."

Tips & Limitations

  • Tip: Maintain your contacts.json file regularly to maximize the efficiency of participant resolution.
  • Limitation: The skill does not possess direct API access to the Meetling dashboard; it provides the links and templates for you to share. You must copy the output provided by the agent into your email or calendar client manually. The skill does not track or store your meeting history, maintaining your local privacy.

Metadata

Author@bavxhack
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bavxhack-create-videoconference": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#communication#videoconference#meetling#scheduling#productivity
Safety Score: 5/5

Flags: file-read