Aller au contenu principal
Skills · Business Contexts

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

NameSteps
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.

$ git clone https://github.com/OrbiAds/Orbiads-GAM-MCP.git
$ cd Orbiads-GAM-MCP

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.

$ ./install.sh claude
$ ./install.sh claude --global

Claude Desktop

Add to your MCP configuration:

{"mcpServers": {"orbiads": {"url": "https://orbiads.com/mcp"}}}

OpenAI Codex

Generate the OpenAI config, then copy AGENTS.md, .mcp.json, and the Skills into the root of your Codex workspace.

$ ./install.sh openai
$ cp openai-codex/AGENTS.md <your-codex-workspace>/AGENTS.md
$ cp openai-codex/mcp/config.remote.json <your-codex-workspace>/.mcp.json
$ cp -R openai-codex/skills <your-codex-workspace>/skills

Gemini

Print the ready-to-load Gemini extension files, or configure the remote MCP endpoint https://orbiads.com/mcp directly in your Gemini environment.

$ ./install.sh gemini

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.

$ ./install.sh cli
$ ./install.sh skills --copy
$ ./install.sh skills

How it works

1
User input
2
Skill activated (semantic routing)
3
Tools called (MCP or CLI)
4
Result + guardrails

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.

# Example custom CLAUDE.md
- Always prefix order names with the advertiser code
- Never deploy on the Homepage_Top ad unit without manual validation
- Use report template #12345 for all monthly reviews
- Name line items: {advertiser}_{format}_{date}