Appian Unnamedobjects
/install appian-unnamedobjects
Appian Unnamed Objects
Exports an Appian application and scans every object XML file for objects whose \x3Cdescription> tag is empty or missing. Reports type, name, and UUID for each offending object.
Usage
node {baseDir}/scripts/index.js \x3CapplicationUuid>
Example
node {baseDir}/scripts/index.js _a-0000de15-1f1c-8000-5130-010000010000_12559
IMPORTANT: credentials are pre-configured
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.
How users can ask for this
- "Find Appian objects without descriptions in application
\x3Cuuid>" - "Which Appian objects are undocumented in
\x3Cuuid>" - "Audit Appian missing descriptions in
\x3Cuuid>" - "Check Appian documentation coverage for
\x3Cuuid>"
What it does
- Calls the Appian v2 Deployment Management API to export the application as a ZIP.
- Parses the ZIP in-process (no shell extraction) using Node.js built-ins — one object per XML file, type from directory name.
- Iterates every XML file outside
META-INF/. - For each object, checks whether
\x3Cdescription>or\x3Ca:description>is absent or blank. - Prints a grouped report of offending objects.
After running
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.
External endpoints
POST ${APPIAN_BASE_URL}/deployments— triggers the exportGET ${APPIAN_BASE_URL}/deployments/{uuid}— polls for completionGET \x3CpackageZip URL>— downloads the resulting ZIP
Security
- Credentials (
APPIAN_BASE_URL,APPIAN_API_KEY) are read from environment variables (injected by OpenClaw at runtime). If not injected, falls back toappian.jsonin the current working directory. - The ZIP is written to
~/appian-exports/and mirrored toCWD/appian-exports/when running in a container. - No data is sent to any third-party service.
- No shell commands are executed; ZIP extraction uses Node.js built-in
zlib.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install appian-unnamedobjects - After installation, invoke the skill by name or use
/appian-unnamedobjects - Provide required inputs per the skill's parameter spec and get structured output
What is Appian Unnamedobjects?
Find Appian application objects that are missing a description. Exports the application, scans all object XML files, and reports name and UUID for each objec... It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.
How do I install Appian Unnamedobjects?
Run "/install appian-unnamedobjects" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Appian Unnamedobjects free?
Yes, Appian Unnamedobjects is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Appian Unnamedobjects support?
Appian Unnamedobjects is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Appian Unnamedobjects?
It is built and maintained by solarspiker (@solarspiker); the current version is v1.3.0.