Appian Deploy

👤 solarspiker 📦 v1.2.3 ⭐ 4.3 ⬇️ 701 下載
🔒 IT運維與安全 免費 🔑 需 API Key

📖 技能介紹


name: appian-deploy description: 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. metadata: clawdbot: emoji: "🚀" requires: env: - APPIAN_BASE_URL - APPIAN_API_KEY primaryEnv: APPIAN_BASE_URL


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 <zipPath> <deploymentName> [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 import
  • GET ${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 a appian.json file in the current working directory.
  • The package ZIP is uploaded only to your configured Appian environment.

    7w4.net小蔥技能站收錄全網優質技能,值得收藏。

  • No data is sent to any third-party service.
  • No shell commands are executed; all operations use Node.js built-in APIs.

🤖 AI 評測

這個 Skill 質量不錯,功能實現完整,穩定性也可以。優點是操作流程清晰,有狀態輪詢和錯誤提示。但使用上存在一些不便:缺少使用示例幫助理解用法,引數設定不夠靈活,遇到問題排查起來可能比較困難。另外必須配置特定的環境變數才能正常執行,對新手不太友好。

📊 多維度評分

適應性4.3
規範性4.2
有效性4.4
可靠性4.5
可信度4

📁 包含檔案 (3 個)

📄 SKILL.md 1.6 KB
📄 _meta.json 132 B
📄 scripts/index.js 7.5 KB