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).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bavxhack/create-videoconferenceWhat 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.jsonto 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.jsonfile 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bavxhack-create-videoconference": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read