vk-ads-operator

star 0

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.

samurano By samurano schedule Updated 4/20/2026

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

  1. Resolve project_key from explicit input or .vkads-project.yaml.
  2. Read project context and capabilities.
  3. For any change request, run:
    • vkads_validate_campaign_plan
    • vkads_preview_campaign_plan
    • vkads_estimate_guardrails
  4. 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_campaign as 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
Install via CLI
npx skills add https://github.com/samurano/ai-brain --skill vk-ads-operator
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator