← 返回 Skills 市场
Azion Deploy
作者
Adriano Krauthein
· GitHub ↗
· v0.1.1
403
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install azion-deploy - 安装完成后,直接呼叫该 Skill 的名称或使用
/azion-deploy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 403 次。
如何安装 Azion Deploy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install azion-deploy」即可一键安装,无需额外配置。
Azion Deploy 是免费的吗?
是的,Azion Deploy 完全免费(开源免费),可自由下载、安装和使用。
Azion Deploy 支持哪些平台?
Azion Deploy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Azion Deploy?
由 Adriano Krauthein(@askrauthein)开发并维护,当前版本 v0.1.1。
推荐 Skills