Appian Deploy
/install appian-deploy
Appian Deploy
Imports a package ZIP into the Appian environment using the v2 Deployment Management API. Polls until a terminal status and prints a full object summary.
Usage
node {baseDir}/scripts/index.js \x3CzipPath> \x3CdeploymentName> [description] [customizationFilePath]
Example
node {baseDir}/scripts/index.js "./appian-exports/MyPackage.zip" "Prod Release 1.2"
Exported packages are saved to ./appian-exports/ by appian-export.
Run appian-inspectpkg first to validate before deploying. If the environment requires approval, the deployment will return PENDING_REVIEW — check Appian Designer's Deploy view to approve.
External endpoints
POST ${APPIAN_BASE_URL}/deployments— triggers the importGET ${APPIAN_BASE_URL}/deployments/{uuid}— polls for completion
Security
- Credentials (
APPIAN_BASE_URL,APPIAN_API_KEY) are read from environment variables (injected by OpenClaw at runtime). If not injected, the script falls back to aappian.jsonfile in the current working directory. - The package ZIP is uploaded only to your configured Appian environment.
- No data is sent to any third-party service.
- No shell commands are executed; all operations use Node.js built-in APIs.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install appian-deploy - 安装完成后,直接呼叫该 Skill 的名称或使用
/appian-deploy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Appian Deploy 是什么?
Deploy (import) an Appian package ZIP into an Appian environment. Use when the user wants to push, import, or deploy a package file to an Appian environment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。
如何安装 Appian Deploy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install appian-deploy」即可一键安装,无需额外配置。
Appian Deploy 是免费的吗?
是的,Appian Deploy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Appian Deploy 支持哪些平台?
Appian Deploy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Appian Deploy?
由 solarspiker(@solarspiker)开发并维护,当前版本 v1.2.3。