← Back to Skills Marketplace
Azion Deploy
by
Adriano Krauthein
· GitHub ↗
· v0.1.1
403
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install 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/deplo...
README (SKILL.md)
azion-deploy
Use this skill to deploy projects to Azion with safe preflight checks.
Built-in checks
The script fails fast if:
azionexecutable is missing- authentication fails (
azion whoami) .edge/manifest.jsonis missing when using--skip-build
Commands
# 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 \x3Cproject-name> [--token "$AZION_TOKEN"]
# Local deploy flow
bash {baseDir}/scripts/azion-deploy.sh deploy-local [--skip-build] [--auto] [--token "$AZION_TOKEN"]
Notes
- Keep
link -> build -> deploysequential (never parallel). - If
whoamifails, runazion login(interactive) or provide validAZION_TOKEN. - For detailed flags and framework behavior, read:
references/azion-cli.mdreferences/azion-build-frameworks.md
Usage Guidance
This skill is coherent with its stated purpose (wrapping the official Azion CLI) but exercise caution because: 1) the skill source/homepage is unknown — prefer skills from known publishers; 2) the script accepts AZION_TOKEN (or --token) but the skill metadata doesn't declare that env var, which makes it unclear when and how you'll be asked to provide credentials; 3) review the included scripts (scripts/azion-deploy.sh) yourself before running and confirm the azion CLI is installed from Azion's official distribution (see references/azion-cli.md). If you need to provide a token, create a scoped token with minimal permissions and avoid using long-lived high-privilege credentials. Run first in an isolated/test environment and verify deployments and domain behavior manually (curl the domain) after any deploy.
Capability Analysis
Type: OpenClaw Skill
Name: azion-deploy
Version: 0.1.1
The skill is a wrapper around the Azion CLI, designed to automate deployment workflows. The `SKILL.md` provides clear instructions without any prompt injection attempts. The `scripts/azion-deploy.sh` script orchestrates standard `azion` commands (link, build, deploy), performs necessary pre-checks, and handles authentication tokens securely by passing them as arguments to the `azion` CLI. There is no evidence of malicious intent, data exfiltration, backdoors, or unauthorized actions. The documentation files (`references/azion-build-frameworks.md`, `references/azion-cli.md`) provide context and examples, but are not executed by the skill and do not pose a direct threat.
Capability Assessment
Purpose & Capability
Name/description, included helper script, and required binaries (bash, azion) all match the stated purpose of wrapping the Azion CLI for link/build/deploy flows.
Instruction Scope
Runtime instructions and the script keep to Azion-related actions (azion link/build/deploy, whoami, check .edge/manifest.json). However, the script and SKILL.md reference the AZION_TOKEN env var and allow passing `--token` even though no env var is declared in the skill metadata; the platform guidance flags references to env vars not declared in requires.env.
Install Mechanism
No install spec — instruction-only with a helper script included. This minimizes install-time risk (nothing is downloaded or extracted by the skill itself).
Credentials
The only credential referenced is AZION_TOKEN (appropriate for Azion CLI auth). But the skill's declared requirements list no environment variables or primary credential; the script uses AZION_TOKEN implicitly. That mismatch (undeclared but referenced token) reduces clarity about what secrets are needed and expected.
Persistence & Privilege
always is false, the skill is user-invocable and not forced always-on, and it does not attempt to modify other skills or system-wide config. It runs CLI commands only when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install azion-deploy - After installation, invoke the skill by name or use
/azion-deploy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Improve preflight version detection for azion CLI output noise
v0.1.0
Initial ClawHub release: azion CLI preflight/auth-check/deploy helper
Metadata
Frequently Asked Questions
What is Azion Deploy?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 403 downloads so far.
How do I install Azion Deploy?
Run "/install azion-deploy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Azion Deploy free?
Yes, Azion Deploy is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Azion Deploy support?
Azion Deploy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Azion Deploy?
It is built and maintained by Adriano Krauthein (@askrauthein); the current version is v0.1.1.
More Skills