Aller au contenu principal
Install a Skill

Add the OrbiAds Skills on OpenAI Codex

OpenAI Codex reads Agent Skills (SKILL.md) natively. Download the OrbiAds Skills from GitHub, then drop each folder into the skills directory — the agent discovers them automatically.

1. Download the Skills (GitHub)

See all on GitHub

One .zip per Skill. orbiads (the router) is required; add the domains you want.

2. Drop them into the skills directory

Unzip each .zip so that the <skill-name>/SKILL.md folder sits directly in the directory above.

Global (all your sessions):

~/.agents/skills/

Per project (committed with the repo):

.agents/skills/ (repo root or current folder)

Tip: dropping into .agents/skills/ works too — it's the shared alias across Codex, Cursor, Windsurf, Gemini CLI and Antigravity.

Codex (CLI, IDE extension and the Codex app) discovers skills from .agents/skills in the working dir, repo root and your home folder. No restart needed.

Official docs

3. Wire the tools (MCP connector)

Skills describe the method; to run real Google Ad Manager operations, also add the OrbiAds MCP server.

https://orbiads.com/mcp Configure the MCP connector

Verify

List the available OrbiAds Skills and explain when to use each.