Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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/deplo...
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/deplo...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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"]
Keep link -> build -> deploy sequential (never parallel). If whoami fails, run azion login (interactive) or provide valid AZION_TOKEN. For detailed flags and framework behavior, read: references/azion-cli.md references/azion-build-frameworks.md
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.