AI Skills
A Skill is a ready-made operational context that gives AI your working method — step order, checks, business rules. AI knows how to use the tools, Skills save it from figuring out how.
The 9 Skills
| Name | Steps |
|---|---|
Bootstrap & Network | 5 |
Inventory & Ad Units | 5 |
Availability Forecast | 5 |
Advertisers, Orders & Line Items | 5 |
Placements & Targeting | 5 |
Native Image Creative | 5 |
QA & Preview | 5 |
Deploy & Activate | 5 |
Reporting & Analytics | 5 |
Installation by platform
1. Clone the public repository
Run install.sh from the OrbiAds-GAM-MCP repository. Clone it first, then use the section that matches your tool.
Claude Code
./install.sh claude runs the recommended full setup: remote MCP, permanent OrbiAds Skills in ~/.claude/skills/, local CLI, and CLI Skills. Use --global to register the MCP server across all projects.
Claude Desktop
Add to your MCP configuration:
OpenAI Codex
Generate the OpenAI config, then copy AGENTS.md, .mcp.json, and the Skills into the root of your Codex workspace.
Gemini
Print the ready-to-load Gemini extension files, or configure the remote MCP endpoint https://orbiads.com/mcp directly in your Gemini environment.
CLI only
Without MCP, use ./install.sh cli for the CLI plus CLI Skills. To copy every Skill permanently into Claude Code without registering MCP, use ./install.sh skills --copy. ./install.sh skills only prints the session command claude --plugin-dir.
How it works
Customize your Skills
Every GAM network has its conventions: order names, prefixes, favorite ad units, internal validation rules.
Create a CLAUDE.md file (or AGENTS.md for Codex) in your project with your specific rules. Custom instructions layer on top of Skills — the Skill provides the method, your instructions add your rules.
