← Back to Skills Marketplace
loutai0307-prog

Bytesagain Ci Cd Pipeline

by loutai0307-prog · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
138
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install bytesagain-ci-cd-pipeline
Description
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...
README (SKILL.md)

bytesagain-ci-cd-pipeline

Generate production-ready CI/CD pipeline configurations for GitHub Actions, GitLab CI, and Jenkins. Supports Node.js, Python, Go, Docker, and Kubernetes stacks with rollback strategies and pre-deploy checklists.

Usage

bytesagain-ci-cd-pipeline github \x3Cstack>
bytesagain-ci-cd-pipeline gitlab \x3Cstack>
bytesagain-ci-cd-pipeline jenkins
bytesagain-ci-cd-pipeline checklist
bytesagain-ci-cd-pipeline rollback \x3Ctype>

Commands

  • github — Generate GitHub Actions workflow YAML (node/python/go/docker/k8s)
  • gitlab — Generate GitLab CI configuration file
  • jenkins — Generate declarative Jenkinsfile with stages and approvals
  • checklist — Print pre-deployment checklist covering code, config, infra, comms
  • rollback — Show rollback strategy (blue-green/canary/rolling)

Examples

bytesagain-ci-cd-pipeline github node
bytesagain-ci-cd-pipeline github docker
bytesagain-ci-cd-pipeline gitlab python
bytesagain-ci-cd-pipeline jenkins
bytesagain-ci-cd-pipeline checklist
bytesagain-ci-cd-pipeline rollback blue-green
bytesagain-ci-cd-pipeline rollback canary

Requirements

  • bash
  • python3

When to Use

Use when setting up a new project pipeline, onboarding to a CI platform, reviewing deployment safety, or planning rollback procedures for production releases.

Usage Guidance
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.).
Capability Analysis
Type: OpenClaw Skill Name: bytesagain-ci-cd-pipeline Version: 1.0.3 The skill is a template generator for CI/CD configurations (GitHub Actions, GitLab CI, Jenkins). Analysis of scripts/script.sh shows it purely outputs static text templates based on user-provided arguments and contains no network activity, data exfiltration, or unauthorized execution logic.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-ci-cd-pipeline
  3. After installation, invoke the skill by name or use /bytesagain-ci-cd-pipeline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Add YAML metadata: homepage, source, description with Use when
v1.0.2
Security fix: all user variables passed via env, no unquoted heredocs
v1.0.1
Fix: use quoted heredocs and env vars for safe variable passing
v1.0.0
Initial release with full functionality
Metadata
Slug bytesagain-ci-cd-pipeline
Version 1.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Bytesagain Ci Cd Pipeline?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.

How do I install Bytesagain Ci Cd Pipeline?

Run "/install bytesagain-ci-cd-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bytesagain Ci Cd Pipeline free?

Yes, Bytesagain Ci Cd Pipeline is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bytesagain Ci Cd Pipeline support?

Bytesagain Ci Cd Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Ci Cd Pipeline?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.3.

💬 Comments