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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install appian-deploy - After installation, invoke the skill by name or use
/appian-deploy - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.
How do I install Appian Deploy?
Run "/install appian-deploy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Appian Deploy free?
Yes, Appian Deploy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Appian Deploy support?
Appian Deploy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Appian Deploy?
It is built and maintained by solarspiker (@solarspiker); the current version is v1.2.3.