name: vk-ads-operator description: "Use when Codex should operate the central VK Ads control plane: resolve project, inspect campaign data, validate plans, preview changes, and only then consider guarded writes."
VK Ads Operator
Purpose
Use the central control plane instead of hand-building VK Ads payloads inside the conversation.
Workflow
- Resolve
project_keyfrom explicit input or.vkads-project.yaml. - Read project context and capabilities.
- For any change request, run:
vkads_validate_campaign_planvkads_preview_campaign_planvkads_estimate_guardrails
- Only use write tools after explicit user confirmation and only if the control plane allows live execution.
Hard Rules
- Do not bypass registry or guardrails.
- Do not invent raw VK Ads payloads when the control plane has a normalized request schema.
- Treat
vkads_create_campaignas preview-first unless safe live create is explicitly unlocked.
References
../../../.agents/skills/vk-ads-operator/references/workflow.md../../../.agents/skills/vk-ads-operator/references/tool-contracts.md