Appian Deploymtstatus
/install appian-deploymtstatus
Appian Status
Retrieves the current status and artifact URLs for any Appian deployment using the v2 Deployment Management API. Supports optional polling and artifact download.
Usage
node {baseDir}/scripts/index.js \x3CdeploymentUuid> [--wait] [--download-log] [--download-zip]
| Flag | Description |
|---|---|
--wait |
Poll until a terminal status is reached |
--download-log |
Save the deployment log to ~/appian-exports/ |
--download-zip |
Save the package ZIP (export deployments only) to ~/appian-exports/ |
Examples
# Check immediately
node {baseDir}/scripts/index.js 208d489c-6f74-45f7-a48a-f0887fefeca9
# Wait for completion and download log
node {baseDir}/scripts/index.js 208d489c-6f74-45f7-a48a-f0887fefeca9 --wait --download-log
External endpoints
GET ${APPIAN_BASE_URL}/deployments/{uuid}— fetches deployment status- Artifact URLs returned by the API (log, ZIP) — downloaded only when flags are passed
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 anappian.jsonfile in the current working directory. - Artifacts are saved only to
~/appian-exports/— nothing is uploaded or sent to third parties. - 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-deploymtstatus - After installation, invoke the skill by name or use
/appian-deploymtstatus - Provide required inputs per the skill's parameter spec and get structured output
What is Appian Deploymtstatus?
Check the status of an Appian deployment by UUID and optionally download its artifacts (log, package ZIP). Use after appian-export or appian-deploy to monito... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Appian Deploymtstatus?
Run "/install appian-deploymtstatus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Appian Deploymtstatus free?
Yes, Appian Deploymtstatus is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Appian Deploymtstatus support?
Appian Deploymtstatus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Appian Deploymtstatus?
It is built and maintained by solarspiker (@solarspiker); the current version is v1.2.0.