Aller au contenu principal
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.

This page covers the terminal install (Claude Code, Gemini, Codex).

No terminal? On Claude Desktop or claude.ai, install OrbiAds in a few clicks (marketplace or Skills). Install without a terminal

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

Drop the Skills into .agents/skills/ — the shared alias read by Codex, Cursor, Windsurf, Gemini CLI and Antigravity. See also the per-tool pages in the menu.

Terminal
$ mkdir -p ~/.agents/skills
$ # Download the .zip files from github.com/OrbiAds/Orbiads-GAM-MCP/releases/tag/skills-latest
$ unzip orbiads.zip -d ~/.agents/skills/
$ unzip orbiads-reporting.zip -d ~/.agents/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.