Install
openclaw skills install appian-inspectpkgInspect an Appian package ZIP against the target environment to identify errors or warnings before deploying. Use before appian-deploy to validate a package.
openclaw skills install appian-inspectpkgRuns a pre-deployment inspection of a package ZIP against the Appian environment using the v2 Deployment Management API. Returns expected object counts and any errors or warnings.
A
FAILEDinspection status indicates a system error, not an invalid package. Errors and warnings are predictions about what deploying will do, not hard blockers.
node {baseDir}/scripts/index.js <zipPath> [customizationFilePath]
node {baseDir}/scripts/index.js "./appian-exports/MyPackage.zip"
Exported packages are saved to ./appian-exports/ by appian-export.
POST ${APPIAN_BASE_URL}/inspections — submits the package for inspectionGET ${APPIAN_BASE_URL}/inspections/{uuid} — polls for resultsAPPIAN_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.