Aller au contenu principal
Claude Desktop · claude.ai · Cowork

Install OrbiAds without a terminal

Claude Desktop and claude.ai install everything by clicking — no command line. There are two ways to add OrbiAds: the plugin marketplace (the all-in-one path) or uploading the Skills one by one. Here is each, with its pros and cons.

Which Claude do you use?

Claude Code, Gemini or Codex — you have a terminal Terminal install
Claude Desktop or claude.ai — no terminal: you are on the right page.

The two methods at a glance

Marketplace (plugin)Skills (upload)
What you addOne source: OrbiAds/Orbiads-GAM-MCPSkill .zip files (1 to 7)
You getConnector + Skills + commandsSkills only — tools need the connector too
UpdatesAutomatic (synced)Manual (re-download)
CustomizationNo (overwritten on update)Yes — edit before upload
Best forGet everything, fastPick & tweak Skills

Marketplace (plugin)

  • All-in-one: tools + Skills + commands
  • Stays synced with OrbiAds (auto-updates)
  • A single source to paste
  • Not customizable (overwritten on update)
  • All-or-nothing bundle

Skills (upload)

  • Customizable: edit each SKILL.md
  • Pick only the Skills you want
  • Works independently of a plugin
  • Manual: download then upload each file
  • No auto-update (frozen snapshot)
  • Does not provide the tools — add the connector too
Method A — recommended

Add the OrbiAds marketplace

Add the marketplace once, then install the plugin. The MCP connector, the Skills and the commands all arrive together and stay synced.

Paste into « Add marketplace » → « Add from a repository »

https://github.com/OrbiAds/Orbiads-GAM-MCP
  1. 1 Customize (left sidebar) → Plugins tab
  2. 2 Personal plugins → + → Add marketplace
  3. 3 Add from a repository → paste the identifier above
  4. 4 Browse plugins → Install « orbiads »
  5. 5 Sign in with Google when prompted — this activates the connector (OAuth)

On Claude Code (terminal)? Same marketplace: run /plugin marketplace add OrbiAds/Orbiads-GAM-MCP then /plugin install orbiads@orbiads-gam-mcp.

What you get after Sync: the OrbiAds plugin in Claude's directory — Skills, agents and commands.
What you get after Sync: the OrbiAds plugin in Claude's directory — Skills, agents and commands.
Method B — customizable

Upload the Skills

Download the Skills, then upload them under Personal skills. Skills are the working method — to actually run GAM operations you also need the connector (step below).

  1. 1 Download the Skill(s) above
  2. 2 Customize → Skills → + → Create skill → Upload a skill
  3. 3 Pick a .zip, then repeat for each Skill
  4. 4 Add the connector below so the Skills have tools to drive

Connector URL — Customize → Connectors → + → Add custom connector:

https://orbiads.com/mcp Connector configuration
An OrbiAds Skill rendered in Claude after upload.
An OrbiAds Skill rendered in Claude after upload.

Customization tips

  • Edit SKILL.md: the description = when the Skill triggers; the body = the working method.
  • Keep the folder name identical to the name in the frontmatter.
  • Leave references/actions.md as is (generated catalogue) unless you know what you are doing.
  • Customizing means losing auto-sync — keep a note of your changes.
Connector configuration Terminal install (Claude Code, Gemini, Codex)