{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/create-videoconference",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=create-videoconference",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "index.js",
      "package.json",
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/create-videoconference",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Hardcoded Meetling host",
        "body": "This skill always uses:\nhttps://app.meetling.de\n\nNo environment variable can change the base URL."
      },
      {
        "title": "Security: contacts loading",
        "body": "Contacts are loaded only from ./contacts.json (current working directory).\nNo environment variable can override the file path.\nThe skill does not output the contacts file path.\n\nIf contacts.json is missing or invalid JSON, the skill continues with an empty map and marks recipients as unresolved."
      },
      {
        "title": "Instant / Ad-hoc (always /m/)",
        "body": "Triggers if ANY is true:\n\nText contains “now / right now / asap / immediately”\nOR contains German equivalents “jetzt / jetzt gleich / sofort / gleich”\nOR start_time is within MEETLING_INSTANT_THRESHOLD_MINUTES minutes from now\nOR participants are present but no start_time is provided\n\nReturns:\n\nurl: https://app.meetling.de/m/<slug>\nshare: message + resolved recipients for your Claw default sending path"
      },
      {
        "title": "Scheduled",
        "body": "If start_time is more than the threshold minutes in the future:\n\nreturns email_invite (subject + body) plus the Meetling link\n\nNote: This skill does not automate Meetling dashboard creation or Meetling-sent invites (requires an official API or robust UI automation)."
      }
    ],
    "body": "Meetling Default (Video Conferences) — Secure\nHardcoded Meetling host\n\nThis skill always uses: https://app.meetling.de\n\nNo environment variable can change the base URL.\n\nSecurity: contacts loading\nContacts are loaded only from ./contacts.json (current working directory).\nNo environment variable can override the file path.\nThe skill does not output the contacts file path.\n\nIf contacts.json is missing or invalid JSON, the skill continues with an empty map and marks recipients as unresolved.\n\nBehavior\nInstant / Ad-hoc (always /m/)\n\nTriggers if ANY is true:\n\nText contains “now / right now / asap / immediately”\nOR contains German equivalents “jetzt / jetzt gleich / sofort / gleich”\nOR start_time is within MEETLING_INSTANT_THRESHOLD_MINUTES minutes from now\nOR participants are present but no start_time is provided\n\nReturns:\n\nurl: https://app.meetling.de/m/<slug>\nshare: message + resolved recipients for your Claw default sending path\nScheduled\n\nIf start_time is more than the threshold minutes in the future:\n\nreturns email_invite (subject + body) plus the Meetling link\n\nNote: This skill does not automate Meetling dashboard creation or Meetling-sent invites (requires an official API or robust UI automation)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bavxhack/create-videoconference",
    "publisherUrl": "https://clawhub.ai/bavxhack/create-videoconference",
    "owner": "bavxhack",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}