Appian Inspectpkg
/install appian-inspectpkg
Appian Inspect
Runs 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.
Usage
node {baseDir}/scripts/index.js \x3CzipPath> [customizationFilePath]
Example
node {baseDir}/scripts/index.js "./appian-exports/MyPackage.zip"
Exported packages are saved to ./appian-exports/ by appian-export.
External endpoints
POST ${APPIAN_BASE_URL}/inspections— submits the package for inspectionGET ${APPIAN_BASE_URL}/inspections/{uuid}— polls for results
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 aappian.jsonfile in the current working directory. - The package ZIP is uploaded only to your configured Appian environment.
- No data is sent to any third-party service.
- 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-inspectpkg - After installation, invoke the skill by name or use
/appian-inspectpkg - Provide required inputs per the skill's parameter spec and get structured output
What is Appian Inspectpkg?
Inspect an Appian package ZIP against the target environment to identify errors or warnings before deploying. Use before appian-deploy to validate a package. It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install Appian Inspectpkg?
Run "/install appian-inspectpkg" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Appian Inspectpkg free?
Yes, Appian Inspectpkg is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Appian Inspectpkg support?
Appian Inspectpkg is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Appian Inspectpkg?
It is built and maintained by solarspiker (@solarspiker); the current version is v1.1.0.