Waiting for engine...
Skip to main content

Installing Boomi Companion on GitHub Copilot

Boomi Companion is built as a Claude plugin — a Claude-specific packaging format that lets you install a curated set of tools, skills, and agents through Claude's plugin system in a single step. The full Boomi Companion plugin experience (including its plugin marketplace and installation flow) is available only in Claude Code and Claude Cowork.

However, the skills inside Boomi Companion follow the Agent Skills open standard — an open, cross-platform format developed by Anthropic and adopted by a wide range of AI coding tools. You can install and use each Boomi skill independently in any tool that supports the standard without needing Claude Code or Claude Cowork, including:

  • GitHub Copilot
  • Cursor
  • Open AI Codex
  • Gemini CLI
note

Boomi Companion skills are designed for GitHub Copilot, not Microsoft Copilot.

Installing Boomi Companion skills

  1. Open your terminal and navigate to the project where you want to use the skill:

    cd your-project
  2. Install Boomi Companion:

    # For building Boomi integrations
    gh skill install OfficialBoomi/boomi-integration

    # For searching and installing Boomi Marketplace recipes
    gh skill install OfficialBoomi/boomi-marketplace

You can install one or multiple skills depending on your needs.

To pull in the latest version of all installed skills:

gh skill update

For more information about GitHub CLI skill reference, refer to https://cli.github.com/manual/gh_skill_install.

On this Page