用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/arigatoexpress/Sapphire --skill deploy命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | deploy |
| description | Sapphire cloud deployment operations for alpha and venue services (Cloud Run + Cloud DNS) |
| metadata | {"openclaw":{"emoji":"🚀","requires":{"bins":["gcloud"]},"always":true}} |
Use this skill only for Sapphire cloud services in project sapphire-479610.
sapphire-alpha (control plane)sapphire-aster (venue bot)sapphire-lighter (venue bot)sapphire-gateway (OpenClaw runtime)us-central1northamerica-northeast1-docker.pkg.dev/sapphire-479610/sapphire-reposapphirealpha.xyzcd ~/Documents/Projects/AI\ Repo\ Manager/repos/Sapphire
./scripts/check_required_secrets.sh
./scripts/autonomy_readiness_check.sh
cd ~/Documents/Projects/AI\ Repo\ Manager/repos/Sapphire
gcloud run services list --project sapphire-479610 --platform managed
curl -sS https://sapphire-alpha-267358751314.us-central1.run.app/health
curl -sS https://sapphire-aster-267358751314.us-central1.run.app/health
curl -sS https://sapphire-lighter-267358751314.europe-west1.run.app/health
gcloud run revisions list --service sapphire-gateway --project sapphire-479610 --region us-central1
gcloud run services update-traffic sapphire-gateway --project sapphire-479610 --region us-central1 --to-revisions <previous-revision>=100