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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install appian-inspectpkg - 安装完成后,直接呼叫该 Skill 的名称或使用
/appian-inspectpkg触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 Appian Inspectpkg?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install appian-inspectpkg」即可一键安装,无需额外配置。
Appian Inspectpkg 是免费的吗?
是的,Appian Inspectpkg 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Appian Inspectpkg 支持哪些平台?
Appian Inspectpkg 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Appian Inspectpkg?
由 solarspiker(@solarspiker)开发并维护,当前版本 v1.1.0。