Bytesagain Ci Cd Pipeline

v1.0.3

Generate CI/CD pipeline configs for GitHub Actions, GitLab CI, and Jenkins. Use when setting up Node.js, Python, Go, or Docker pipelines, configuring rollbac...

0· 66·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (generate CI/CD configs for GitHub/GitLab/Jenkins) matches the included script and SKILL.md, which output workflow files and checklists. The templates reference common CI secrets (GITHUB_TOKEN, DEPLOY_KEY, KUBE_CONFIG) as placeholders — appropriate for pipeline config generation. One minor inconsistency: SKILL.md lists 'bash' and 'python3' as runtime requirements but the registry metadata lists no required binaries.
Instruction Scope
Runtime instructions and the script only generate text-based CI/CD templates and checklists. The code prints YAML/Jenkinsfile content and example commands (kubectl, curl, ssh) but does not itself execute network requests or read arbitrary host files. The templates include commands that, when used in CI, will consume secrets (expected), but the skill does not attempt to access host credentials or transmit data.
Install Mechanism
There is no install spec (instruction-only) and the only code present is a local script (scripts/script.sh) that generates templates. No external downloads or archives are pulled during install; risk from install mechanism is low.
Credentials
The skill does not declare any required environment variables in registry metadata, but the generated templates reference standard CI secrets (GITHUB_TOKEN, DEPLOY_KEY, KUBE_CONFIG). This is normal for pipeline templates, but users should understand these are placeholders to be provided by their CI system — the skill itself does not require or exfiltrate them. Also note the earlier mismatch: SKILL.md requires bash/python3 while metadata does not list required binaries.
Persistence & Privilege
always is false and the skill does not request persistent system or agent-wide modifications. It does not modify other skills or system configs. Normal autonomous invocation settings apply (not excessive here).
Assessment
This skill is a template generator — it prints GitHub Actions, GitLab CI, and Jenkinsfile examples and a checklist. Before installing or running: (1) ensure you have bash and python3 available (SKILL.md requires them), (2) review the generated configs before using them in a real CI/CD pipeline (they include placeholders for secrets like GITHUB_TOKEN, DEPLOY_KEY, and KUBE_CONFIG), (3) never paste real credentials into demo/template code; instead configure secrets within your CI provider, and (4) note the registry metadata doesn't list the required binaries — this is a minor metadata mismatch but not a functional problem. If you plan to run the generated Jenkinsfile or deploy commands, create and secure any referenced deploy scripts (e.g., ./scripts/deploy.sh) and review commands that would run in your CI environment (ssh, kubectl, etc.).

Like a lobster shell, security has layers — review code before you run it.

latestvk97bgtkcryyr611njfn1px8jx183tjg3

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments