# Send Вконтакте - публикация постов, фото и видео. Диалоги с посетителями. NodeJS 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/vk",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vk",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/vk_cli.js",
      "references/api.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "vk",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T23:55:13.062Z",
      "expiresAt": "2026-05-19T23:55:13.062Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vk",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vk",
        "contentDisposition": "attachment; filename=\"vk-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "vk"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### VK Community Management

This skill allows you to manage a VK community using the VK API.

### Requirements

VK Access Token. Важно: Используйте User Token для полных прав (удаление постов, простая загрузка фото). См. references/api.md для деталей.
Node.js environment.

### 1. Posting to the Wall

To post to a community wall:

Если есть медиафайлы, загрузите их:

node scripts/vk_cli.js upload-photo $TOKEN $GROUP_ID "./image.jpg"


Используйте post с полученным ID вложения:

node scripts/vk_cli.js post $TOKEN -$GROUP_ID "Текст поста" $ATTACH_ID

### 2. Handling Messages

To respond to user messages:

Fetch history with get-messages.
Send a reply with message.

### 3. Real-time Monitoring (Long Poll)

To receive and process messages instantly:

Ensure Long Poll API is enabled in your group settings (Manage → API Interaction → Long Poll API).
Use the poll command:

node scripts/vk_cli.js poll $TOKEN $GROUP_ID 1 (where 1 means auto-mark as read).

Note: This skill works best with a User Token that has messages,wall,groups,offline permissions. Use VK Host to get a permanent token.

### Advanced Features

For details on setting up Long Poll and specialized API methods, refer to references/api.md.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: RuslanLanket
- Version: 1.0.2
## 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-05-12T23:55:13.062Z
- Expires at: 2026-05-19T23:55:13.062Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/vk)
- [Send to Agent page](https://openagent3.xyz/skills/vk/agent)
- [JSON manifest](https://openagent3.xyz/skills/vk/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/vk/agent.md)
- [Download page](https://openagent3.xyz/downloads/vk)