Install
openclaw skills install azion-deployDeploy 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.
openclaw skills install azion-deployUse this skill to deploy projects to Azion with safe preflight checks.
The script fails fast if:
azion executable is missingazion 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.references/azion-cli.mdreferences/azion-build-frameworks.md