vk-ads-campaign-builder
Manage and scale VK Ads campaigns with safe write workflows and budget validation.
Install
mkdir -p .claude/skills/vk-ads-campaign-builder && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18873" && unzip -o skill.zip -d .claude/skills/vk-ads-campaign-builder && rm skill.zipInstalls to .claude/skills/vk-ads-campaign-builder
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Build, audit, and optimize VK Ads campaigns through LidFly MCP v3 with connection_id/client_id provider context, manual VK user-filter limits, campaign scope resolution, creative preflight, statistics, and safe write workflows.Key capabilities
- →Search VK Ads campaigns
- →Validate creative assets for VK Ads
- →Apply budget limits to ad groups
- →Fetch statistics for VK Ads campaigns
- →Ensure safe writes with pre-checks and confirmation
How it works
The skill interacts with VK Ads through LidFly MCP v3, resolving campaign scope and validating creative assets, and performs safe write operations by requiring confirmation after showing planned changes.
Inputs & outputs
When to use vk-ads-campaign-builder
- →Create new VK ad banner
- →Audit campaign budget
- →Optimize ad group targeting
- →Fetch campaign statistics
About this skill
VK Ads Campaign Builder
Use for VK Ads campaigns, ad groups, banners, lead forms, statistics, audiences, contextual phrases, budgets, statuses, and creative checks.
v3 Scope First
- Search with
search_tools({ provider: "vk", query }). - Read schemas with
get_tool_schema. - If account/client is unclear, call
get_provider_context({ provider: "vk", query? }). - If campaign is named, call
resolve_campaign_scope({ provider: "vk", query, workspace_project_id? }). - Use only returned
connection_id,client_id,workspace_project_id, andscope_arguments. - Read via
call_tool; write viacall_write_tool.
VK Account Rules
connection_idselects VK OAuth connection.client_idselects agency/manager/client account.- Manual VK user-filter is allowed only when it appears in provider context; do not pass arbitrary VK user ids.
- In manual user-filter mode, creation/upload/single update may be unavailable; prefer allowed mass actions and reread state.
- For
max_goalsbidding, usemax_pricewhen updating limits; reread the group after write.
Write Safety
- Read current campaign/group/banner first.
- Show plan, budget impact, and fields to change.
- Wait for explicit confirmation.
- Use
call_write_tool. - Reread state and report before/after.
- For agency/team Пространства include exact
workspace_project_id. - For a new campaign, call
vk_prepare_campaign, then pass exactly one bootstrap ad group tovk_create_campaign. Do not include nestedbanners. - Treat the created campaign and bootstrap group as
blocked. Create remaining groups and banners with separate write tools, reread every object, and activate only as a final separate action. - If the result contains
outcome=unknownoroutcome=ambiguous, call top-levelget_write_operation_status({ operation_id }). Keep the same campaign name and never send another create. - If status remains unresolved, offer a safe support draft containing the
operation_id, never the raw payload or credentials.
Creative And Text
- Validate package/banner pattern before creating banners.
- Avoid unsupported symbols in text; keep copy within VK field limits.
- Upload images/videos only after source asset is final.
- Do not replace complete banner sections unless the schema requires it and current content has been reread.
Workspace
Save decisions, campaign snapshots, analytics summaries, and follow-up scheduled tasks only after resolving workspace_project_id.
Google Export
When the user asks to export a VK Ads report to Google Sheets or Google Docs, keep this skill for account/campaign scope and report reads, then hand the verified Google write and reread to $export-ad-reports.
When not to use it
- →When passing arbitrary VK user IDs in manual user-filter mode
- →When replacing complete banner sections without rereading current content
- →When bypassing explicit confirmation for write operations
Limitations
- →Manual VK user-filter is allowed only when it appears in provider context
- →Creation/upload/single update may be unavailable in manual user-filter mode
- →Write operations require explicit confirmation from the user
How it compares
This skill enforces a structured workflow for VK Ads, including scope resolution, creative preflight, and explicit write safety, which differs from direct, unmanaged API interactions.
Compared to similar skills
vk-ads-campaign-builder side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| vk-ads-campaign-builder (this skill) | 0 | 14d | No flags | Intermediate |
| pptx | 393 | 5mo | Review | Advanced |
| nano-pdf | 63 | 2mo | Review | Beginner |
| video-downloader | 101 | 7mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by awaik
View all by awaik →You might also like
pptx
anthropics
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
nano-pdf
openclaw
Edit PDFs with natural-language instructions using the nano-pdf CLI.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
youtube-transcript
michalparkola
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
browser-automation
browserbase
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.