
from bc-integration9
Develops and deploys Boomi integrations, APIs, and platform services including Event Streams, Flow Services, and web service endpoints. Use when...
Develops and deploys Boomi integrations, APIs, and platform services including Event Streams, Flow Services, and web service endpoints. Use when...
Use when user asks for: related integration or automation tasks.
Scripts: yes
References: yes
Sibling files: .gitignore, CLAUDE.md, LICENSE, README.md, SKILL.md, VERSION, references, scripts
General LLM agents
Comprehensive Boomi integration skill with 19 CLI scripts (18 bash + 1 python stdlib) covering the full component lifecycle: create, push, pull, deploy, test, query, branch/merge. Scripts require .env with Boomi platform credentials to run meaningfully — all fail cleanly with clear error messages when absent. Well-organized reference documentation for Boomi components, steps, and platform entities. Shell injection risk in a few JSON string interpolations; no security-critical issues found.
Professional-grade skill from official Boomi GitHub org (officialboomi/bc-integration). Very well-documented SKILL.md (~48K chars) serving as navigation hub to extensive reference library. Scripts are production-quality bash with proper arg parsing, error handling, temp file cleanup, and sync state management. The .env requirement is by design (platform credentials), not a defect. Minor shell injection concerns in JSON interpolation are low-severity since inputs come from the agent/user, not untrusted external sources.