返回顶部
c

circleci

CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
638
下载量
0
收藏
概述
安装方式
版本历史

circleci

# 🔄 CircleCI CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API ## Requirements | Variable | Required | Description | |----------|----------|-------------| | `CIRCLECI_TOKEN` | ✅ | Personal API token from circleci.com | ## Quick Start ```bash # Get current user python3 {{baseDir}}/scripts/circleci.py me # List pipelines python3 {{baseDir}}/scripts/circleci.py pipelines slug <value> --branch <value> # Get pipeline python3 {{baseDir}}/scripts/circleci.py pipeline-get id <value> # Trigger pipeline python3 {{baseDir}}/scripts/circleci.py pipeline-trigger slug <value> --branch <value> --parameters <value> # Get pipeline config python3 {{baseDir}}/scripts/circleci.py pipeline-config id <value> # List workflows python3 {{baseDir}}/scripts/circleci.py workflows id <value> # Get workflow python3 {{baseDir}}/scripts/circleci.py workflow-get id <value> # Cancel workflow python3 {{baseDir}}/scripts/circleci.py workflow-cancel id <value> ``` ## All Commands | Command | Description | |---------|-------------| | `me` | Get current user | | `pipelines` | List pipelines | | `pipeline-get` | Get pipeline | | `pipeline-trigger` | Trigger pipeline | | `pipeline-config` | Get pipeline config | | `workflows` | List workflows | | `workflow-get` | Get workflow | | `workflow-cancel` | Cancel workflow | | `workflow-rerun` | Rerun workflow | | `jobs` | List workflow jobs | | `job-get` | Get job details | | `job-cancel` | Cancel job | | `job-artifacts` | List job artifacts | | `insights-workflows` | Workflow insights | | `contexts` | List contexts | | `envvars` | List project env vars | | `envvar-set` | Set env var | ## Output Format All commands output JSON by default. Add `--human` for readable formatted output. ```bash python3 {{baseDir}}/scripts/circleci.py <command> --human ``` ## Script Reference | Script | Description | |--------|-------------| | `{{baseDir}}/scripts/circleci.py` | Main CLI — all commands in one tool | ## Credits Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 circleci-1776419965 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 circleci-1776419965 技能

通过命令行安装

skillhub install circleci-1776419965

下载 Zip 包

⬇ 下载 circleci v1.0.0

文件大小: 4.04 KB | 发布时间: 2026-4-17 18:49

v1.0.0 最新 2026-4-17 18:49
Initial release — command-line tool for managing CircleCI via REST API.

- Supports managing pipelines, workflows, jobs, and insights.
- Multiple commands available: list, get, trigger, cancel, and rerun for pipelines, workflows, jobs, and more.
- Outputs JSON by default; human-readable formatting available with --human flag.
- Requires only a CircleCI personal API token (no dependencies).
- Includes full command reference and examples for quick start.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部