A Claude Code plugin for searching and installing Boomi Marketplace recipes. Recipes are installed as reference samples — use them to inform how integrations are built, not as production-ready components.
Important: Boomi Companion is a publicly available developer offering, not an officially supported Boomi product. It is provided as-is and is not covered by Boomi support agreements or SLAs. Boomi curates and maintains this tool on a best-effort basis — treat it as a self-service resource. Boomi reserves the right to modify or discontinue it at any time without notice.
This project is licensed under the BSD-2-Clause License. If you fork or modify this code, you should not use the name "Boomi" for your version.
Found a bug or have a feature idea? Email [email protected] with a clear description, steps to reproduce, and any relevant error messages.
/plugin marketplace add OfficialBoomi/boomi-companion
/plugin install bc-marketplace@boomi-companionOr browse and install via /plugin interactively.
- Search works standalone — no other plugins required.
- Install requires the
bc-integrationplugin. The install script sourcesboomi-common.shfrom bc-integration for authentication and activity logging. Folder creation and component pulling also use bc-integration's tools.
Search the Boomi Marketplace catalog and install recipes into a target account.
- Search — Query the public GraphQL API for published recipes matching an app or use case (no authentication required).
- Install — Run the install script to deploy a recipe bundle into a
marketplace-importssubfolder inside a project folder. - Read — Use bc-integration's component pulling workflow to fetch the installed process XML and its dependencies locally.
Recipe Install — Installs a marketplace recipe into a target folder:
BOOMI_COMMON_SH=<path/to/boomi-common.sh> bash scripts/boomi-marketplace-install.sh --bundle-id <artifactSourceId> --folder-id <numeric_folder_id>Optional: --target-account-id <ID> overrides the install target (defaults to BOOMI_ACCOUNT_ID from .env).
| Document | Description |
|---|---|
| GraphQL API | Public catalog search queries |
| Bundle API | Authenticated recipe installation |
.claude-plugin/plugin.json
skills/
boomi-marketplace/
SKILL.md
scripts/
boomi-marketplace-install.sh
references/
graphql-api.md
bundle-api.md