Skills 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
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bavxhack/create-videoconference" ~/.claude/skills/clawdbot-skills-meetling-default && rm -rf "$T"
manifest:
skills/bavxhack/create-videoconference/SKILL.mdsource content
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
(current working directory)../contacts.json - 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/
)
/m/Triggers if ANY is true:
- Text contains “now / right now / asap / immediately”
- OR contains German equivalents “jetzt / jetzt gleich / sofort / gleich”
- OR
is withinstart_time
minutes from nowMEETLING_INSTANT_THRESHOLD_MINUTES - OR participants are present but no
is providedstart_time
Returns:
: https://app.meetling.de/m/<slug>url
: message + resolved recipients for your Claw default sending pathshare
Scheduled
If
start_time is more than the threshold minutes in the future:
- returns
(subject + body) plus the Meetling linkemail_invite
Note: This skill does not automate Meetling dashboard creation or Meetling-sent invites (requires an official API or robust UI automation).