用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kubernetes/perf-tests --skill download-ci-artifacts命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | download-ci-artifacts |
| description | Download artifacts from a CI run's GCS bucket to local disk. |
| allowed-tools | Bash |
Download artifacts from a CI run's GCS bucket to a local directory safely, handling credential constraints.
https://gcsweb.k8s.io/gcs/...), raw gs:// paths, or Prow job URLs (https://prow.k8s.io/view/gs/...).https://gcsweb.k8s.io/gcs/ or https://prow.k8s.io/view/gs/ with gs://.gcloud storage by running a fast, timed-out query first (e.g., timeout 5s gcloud storage ls gs://<bucket>).gcloud storage check fails or times out. Suggest that they run one of these commands in their local terminal:
gcloud auth login (to log in again)gcloud auth application-default login (if Application Default Credentials are missing/outdated)gcloud storage ls gs://<bucket> in their own local terminal and touch their security key when prompted to refresh the cached session.gcloud storage cp to download the target files or patterns specified by the user (e.g., etcd.log, *.json, junit.xml).