Automatically scan your codebase to generate optimized GitHub Actions CI/CD workflows without manual configuration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ci-gen
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ci-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ci-gen skill is a powerful automation tool designed to bridge the gap between development and deployment. By analyzing your project's structure, dependencies, and configuration files, it automatically crafts production-ready GitHub Actions workflows. This tool is part of the broader Openclaw Skills ecosystem, aimed at streamlining developer workflows by eliminating the manual trial-and-error often associated with YAML configuration.
Whether you are working with Node.js, Python, or Docker, this skill detects your stack and implements best practices like caching for faster runs and branch-specific logic. It simplifies the transition to automated pipelines, making it an indispensable part of any modern development toolkit.
To get started with this tool from the Openclaw Skills collection, you only need Node.js 18 or higher installed on your system. There is no permanent installation required. Run the generator directly using npx:
npx ai-ci ./your-project-path
To see all available options including deployment flags:
npx ai-ci --help
The skill organizes its output by creating or modifying files within the standard GitHub configuration directory. It uses the following taxonomy:
| Item | Description |
|---|---|
| .github/workflows/*.yml | The primary generated workflow files for CI/CD tasks. |
| Stack Detection | Metadata derived from package.json, requirements.txt, or Dockerfile. |
| Secrets Reference | Automated placeholders for GitHub Secrets required for deployment. |
Loading
A zero-config utility that scans your project to automatically generate optimized GitHub Actions CI/CD workflows.

An AI-powered utility that analyzes API routes to provide tailored caching recommendations for improved application performance.

An AI-driven utility that analyzes API routes to provide specific, actionable caching recommendations for improved performance.

An AI-powered diagnostic tool that analyzes build outputs to identify bundle bloat and provide actionable reduction strategies.

A comprehensive security scanner and hardening toolkit designed to protect Clawdbot and Moltbot installations from external threats and data exposure.

A high-performance CLI tool to instantly generate Cloudflare Workers code and wrangler.toml configurations from natural language prompts.








































