← 返回 Skills 市场
bavxhack

Create secure videoconference

作者 bavxhack · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
595
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install create-videoconference
功能描述
Default video conferences via Meetling. Instant calls always use /m/ rooms + share payload for Claw default sending. Scheduled calls return link + email invi...
使用说明 (SKILL.md)

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

安全使用建议
This skill appears to do exactly what it claims: create Meetling /m/ links and produce share/email payloads. Before installing, review the contacts.json you will place in the working directory — it will be read (and the skill will output resolved recipient IDs/channels in the JSON share payload). Ensure contacts.json does not contain secrets you wouldn't want included in the skill's output. Also confirm you are comfortable with generated Meetling links being constructed from the hardcoded base URL (https://app.meetling.de). If you want additional assurance, run the index.js locally with sample inputs to inspect outputs before enabling the skill.
功能分析
Type: OpenClaw Skill Name: create-videoconference Version: 1.0.1 The OpenClaw skill 'create-videoconference' is benign. The code and documentation consistently demonstrate adherence to security best practices. The Meetling host is hardcoded, preventing redirection. Contacts are loaded exclusively from a fixed path (`./contacts.json` in the current working directory) with a size limit, mitigating path traversal and Local File Inclusion (LFI) risks. There is no evidence of data exfiltration, unauthorized network calls, external command execution, persistence mechanisms, or prompt injection attempts in the `SKILL.md` or `README.md` files. The skill's behavior is fully aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description (create Meetling links, share payloads, email templates) align with required binary (node), the two env vars (threshold and default language), and the single code file which builds /m/ links. No unrelated credentials or services requested.
Instruction Scope
SKILL.md and index.js only read ./contacts.json (explicitly stated and enforced), parse input (stdin/argv), compute mode, build a slug and URL, and emit JSON output. All file reads and behaviors are scoped to producing the described outputs; no arbitrary file or system scanning is present.
Install Mechanism
No install spec (instruction-only skill) and packaged code is simple Node.js with no external installs or downloads. Requiring node is proportional and expected; package.json is minimal.
Credentials
Only MEETLING_INSTANT_THRESHOLD_MINUTES and SKILL_LANGUAGE_DEFAULT are declared and used. No secret tokens or unrelated environment variables are requested.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system settings, and has normal user-invocable/autonomous defaults. It only reads a local contacts.json file in the working directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install create-videoconference
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /create-videoconference 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
create-videoconference 1.0.1 changelog: - Tightened security: The Meetling base URL is now always set to https://app.meetling.de and cannot be changed via environment variables. - Contacts are loaded only from ./contacts.json in the working directory; the file path is no longer overridable by environment variables. - If contacts.json is missing or invalid, the skill proceeds with an empty map and marks recipients as unresolved. - Removed use of MEETLING_BASE_URL and CONTACTS_JSON environment variables; only MEETLING_INSTANT_THRESHOLD_MINUTES and SKILL_LANGUAGE_DEFAULT remain.
v1.0.0
initial upload of the skill. This skill enables claw to create videoconferences.
元数据
Slug create-videoconference
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Create secure videoconference 是什么?

Default video conferences via Meetling. Instant calls always use /m/ rooms + share payload for Claw default sending. Scheduled calls return link + email invi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 595 次。

如何安装 Create secure videoconference?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install create-videoconference」即可一键安装,无需额外配置。

Create secure videoconference 是免费的吗?

是的,Create secure videoconference 完全免费(开源免费),可自由下载、安装和使用。

Create secure videoconference 支持哪些平台?

Create secure videoconference 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Create secure videoconference?

由 bavxhack(@bavxhack)开发并维护,当前版本 v1.0.1。

💬 留言讨论