adops-creative

adops-creative is a command for Claude Code from OrbiAds/Orbiads-GAM-MCP. It costs 29 tokens per session (1,392 once invoked), scanned A, original, MIT.

A command set for managing advertising creatives in Google Ad Manager, including uploaded images, HTML5 files, video, audio, naming, quality checks, and previews.

In plain words
What is it for?
Uploading creatives, applying account naming rules, checking assets, validating SSL, creating preview URLs, and associating creatives with line items.
Why use it?
It organizes the steps needed to prepare compliant ad assets and reduces rejected uploads or unclear reporting caused by inconsistent names.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Part of the orbiads plugin — 8 skills, 7 commands, 5 agents, 1 hook, 2 MCP servers shipped together

Good fit Uploading creatives, applying account naming rules, checking assets, validating SSL, creating preview URLs, and associating creatives with line items.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/orbiads/orbiads-gam-mcp/adops-creative
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/OrbiAds/Orbiads-GAM-MCP

Made for: Claude Code.

Or install orbiads, the plugin that ships this one along with the rest of its 8 skills, 7 commands, 5 agents, 1 hook, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for adops-creative

README.md
[![agentmods](https://agentmods.dev/badge/commands/orbiads/orbiads-gam-mcp/adops-creative/github.svg)](https://agentmods.dev/commands/orbiads/orbiads-gam-mcp/adops-creative)
Your own site
<a href="https://agentmods.dev/commands/orbiads/orbiads-gam-mcp/adops-creative"><img src="https://agentmods.dev/badge/commands/orbiads/orbiads-gam-mcp/adops-creative/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for adops-creative

Your own site · 80×15
<a href="https://agentmods.dev/commands/orbiads/orbiads-gam-mcp/adops-creative"><img src="https://agentmods.dev/badge/commands/orbiads/orbiads-gam-mcp/adops-creative.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,392 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.01392
Opus 5 $0.00015 $0.00696
Sonnet 5 $0.00006 $0.00278
Haiku 4.5 $0.00003 $0.00139

Measured 10d ago against content hash 260260a7c3b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

adops-creative scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/adops-creative.md · 82 lines

How it starts

The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GAM Creative Lifecycle

Always confirm the tenant first: get_my_tenant_id. Reads are free. Writes require a confirmation token.

Media (video/audio): To deploy a video or audio creative directly tied to a line item, prefer /adops campaign plan-deployment --preset video_vast (or audio_*). The plan orchestrates asset + line item + LICA in one ExecutionPlan. The upload section below remains the path for standalone creatives (image, HTML5, third-party).

Naming conventions (always fetch before creating)

Before naming any creative, call settings(action="get_naming_conventions") and apply the returned pattern. Typical patterns enforce advertiser code, format type, size, and date. A creative named outside the convention will be rejected at QA or cause reporting ambiguity. If no convention is configured, ask the user to confirm the name explicitly.

upload

Identify the creative type from the asset the user provides, then call the matching creative_assets action:

Type Action Key params
Image (JPG/PNG/GIF/WebP) creative_assets(action="create_image") advertiser_id, name, image_url or image_bytes
HTML5 ZIP creative_assets(action="upload_html5_zip") advertiser_id, name, zip_url
HTML5 from files creative_assets(action="create_html5_from_files") advertiser_id, name, files[]
VAST redirect (video) creative_assets(action="create_vast_redirect") advertiser_id, name, vast_url, duration
Video (direct) creative_assets(action="create_video") advertiser_id, name, video_url — poll get_video_transcode_status until COMPLETE
Third-party tag creative_assets(action="create_third_party") advertiser_id, name, snippet, size
Native classic creative_assets(action="create_classic_native") advertiser_id, name, headline, body, call_to_action, image_url
Audio creative_assets(action="create_audio") advertiser_id, name, audio_url, duration

Read the full file on GitHub · 82 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 82 lines · 29 tokens per session scan A 260260a7c3b5

Subscribe to this mod's changes

adops-creative is a command published in the GitHub repository OrbiAds/Orbiads-GAM-MCP (3 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 1,392 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.