homepage-takeover

homepage-takeover is a skill for Claude Code from OrbiAds/Orbiads-GAM-MCP. It costs 71 tokens per session (2,272 once invoked), scanned A, original, MIT.

A fixed-date homepage advertising campaign template that reserves all homepage ad units for one sponsor.

In plain words
What is it for?
Use it to plan and deploy homepage takeovers or roadblocks with fixed start and end dates, homepage targeting, and multiple ad sizes.
Why use it?
It standardizes the setup needed for a homepage takeover, including full homepage share of voice and companion creatives shown together.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to plan and deploy homepage takeovers or roadblocks with fixed start and end dates, homepage targeting, and multiple ad sizes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orbiads/orbiads-gam-mcp/homepage-takeover
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.

Any agent
npx skills add OrbiAds/Orbiads-GAM-MCP --skill homepage-takeover
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 homepage-takeover

README.md
[![agentmods](https://agentmods.dev/badge/skills/orbiads/orbiads-gam-mcp/homepage-takeover/github.svg)](https://agentmods.dev/skills/orbiads/orbiads-gam-mcp/homepage-takeover)
Your own site
<a href="https://agentmods.dev/skills/orbiads/orbiads-gam-mcp/homepage-takeover"><img src="https://agentmods.dev/badge/skills/orbiads/orbiads-gam-mcp/homepage-takeover/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 homepage-takeover

Your own site · 80×15
<a href="https://agentmods.dev/skills/orbiads/orbiads-gam-mcp/homepage-takeover"><img src="https://agentmods.dev/badge/skills/orbiads/orbiads-gam-mcp/homepage-takeover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,272 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.00071 $0.02272
Opus 5 $0.00036 $0.01136
Sonnet 5 $0.00014 $0.00454
Haiku 4.5 $0.00007 $0.00227

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

Security

Grade A, and why

homepage-takeover 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 12d 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.

docs/custom-skills/examples/homepage-takeover/SKILL.md · 187 lines

How it starts

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

Homepage Takeover — Custom Agency Skill (Worked Example)

This skill encodes our agency's house template for deploying a homepage takeover (HPTO): a fixed-flight sponsorship campaign that targets all homepage ad units, achieves 100% share of voice, and pairs every line item with companion roadblock creatives. It is a worked example for docs/custom-skills/README.md demonstrating how to write a custom skill on top of OrbiAds.


House Conventions

Parameter Value
Line item type SPONSORSHIP
Priority 4 (GAM sponsorship priority)
Delivery goal type PERCENTAGE
Goal percentage 100 (100% SOV)
Creative strategy Roadblock: all sizes served together, same flight
Naming pattern {Brand} — HPTO — {StartDate} (e.g. Renault — HPTO — 20260615)
Flight Fixed start + end date, no auto-extension
Targeting Ad unit: homepage root + all children; device: ALL

Procedure

Follow these phases in order. Each maps to a step in workflow.yaml.

Phase 1 — Auth & Context Intake

Derive tenant and network from auth tools — never hardcode them.

Step MCP CLI
Confirm connected user check_credentials (standalone auth tool) orbiads auth status
Get tenant ID get_my_tenant_id (standalone auth tool) orbiads auth status

Gate: refuse to proceed if credentials are missing or GAM connection is not active.


Phase 2 — Inventory Discovery

List homepage ad units and confirm sizes before building any payload.

Step MCP CLI
List homepage ad units targeting(action="list_ad_units") orbiads inventory ad-units
List sizes on those units inventory(action="list_ad_unit_sizes") orbiads inventory sizes
List existing placements placements(action="list_placements") orbiads inventory placements

Collect all adUnitId values whose path contains homepage (or whatever the tenant's root slug is). Confirm sizes — you will need them to match creative dimensions exactly.

Read the full file on GitHub · 187 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 187 lines · 71 tokens per session scan A ad8a07043320

Subscribe to this mod's changes

homepage-takeover is a skill published in the GitHub repository OrbiAds/Orbiads-GAM-MCP (3 stars, last pushed 1mo ago), licensed MIT. It adds 71 tokens to every session and 2,272 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

verifying-compose-ui

Verifying Compose UI by rendering components or previews and inspecting the resulting images and state transitions. Activate for visual behavior that requires runtime rendering; use ordinary tests for nonvisual logic.

rnett/gradle-mcp · 40 tokens

ingest-gradle-upgrade

Ingests a Gradle wrapper upgrade for this repository: reads the release notes, upgrade guides, and linked documentation for the version upgraded to, then updates this repo's own code/tooling and the shipped Gradle MCP skills (src/main/skills/) so everything stays accurate for that version. Positive Triggers (when to…

rnett/gradle-mcp · 279 tokens

authoring-gradle-builds

Authoring and modifying Gradle build logic, including settings, plugins, dependencies, tasks, conventions, and upgrades. Activate when build files or plugins must change; use using-gradle for inspection or execution without build-definition edits.

rnett/gradle-mcp · 52 tokens

advanced-gradle-dependencies

Analyzing advanced Gradle dependency behavior, including resolution, variants, capabilities, conflicts, constraints, and publication metadata. Activate for dependency-resolution design or diagnosis; use authoring-gradle-builds for routine dependency declarations.

rnett/gradle-mcp · 49 tokens

raindrop-mcp

Connect Raindrop.io to your AI assistant with a simple MCP server. Use it to organize, search, and manage bookmarks with natural language.

adeze/raindrop-mcp · 0 tokens

issue-management

Create, update, list and search GitHub issues and PRs, list a repository's labels, run milestones, and check for duplicates.

saidsef/mcp-github-pr-issue-analyser · 27 tokens