OrbiAds Skills
Install a Skill
A Skill does not replace MCP or CLI: it adds the working method. The agent gets the action order, checks, expected formats and stop conditions.
Prerequisites
An OrbiAds account or access to the public OrbiAds GAM MCP repository.
Git installed locally to fetch the files.
An AI client that can read project instructions, Skills or Markdown files.
Choose your environment
Commands change depending on where the agent loads instructions.
Installation
Install in a Codex workspace
Copy instructions and Skills into the project Codex opens. This is the right choice when you want the agent to work with OrbiAds rules in this repo.
Terminal
$ git clone https://github.com/OrbiAds/Orbiads-GAM-MCP.git
$ cd Orbiads-GAM-MCP
$ ./install.sh openai
$ cp openai-codex/AGENTS.md <your-codex-workspace>/AGENTS.md
$ cp -R openai-codex/skills <your-codex-workspace>/skills
If the Skill does not appear
- Check that files were copied into the workspace the agent actually reads.
- Restart the AI client: some tools do not hot-reload instructions.
- Make sure SKILL.md remains unchanged and its parent folder was not renamed.
What next?
Skills are most useful with an action transport: MCP for AI agents, CLI for scripts and repeatable workflows.
