A comprehensive automation skill for managing continuous integration and continuous deployment pipelines across web, mobile, and backend stacks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ci-cd
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-cd 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-CD skill for Openclaw Skills is designed to streamline the software delivery lifecycle by providing standardized workflows for automated builds, testing, and multi-platform deployments. It helps developers move away from manual releases by integrating seamlessly with popular providers like GitHub Actions, GitLab CI, Vercel, and Codemagic.
This skill focuses on eliminating common friction points in the development process, such as environment drift, slow build times due to lack of caching, and the complexities of mobile code signing. By implementing these patterns, teams can ensure consistent deployment environments and faster feedback loops for every pull request and merge.
To begin using CI-CD within the Openclaw Skills framework, you can initialize specific automation tools like Fastlane for mobile or configure workflow files for web projects:
# For mobile projects using Fastlane Match for code signing
fastlane match init
fastlane match appstore
# For CI environments, run in read-only mode
fastlane match appstore --readonly
For web applications, ensure your workflow includes cache persistence to speed up subsequent runs.
The skill organizes CI-CD metadata and configurations across the following structure:
| Component | Configuration File | Description |
|---|---|---|
| Pipeline Definition | .github/workflows/*.yml |
Defines the sequence of jobs and steps for GitHub Actions. |
| Mobile Automation | fastlane/Fastfile |
Contains lanes for building and uploading mobile binaries. |
| Signing Keys | Matchfile |
Configures the repository used for storing encrypted certificates. |
| Dependency Cache | node_modules, .next/cache |
Persisted data used to speed up build cycles. |
| Secrets | Cloud Provider Vault | Stores API keys and tokens securely outside of the repository. |
Loading
A specialized technical framework for mastering Chrome DevTools Protocol automation and Manifest V3 extension development.

An AI-powered HR leadership skill for managing hiring pipelines, legal compliance, compensation strategies, and workforce analytics.

A comprehensive travel intelligence skill providing deep regional coverage, logistical planning, and local expertise for navigating China.

An adaptive AI skill designed to assist with chemistry learning, lab safety, and molecular research for all expertise levels.

A comprehensive strategic framework for AI agents to drive digital transformation, manage vendor relations, and govern enterprise technology architecture.

A strategic virtual CISO that automates security operations, compliance frameworks, and infrastructure auditing for development teams.








































