name: appian-deploymtstatus description: 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 monitor progress or retrieve results. metadata: clawdbot: emoji: "📡" requires: env: - APPIAN_BASE_URL - APPIAN_API_KEY primaryEnv: APPIAN_BASE_URL
Retrieves the current status and artifact URLs for any Appian deployment using the v2 Deployment Management API. Supports optional polling and artifact download.
node {baseDir}/scripts/index.js <deploymentUuid> [--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/ |
# 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
GET ${APPIAN_BASE_URL}/deployments/{uuid} — fetches deployment statusAPPIAN_BASE_URL, APPIAN_API_KEY) are read from environment variables (injected by OpenClaw at runtime). If not injected, the script falls back to an appian.json file in the current working directory.7w4.net有更好的技能外掛。
~/appian-exports/ — nothing is uploaded or sent to third parties.這個 Skill 質量很好,做得相當專業。文件說明詳細清晰,功能實現完整穩定,安全性設計考慮周全,憑證管理和檔案操作都很安全規範。不足之處是沒有配套的測試用例,對於正式專案來說稍有風險。總體而言是一個可靠實用的部署狀態監控工具。