# Send Create secure videoconference to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "create-videoconference",
    "name": "Create secure videoconference",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/bavxhack/create-videoconference",
    "canonicalUrl": "https://clawhub.ai/bavxhack/create-videoconference",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/create-videoconference",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=create-videoconference",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "index.js",
      "package.json",
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "create-videoconference",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T17:08:46.738Z",
      "expiresAt": "2026-05-06T17:08:46.738Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=create-videoconference",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=create-videoconference",
        "contentDisposition": "attachment; filename=\"create-videoconference-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "create-videoconference"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/create-videoconference"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/create-videoconference",
    "downloadUrl": "https://openagent3.xyz/downloads/create-videoconference",
    "agentUrl": "https://openagent3.xyz/skills/create-videoconference/agent",
    "manifestUrl": "https://openagent3.xyz/skills/create-videoconference/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/create-videoconference/agent.md"
  }
}
```
## Documentation

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

### 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).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: bavxhack
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T17:08:46.738Z
- Expires at: 2026-05-06T17:08:46.738Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/create-videoconference)
- [Send to Agent page](https://openagent3.xyz/skills/create-videoconference/agent)
- [JSON manifest](https://openagent3.xyz/skills/create-videoconference/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/create-videoconference/agent.md)
- [Download page](https://openagent3.xyz/downloads/create-videoconference)