← Back to Skills Marketplace
solarspiker

Appian Listpkg

by solarspiker · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
119
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install appian-listpkg
Description
List all packages for an Appian application by UUID. Use when the user wants to see what packages exist in an application, or to find a package UUID before i...
README (SKILL.md)

Appian Packages

Lists all packages for an Appian application, including name, UUID, object count, and timestamps. Uses the v2 Deployment Management API.

Usage

node {baseDir}/scripts/index.js \x3CapplicationUuid>

Example

node {baseDir}/scripts/index.js _a-0007ee60-0f3e-8000-e0f6-01ef9001ef90_137916

Use the returned package UUID with appian-inspectpkg before deploying, or with appian-export to export a specific package.

External endpoints

  • GET ${APPIAN_BASE_URL}/applications/{uuid}/packages

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 a appian.json file in the current working directory.
  • No data is written or uploaded — read-only API call.
  • No shell commands are executed; all operations use Node.js built-in APIs.
Usage Guidance
This skill appears to do exactly what it says: call Appian's package API using APPIAN_BASE_URL and APPIAN_API_KEY. Before installing, ensure you: (1) provide only an API key with least privilege needed for read access, (2) are comfortable that the script will look for and read an appian.json file (it searches the current directory and up to 5 parent directories) if env vars are not set — remove any sensitive credentials from those files or run the skill from a safe working directory, (3) review the included scripts/index.js yourself (it logs the request URL to stderr but does not print the API key), and (4) be aware that the agent can invoke the skill autonomously by default (normal for skills) — only grant the API key to agents you trust.
Capability Analysis
Type: OpenClaw Skill Name: appian-listpkg Version: 1.1.0 The appian-listpkg skill is a standard utility for listing Appian application packages using the official v2 Deployment Management API. The script (scripts/index.js) securely handles credentials via environment variables or a local configuration file and performs a single authenticated GET request to the user-specified APPIAN_BASE_URL without any evidence of malicious execution, data exfiltration, or prompt injection.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description, required env vars (APPIAN_BASE_URL, APPIAN_API_KEY), and the single external endpoint (GET ${APPIAN_BASE_URL}/applications/{uuid}/packages) align with the stated purpose of listing Appian packages.
Instruction Scope
SKILL.md instructs running the included Node script and claims no file I/O, but the script will read an appian.json file (JSON or key=value) as a fallback and searches up to 5 parent directories for it. This is a small mismatch between docs and behavior but matches the legitimate need to load credentials if env vars aren't present.
Install Mechanism
No install spec (instruction-only) and no external downloads; the shipped JS file runs with Node. This is the lowest-risk install pattern for this functionality.
Credentials
Only APPIAN_BASE_URL and APPIAN_API_KEY are required, which is appropriate. Note: the script may populate process.env from a local appian.json it finds, so local files containing secrets will be read if present.
Persistence & Privilege
always is false, the skill does not request persistent or cross-skill configuration changes, and it does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install appian-listpkg
  3. After installation, invoke the skill by name or use /appian-listpkg
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Initial release with core functionality to list all packages for an Appian application by UUID. - Lists package name, UUID, object count, and timestamps using the Appian v2 Deployment Management API. - Requires APPIAN_BASE_URL and APPIAN_API_KEY via environment variables or a local config fallback. - Read-only operation with secure credential handling and no shell execution.
v1.2.2
No changes detected in this release. - Version updated to 1.2.2 with no file or documentation changes.
v1.2.1
- No changes detected in this version. - Version bump only; functionality and documentation remain the same.
v1.2.0
Version 1.2.0 - Environment variable loading improved: if credentials are not injected, the script now falls back to reading from a local appian.json file. - Updated documentation to reflect the new credential loading mechanism.
v1.0.0
- Initial release of appian-listpkg skill. - Lists all packages for an Appian application by UUID. - Displays package name, UUID, object count, and timestamps. - Uses read-only access to the Appian Deployment Management v2 API. - Requires APPIAN_BASE_URL and APPIAN_API_KEY environment variables.
Metadata
Slug appian-listpkg
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Appian Listpkg?

List all packages for an Appian application by UUID. Use when the user wants to see what packages exist in an application, or to find a package UUID before i... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.

How do I install Appian Listpkg?

Run "/install appian-listpkg" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Appian Listpkg free?

Yes, Appian Listpkg is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Appian Listpkg support?

Appian Listpkg is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Appian Listpkg?

It is built and maintained by solarspiker (@solarspiker); the current version is v1.1.0.

💬 Comments