Token导航 LogoToken导航TokenDH.com
运维敏感数据clawhub未标认证来源可访问clear审计提醒

appian-export阿皮亚出口

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

4,079

周安装

165

GitHub Stars

公开资料未说明

下载量

1,280
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:appian-export(阿皮亚出口)
来源仓库:https://github.com/solarspiker/appian-export
安装命令:
openclaw skills install appian-export
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install appian-export

简介

appian-export 将 Appian 应用程序或包导出为 ZIP 文件供备份或迁移使用。

  • 适用于应用程序归档、跨环境部署或团队协作时的资产分发。
  • 在 OpenClaw 中传入 UUID 即可触发导出流程,支持批量下载多个对象。
  • 涉及敏感配置文件的打包,传输和存储过程应加密防止信息泄露。
  • 导出前建议清理临时数据,避免将调试信息带入正式环境。

SKILL.md

name
appian-export
description
Export an Appian application or package to a ZIP file by UUID. Use when the user wants to export, download, or back up an Appian application or package from an environment.
metadata
clawdbot
emoji
📦
requires
env
primaryEnv
APPIAN_BASE_URL

Appian Manager

Exports an Appian application or package as a ZIP using the v2 Deployment Management API.

Usage

# Export an application
node {baseDir}/scripts/index.js <applicationUuid> [exportName]

# Export a specific package under an application
node {baseDir}/scripts/index.js <applicationUuid> --package <packageUuid> [exportName]
ArgumentDescription
applicationUuidUUID of the Appian application
packageUuidUUID of the specific package (use appian-listpkg to list them)
exportNameOptional filename override; if omitted Appian's own name (with timestamp) is used

Examples

# Export full application
node {baseDir}/scripts/index.js _a-0000de15-1f1c-8000-5130-010000010000_12559

# Export a specific package under that application
node {baseDir}/scripts/index.js _a-0000de15-1f1c-8000-5130-010000010000_12559 --package _a-0007ee60-0f3e-8000-e0f6-01ef9001ef90_137916

The script polls until COMPLETED and saves the ZIP to ~/appian-exports/. When running inside a container (where the working directory differs from ~/appian-exports/), the ZIP is also copied to appian-exports/ inside the current working directory for easy access.

After running

Always report back to the user:

  • The ZIP path printed after ZIP path: (primary location)
  • The Copied to path if printed (accessible in appian-exports/ inside the current working directory)
  • The file size in KB

External endpoints

  • POST ${APPIAN_BASE_URL}/deployments — triggers the export
  • GET ${APPIAN_BASE_URL}/deployments/{uuid} — polls for completion
  • GET <packageZip 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, the script falls back to a appian.json file in the current working directory.
  • No data is sent to any third-party service — all requests go to your configured Appian environment.
  • The exported ZIP is written locally to ~/appian-exports/ and never uploaded anywhere.
  • No shell commands are executed; all operations use Node.js built-in APIs.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.26%
按下载量换算1,181

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills