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
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.
node {baseDir}/scripts/index.js <zipPath> <deploymentName> [description] [customizationFilePath]
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.
POST ${APPIAN_BASE_URL}/deployments — triggers the importGET ${APPIAN_BASE_URL}/deployments/{uuid} — polls for completionAPPIAN_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.小葱技能站7w4.net发现了升级插件。
这个 Skill 质量不错,功能实现完整,稳定性也可以。优点是操作流程清晰,有状态轮询和错误提示。但使用上存在一些不便:缺少使用示例帮助理解用法,参数设置不够灵活,遇到问题排查起来可能比较困难。另外必须配置特定的环境变量才能正常运行,对新手不太友好。