TopRank Skills

Home / Claw Skills / Autres / meetling-default
Official OpenClaw rules 15%

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 meetling-default 技能。 若已安装,则直接安装 meetling-default 技能。

Overview

Skill Key
bavxhack/create-videoconference
Author
bavxhack
Source Repo
openclaw/skills
Version
1.3.0
Source Path
skills/bavxhack/create-videoconference
Latest Commit SHA
15b013f7b21c4364d19a4ca3fa76dddeaae6d96c

Extracted Content

SKILL.md excerpt

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

README excerpt

# meetling-default (secure)

## Install
```bash
npm i
```

## Run (plain text)
```bash
node index.js "Create a call now with Max and Yvonne"
```

## Run (JSON via stdin)
```bash
echo '{
  "text":"Schedule a call tomorrow at 10:00 with a@x.de and b@y.de",
  "participants":["a@x.de","b@y.de"],
  "start_time":"2026-02-19T10:00:00+01:00",
  "title":"Project Sync"
}' | node index.js
```

## Environment variables
- MEETLING_INSTANT_THRESHOLD_MINUTES (default: 30)
- SKILL_LANGUAGE_DEFAULT (default: en)

## Contacts mapping
Copy `contacts.json.example` to `contacts.json` and edit it.

Security note: the skill loads contacts only from `./contacts.json` (no env override).

Related Claw Skills

capt-marbles

Task Router Skill

★ 0

Task Router

captchasco

captchas-openclaw

★ 0

OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.

carol-gutianle

Modelready

★ 0

name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}

cartoonitunes

Ethereum History

★ 0

Read-only factual data about historical Ethereum mainnet contracts. Use when the user asks about a specific contract address, early Ethereum contracts, deployment era, deployer, bytecode, decompiled code, or documented history (what a contract is and is not). Data is non-opinionated and includes runtime bytecode, decompiled code, and editorial history when available. Base URL https://ethereumhistory.com (or set BASE_URL for local/staging).

cassh100k

agent-dna

★ 0

Portable agent identity encoding. Compress SOUL.md/MEMORY.md into transferable DNA fingerprints, detect identity drift between snapshots, and port personality across platforms (OpenClaw, Claude, GPT, CrewAI). Pure Python, zero dependencies. Use when migrating agents between platforms, detecting personality drift, or backing up agent identity.

camopel

storage-cleanup

★ 0

One-command disk cleanup for macOS and Linux — trash, caches, temp files, old kernels, snap revisions, Homebrew, Docker, and Xcode artifacts. Use when user asks to free storage, clean up disk, reclaim space, reduce disk usage, or encounters low disk / "disk full" warnings. Safe by default with dry-run mode. No dependencies beyond bash and awk.