Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage VK.com (Vkontakte) community: post content (text, photos, videos) and handle messages. Use for automating community management via VK API.
Manage VK.com (Vkontakte) community: post content (text, photos, videos) and handle messages. Use for automating community management via VK API.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
This skill allows you to manage a VK community using the VK API.
VK Access Token. Важно: Используйте User Token для полных прав (удаление постов, простая загрузка фото). См. references/api.md для деталей. Node.js environment.
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
To respond to user messages: Fetch history with get-messages. Send a reply with message.
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.
For details on setting up Long Poll and specialized API methods, refer to references/api.md.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.