camel-matrix
Generates an AsciiDoc compatibility matrix for Apache Camel Spring Boot, Spring Boot, and Apache CXF versions by running the camel-springboot-matrix.sh script. Use when the user asks to generate or update the Camel compatibility matrix, check Camel Spring Boot version compatibility, or run the camel-springboot-matrix script. Supports optional version range arguments (min max).
How do I install this agent skill?
npx skills add https://github.com/dboeckli/ai-agent-skills --skill camel-matrixIs this agent skill safe to install?
- Gen Agent Trust Hubwarn
The skill contains a potential command injection vulnerability in how user-provided arguments are handled when executing the helper script. It also processes data from external Apache and Maven repositories.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Camel Spring Boot Compatibility Matrix
Run scripts/camel-springboot-matrix.sh (bundled in this skill) to generate target/camel-springboot-matrix.adoc relative to the current project directory. The target/ directory is created automatically if it does not exist.
Arguments
The user may provide an optional version range: $ARGUMENTS
- No arguments: use the default range
4.14.0to latest (see below) - Two arguments (e.g.
4.0.0 4.15.0): only versions in that range are processed
Steps
- Run the script. If no version range is given by the user, default to
4.14.0as minimum and omit the max argument (so the script fetches up to the latest available version):
bash "${CLAUDE_PLUGIN_ROOT}/scripts/camel-springboot-matrix.sh" ${ARGUMENTS:-4.14.0}
- After completion, report:
- How many Camel versions were processed
- That
target/camel-springboot-matrix.adocwas created/updated in the current project directory - The last 5 rows of the generated table so the user can verify the output
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/dboeckli/ai-agent-skills/camel-matrix">View camel-matrix on skillZs</a>