orbiads-audit

orbiads-audit is a skill for Claude Code from OrbiAds/Orbiads-GAM-MCP. It costs 72 tokens per session (765 once invoked), scanned A, original, MIT.

A read-only audit tool for OrbiAds GAM accounts. It checks ad delivery, available ad placements, security settings, billing, credit transactions, and system-log history through OrbiAds interfaces.

In plain words
What is it for?
Use it to audit an OrbiAds GAM account, check security or inventory, review delivery and billing, inspect credit balances or transactions, and examine system logs. Some actions use the OrbiAds MCP interface rather than its command-line tool.
Why use it?
It gathers account checks in one workflow without changing the account, and helps identify delivery, inventory, security, or billing issues. Reads are free according to the provided description.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

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

Good fit Use it to audit an OrbiAds GAM account, check security or inventory, review delivery and billing, inspect credit balances or transactions, and examine system logs. Some actions use the OrbiAds MCP interface rather than its command-line tool.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/orbiads/orbiads-gam-mcp/audit"><img src="https://agentmods.dev/badge/skills/orbiads/orbiads-gam-mcp/audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 765 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.00072 $0.00765
Opus 5 $0.00036 $0.00382
Sonnet 5 $0.00014 $0.00153
Haiku 4.5 $0.00007 $0.00076

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

Security

Grade A, and why

orbiads-audit 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 11d 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.

skills/audit/SKILL.md · 65 lines

How it starts

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

OrbiAds GAM — Account Audits & Billing

Perform delivery, inventory, security, and billing audits. Track credit transactions and system log histories.

Mode: read-only · Tools included: 3 · Total actions: 11 · CLI coverage: partial (3/11 actions)

Parent MCP tools: audit, audit_skill, billing.

Surfaces

OrbiAds exposes the same backend through two surfaces; MCP is the default. A subset of actions also has a CLI command (cli_coverage: partial — 3/11 actions here). Per-action availability (MCP command vs orbiads <command> vs MCP-only) is listed in references/actions.md.

Rule: if an action is marked MCP-only in that table, fall back to the MCP surface (or the web app) for it — never improvise a raw REST call or shell around the CLI.

CLI usage

pip install orbiads-cli
orbiads auth status --json     # verify you are authenticated first
orbiads network info --json    # confirm the active tenant / network
  • Always pass --json so the agent parses structured output, never scraped text.
  • CLI gap → fall back to MCP for that action; never shell out around the CLI.

Safety Contract

  • Reads are free. Every action in this skill is read-only (0 credits, no GAM mutation). Call them liberally for state discovery.
  • Never invent identifiers. Do not guess a tenantId or networkCode — resolve them from the authenticated session first.
  • Never leak raw SOAP/REST traces to the user — surface the structured error object instead.
  • These rules apply identically on the MCP and CLI surfaces — a CLI write (orbiads ... create/deploy) needs the same preview + explicit user confirmation as an MCP write.

Full action catalogue

Full action catalogue (costs, write flags, confirmation tokens, CLI equivalents): read references/actions.md.

Read the full file on GitHub · 65 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. 11d ago First seen · 65 lines · 0 tokens per session scan A de5e194ce9ab

Subscribe to this mod's changes

orbiads-audit is a skill published in the GitHub repository OrbiAds/Orbiads-GAM-MCP (3 stars, last pushed 1mo ago), licensed MIT. It adds 72 tokens to every session and 765 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