Install
openclaw skills install appian-unnamedobjectsFind Appian application objects that are missing a description. Exports the application, scans all object XML files, and reports name and UUID for each object with an empty or absent description tag. Use after changes to an application to audit documentation coverage. Trigger phrases — "find Appian objects without descriptions", "which Appian objects are undocumented", "audit Appian missing descriptions", "list undescribed Appian objects", "check Appian documentation coverage". IMPORTANT — credentials (APPIAN_BASE_URL, APPIAN_API_KEY) are already configured in the system; do NOT ask the user for them before running.
openclaw skills install appian-unnamedobjectsExports an Appian application and scans every object XML file for objects whose <description> tag is empty or missing. Reports type, name, and UUID for each offending object.
node {baseDir}/scripts/index.js <applicationUuid>
node {baseDir}/scripts/index.js _a-0000de15-1f1c-8000-5130-010000010000_12559
APPIAN_BASE_URL and APPIAN_API_KEY are already injected by OpenClaw at runtime. Never ask the user for credentials before running this skill. Just execute it with the UUID the user provided.
<uuid>"<uuid>"<uuid>"<uuid>"META-INF/.<description> or <a:description> is absent or blank.Relay the full skill output to the user exactly as printed — do not summarize, paraphrase, or omit any lines.
The output already contains every object type, name, and UUID in a compact readable format. Your job is to forward it verbatim, then offer to help further. Do not replace the list with a vague count like "15 objects were found" — the user needs the actual names and details.
POST ${APPIAN_BASE_URL}/deployments — triggers the exportGET ${APPIAN_BASE_URL}/deployments/{uuid} — polls for completionGET <packageZip URL> — downloads the resulting ZIPAPPIAN_BASE_URL, APPIAN_API_KEY) are read from environment variables (injected by OpenClaw at runtime). If not injected, falls back to appian.json in the current working directory.~/appian-exports/ and mirrored to CWD/appian-exports/ when running in a container.zlib.