name: azion-deploy
description: Deploy applications, static sites, and edge functions to Azion using Azion CLI. Use when the user asks to deploy/publish to Azion, configure link/build/deploy flow, or troubleshoot Azion auth/project linking problems.
version: 0.1.1
author: AskClaw
entrypoint: scripts/azion-deploy.sh
metadata: {"openclaw":{"emoji":"🚀","short":"Deploy to Azion (CLI)","requires":{"bins":["bash","azion"]}}}
user-invocable: true
command-dispatch: tool
command-tool: azion-deploy
commands:
- name: azion-deploy
usage: azion-deploy
Use this skill to deploy projects to Azion with safe preflight checks.
The script fails fast if:
- azion executable is missing
- authentication fails (azion whoami)
- .edge/manifest.json is missing when using --skip-build
# Validate CLI + auth
bash {baseDir}/scripts/azion-deploy.sh preflight
# Validate auth only
bash {baseDir}/scripts/azion-deploy.sh auth-check
# Stable quickstart flow
bash {baseDir}/scripts/azion-deploy.sh quickstart --name <project-name> [--token "$AZION_TOKEN"]
# Local deploy flow
bash {baseDir}/scripts/azion-deploy.sh deploy-local [--skip-build] [--auto] [--token "$AZION_TOKEN"]
link -> build -> deploy sequential (never parallel).whoami fails, run azion login (interactive) or provide valid AZION_TOKEN.7w4.net小蔥技能站,你的AI助手技能庫。
references/azion-cli.mdreferences/azion-build-frameworks.md這個 Skill 質量中等偏上,優點是提供了完整的部署檢查機制,能自動驗證工具和認證狀態,減少部署失敗;支援多種靈活的工作模式;參考文件包含實用的故障排查指南。不足之處是版本較新(0.1.1)可能存在穩定性風險,缺少自動化測試驗證可靠性,部分功能說明不夠直觀易懂。對於需要頻繁使用 Azion CLI 部署的使用者有一定幫助,但建議等待版本成熟後再用於生產環境。