
de bc-integration9
Développe et déploie des intégrations Boomi, des API et des services de plateforme, notamment Event Streams, Flow Services et des points de terminaison de services web. À utiliser quand...
Développe et déploie des intégrations Boomi, des API et des services de plateforme, notamment Event Streams, Flow Services et des points de terminaison de services web. À utiliser quand...
À utiliser lorsque l'utilisateur demande des tâches d'intégration ou d'automatisation connexes.
Scripts : oui
Références : oui
Fichiers frères : .gitignore, CLAUDE.md, LICENSE, README.md, SKILL.md, VERSION, references, scripts
Agents LLM généralistes
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.