{
  "schemaVersion": "1.0",
  "item": {
    "slug": "yandex-calendar",
    "name": "yandex-calendar",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/gbroccoli/yandex-calendar",
    "canonicalUrl": "https://clawhub.ai/gbroccoli/yandex-calendar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/yandex-calendar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=yandex-calendar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/yandex-calendar"
    },
    "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/yandex-calendar",
    "agentPageUrl": "https://openagent3.xyz/skills/yandex-calendar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/yandex-calendar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/yandex-calendar/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Яндекс.Календарь",
        "body": "Управление Яндекс.Календарём через CalDAV (vdirsyncer + khal)"
      },
      {
        "title": "Показать события",
        "body": "vdirsyncer sync && khal list today - события на сегодня\nkhal list today 7d - события на неделю\nkhal calendar - календарь на месяц"
      },
      {
        "title": "Добавить событие",
        "body": "khal new \"ДАТА ВРЕМЯ\" \"ДЛИТЕЛЬНОСТЬ\" \"НАЗВАНИЕ\" && vdirsyncer sync\n\nПримеры:\n\nkhal new \"2026-02-10 15:00\" \"1h\" \"Встреча с клиентом\"\nkhal new \"завтра 14:00\" \"30m\" \"Звонок\""
      },
      {
        "title": "Поиск",
        "body": "khal search \"текст для поиска\""
      },
      {
        "title": "Инструкции для бота",
        "body": "Когда пользователь спрашивает про календарь, используй эти команды:\n\n\"Покажи события на сегодня\" или \"Что у меня сегодня?\"\n→ Выполни: vdirsyncer sync && khal list today\n→ Покажи результат пользователю\n\n\"Что у меня на этой неделе?\" или \"События на неделю\"\n→ Выполни: khal list today 7d\n\n\"Добавь встречу [дата] в [время]\"\n→ Выполни: khal new \"ДАТА ВРЕМЯ\" \"ДЛИТЕЛЬНОСТЬ\" \"НАЗВАНИЕ\" && vdirsyncer sync\n→ Примеры дат: \"завтра 15:00\", \"2026-02-10 14:00\"\n\n\"Найди событие про [тема]\"\n→ Выполни: khal search \"тема\""
      },
      {
        "title": "Примечания",
        "body": "Всегда синхронизируй перед показом событий: vdirsyncer sync\nПосле добавления события тоже синхронизируй: && vdirsyncer sync\nЕсли vdirsyncer выдаёт ошибку, используй только khal без синхронизации\nДлительность: 30m (30 минут), 1h (1 час), 2h (2 часа)"
      }
    ],
    "body": "Яндекс.Календарь\n\nУправление Яндекс.Календарём через CalDAV (vdirsyncer + khal)\n\nДоступные команды\nПоказать события\nvdirsyncer sync && khal list today - события на сегодня\nkhal list today 7d - события на неделю\nkhal calendar - календарь на месяц\nДобавить событие\nkhal new \"ДАТА ВРЕМЯ\" \"ДЛИТЕЛЬНОСТЬ\" \"НАЗВАНИЕ\" && vdirsyncer sync\n\n\nПримеры:\n\nkhal new \"2026-02-10 15:00\" \"1h\" \"Встреча с клиентом\"\nkhal new \"завтра 14:00\" \"30m\" \"Звонок\"\nПоиск\nkhal search \"текст для поиска\"\n\nИнструкции для бота\n\nКогда пользователь спрашивает про календарь, используй эти команды:\n\n\"Покажи события на сегодня\" или \"Что у меня сегодня?\" → Выполни: vdirsyncer sync && khal list today → Покажи результат пользователю\n\n\"Что у меня на этой неделе?\" или \"События на неделю\" → Выполни: khal list today 7d\n\n\"Добавь встречу [дата] в [время]\" → Выполни: khal new \"ДАТА ВРЕМЯ\" \"ДЛИТЕЛЬНОСТЬ\" \"НАЗВАНИЕ\" && vdirsyncer sync → Примеры дат: \"завтра 15:00\", \"2026-02-10 14:00\"\n\n\"Найди событие про [тема]\" → Выполни: khal search \"тема\"\n\nПримечания\nВсегда синхронизируй перед показом событий: vdirsyncer sync\nПосле добавления события тоже синхронизируй: && vdirsyncer sync\nЕсли vdirsyncer выдаёт ошибку, используй только khal без синхронизации\nДлительность: 30m (30 минут), 1h (1 час), 2h (2 часа)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/gbroccoli/yandex-calendar",
    "publisherUrl": "https://clawhub.ai/gbroccoli/yandex-calendar",
    "owner": "gbroccoli",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/yandex-calendar",
    "downloadUrl": "https://openagent3.xyz/downloads/yandex-calendar",
    "agentUrl": "https://openagent3.xyz/skills/yandex-calendar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/yandex-calendar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/yandex-calendar/agent.md"
  }
}