Azion Deploy for Openclaw

A high-performance deployment wrapper for the Azion CLI designed to automate the publishing of edge functions and static sites with safety-first validation.

askrauthein
v0.1.1
Feb 26, 2026
0
976
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install azion-deploy

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install azion-deploy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Azion Deploy?

The Azion Deploy skill is a technical integration designed to simplify the interaction between developers and the Azion edge platform. As part of the broader ecosystem of Openclaw Skills, this tool provides a structured wrapper around the Azion CLI, ensuring that deployments of applications, static sites, and edge functions are both predictable and resilient. It focuses on reducing manual errors by enforcing sequential workflows—linking, building, and deploying—while providing instant feedback on environment readiness.

By utilizing this skill, developers can handle complex edge configurations through simple command-dispatch tools. Whether you are troubleshooting authentication failures or setting up a fresh project via quickstart, this utility manages the underlying CLI complexities, allowing you to focus on writing code while Openclaw Skills manage the deployment pipeline.

Azion Deploy Use Cases

  • Deploying static websites or dynamic edge applications to Azion's global infrastructure.
  • Automating the link-build-deploy lifecycle in a local or CI/CD environment.
  • Verifying Azion CLI installation and authentication status before initiating heavy build tasks.
  • Rapidly bootstrapping new projects using the quickstart flow with automated token handling.

How Azion Deploy Works

  1. The skill initiates a preflight check to ensure the Azion CLI is installed and accessible in the system path.
  2. It validates the user's identity via an authentication check, verifying the AZION_TOKEN or local login session.
  3. Upon triggering a deployment, it enforces a sequential logic where the project is linked and built before the final deployment phase.
  4. The skill monitors for the presence of the .edge/manifest.json file to ensure build integrity before pushing assets to the edge.

Azion Deploy Setup

To integrate this tool into your Openclaw Skills workflow, you must have the Azion CLI installed and authenticated. Follow these steps for setup:

# Install the Azion CLI if not already present
# Follow official Azion documentation for your OS

# Authenticate your environment
azion login

# Or export your token for automated environments
export AZION_TOKEN="your_azion_personal_token"

Azion Deploy Data Schema & Taxonomy

The Azion Deploy skill interacts with the standard Azion project structure to manage deployment metadata and artifacts:

File/Directory Role in Skill Workflow
.edge/ Contains the build artifacts and manifests required for edge deployment.
manifest.json Required by the deploy-local command to validate build completion.
azion-deploy.sh The core script that executes the logic within the Openclaw Skills environment.
AZION_TOKEN Used as an environment variable or argument to bypass interactive login.

Azion Deploy Advanced Features

  • Fail-fast validation that prevents deployment attempts if the local environment is missing critical CLI components.
  • Customizable quickstart flow that allows for rapid project naming and token injection through CLI arguments.
  • Support for the --skip-build flag, allowing power users to deploy pre-compiled assets directly to the edge.
  • Robust error handling for project linking and build framework detection, ensuring compatibility with various Openclaw Skills automation scenarios.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins bashazion
Github Stars: 0
forks: 0

Featured*