{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vk",
    "name": "Вконтакте - публикация постов, фото и видео. Диалоги с посетителями. NodeJS",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/RuslanLanket/vk",
    "canonicalUrl": "https://clawhub.ai/RuslanLanket/vk",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/vk",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vk",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/vk_cli.js",
      "references/api.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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/vk"
    },
    "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/vk",
    "agentPageUrl": "https://openagent3.xyz/skills/vk/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vk/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vk/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": "VK Community Management",
        "body": "This skill allows you to manage a VK community using the VK API."
      },
      {
        "title": "Requirements",
        "body": "VK Access Token. Важно: Используйте User Token для полных прав (удаление постов, простая загрузка фото). См. references/api.md для деталей.\nNode.js environment."
      },
      {
        "title": "1. Posting to the Wall",
        "body": "To post to a community wall:\n\nЕсли есть медиафайлы, загрузите их:\n\nnode scripts/vk_cli.js upload-photo $TOKEN $GROUP_ID \"./image.jpg\"\n\n\nИспользуйте post с полученным ID вложения:\n\nnode scripts/vk_cli.js post $TOKEN -$GROUP_ID \"Текст поста\" $ATTACH_ID"
      },
      {
        "title": "2. Handling Messages",
        "body": "To respond to user messages:\n\nFetch history with get-messages.\nSend a reply with message."
      },
      {
        "title": "3. Real-time Monitoring (Long Poll)",
        "body": "To receive and process messages instantly:\n\nEnsure Long Poll API is enabled in your group settings (Manage → API Interaction → Long Poll API).\nUse the poll command:\n\nnode scripts/vk_cli.js poll $TOKEN $GROUP_ID 1 (where 1 means auto-mark as read).\n\nNote: This skill works best with a User Token that has messages,wall,groups,offline permissions. Use VK Host to get a permanent token."
      },
      {
        "title": "Advanced Features",
        "body": "For details on setting up Long Poll and specialized API methods, refer to references/api.md."
      }
    ],
    "body": "VK Community Management\n\nThis skill allows you to manage a VK community using the VK API.\n\nRequirements\nVK Access Token. Важно: Используйте User Token для полных прав (удаление постов, простая загрузка фото). См. references/api.md для деталей.\nNode.js environment.\nCore Workflows\n1. Posting to the Wall\n\nTo post to a community wall:\n\nЕсли есть медиафайлы, загрузите их:\nnode scripts/vk_cli.js upload-photo $TOKEN $GROUP_ID \"./image.jpg\"\nИспользуйте post с полученным ID вложения:\nnode scripts/vk_cli.js post $TOKEN -$GROUP_ID \"Текст поста\" $ATTACH_ID\n2. Handling Messages\n\nTo respond to user messages:\n\nFetch history with get-messages.\nSend a reply with message.\n3. Real-time Monitoring (Long Poll)\n\nTo receive and process messages instantly:\n\nEnsure Long Poll API is enabled in your group settings (Manage → API Interaction → Long Poll API).\nUse the poll command:\nnode scripts/vk_cli.js poll $TOKEN $GROUP_ID 1 (where 1 means auto-mark as read).\n\nNote: This skill works best with a User Token that has messages,wall,groups,offline permissions. Use VK Host to get a permanent token.\n\nAdvanced Features\n\nFor details on setting up Long Poll and specialized API methods, refer to references/api.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/RuslanLanket/vk",
    "publisherUrl": "https://clawhub.ai/RuslanLanket/vk",
    "owner": "RuslanLanket",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vk",
    "downloadUrl": "https://openagent3.xyz/downloads/vk",
    "agentUrl": "https://openagent3.xyz/skills/vk/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vk/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vk/agent.md"
  }
}