📦 amis-ui — 低代码JSON生成
v1.0.1基于百度 amis 低代码框架,精准理解业务需求,一键生成正确、交互友好、兼容移动端的 JSON Schema 配置,支持复杂点击、回调、重载、弹层等交互逻辑。
0· 146·0 当前·0 累计
下载技能包
最后更新
2026/3/20
安全扫描
OpenClaw
安全
high confidenceThe skill's files, templates, and runtime instructions are coherent with its stated purpose (AMIS JSON Schema generation and validation); it requests no credentials or installs and contains only local validator code and templates.
评估建议
This skill appears to do what it says: generate and validate AMIS JSON schemas using local templates and a bundled validator. Before using: 1) review and, if needed, fix templates (I noticed templates/dashboard.json looks syntactically invalid) to avoid parsing errors; 2) be aware that running the bundled validator will execute the included Node.js code (rules/*.js) locally — review those files (they are small and appear benign) before execution; 3) double-check any example API URLs in templates...详细分析 ▾
✓ 用途与能力
Name/description match the provided artifacts: templates for CRUD/forms/dialogs, JS validator and common-pattern rule files, and README/SKILL.md describing how to pick templates and run validation. No unrelated environment variables, binaries, or external services are requested.
ℹ 指令范围
SKILL.md limits actions to selecting templates, generating AMIS JSON, and running the bundled validator (rules/schema-validator.js). This is within scope. Note: templates contain example API URLs like /api/* (expected for UI templates) and at least one template (templates/dashboard.json) appears to have malformed JSON structure (two top-level objects), which is a quality issue that may cause validator errors if you try to parse it. The validator itself is local JS that will run if you execute it — it does not perform network calls.
✓ 安装机制
No install spec; skill is instruction-first with bundled JS and templates. Nothing is downloaded from external URLs and no archives are extracted.
✓ 凭证需求
The skill declares no required environment variables, credentials, or config paths. The only references to API endpoints are example/template fields (e.g., "api": "/api/data"), which are appropriate for UI templates.
✓ 持久化与权限
Flags are default (always: false, user-invocable true). The skill does not request permanent presence or modify other skills' configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/20
初始化
● 无害
安装命令
点击复制官方npx clawhub@latest install amis-json-skills
镜像加速npx clawhub@latest install amis-json-skills --registry https://cn.longxiaskill.com