amis-ui

v1.0.1

百度amis低代码框架JSON Schema生成专家。精准理解业务意图,生成正确、交互友好的amis配置,支持复杂交互(点击、回调、重载、弹层),兼容移动端。

0· 119·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec; skill is instruction-first with bundled JS and templates. Nothing is downloaded from external URLs and no archives are extracted.
Credentials
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.
Persistence & Privilege
Flags are default (always: false, user-invocable true). The skill does not request permanent presence or modify other skills' configs.
Assessment
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 so you don’t accidentally point a deployed UI to real production endpoints. Overall the package is coherent and does not request extra privileges or secrets.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fat53qdnc8rfeb4acyepzg9838yw5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments