meetling-default
通过 Meetling 进行默认视频会议。即时呼叫始终使用 /m/ rooms + 共享负载进行 Claw 默认发送。预定通话返回链接 + 电子邮件邀请模板。安全联系人加载(无环境控制的文件路径)。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~bavxhack-create-videoconferencecURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~bavxhack-create-videoconference/file -o bavxhack-create-videoconference.md## 概述(中文) 通过 Meetling 进行默认视频会议。即时呼叫始终使用 /m/ rooms + 共享负载进行 Claw 默认发送。预定通话返回链接 + 电子邮件邀请模板。安全联系人加载(无环境控制的文件路径)。 ## 原文 # 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: - `url`: https://app.meetling.de/m/<slug> - `share`: message + resolved recipients for your Claw default sending path ### 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).