← 返回 Skills 市场
loutai0307-prog

Bytesagain Ci Cd Pipeline

作者 loutai0307-prog · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.

安全使用建议
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.).
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bytesagain-ci-cd-pipeline
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bytesagain-ci-cd-pipeline 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug bytesagain-ci-cd-pipeline
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 Bytesagain Ci Cd Pipeline?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bytesagain-ci-cd-pipeline」即可一键安装,无需额外配置。

Bytesagain Ci Cd Pipeline 是免费的吗?

是的,Bytesagain Ci Cd Pipeline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bytesagain Ci Cd Pipeline 支持哪些平台?

Bytesagain Ci Cd Pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bytesagain Ci Cd Pipeline?

由 loutai0307-prog(@loutai0307-prog)开发并维护,当前版本 v1.0.3。

💬 留言讨论