orbcafe-ui-component-usage

v1.0.2

Route ORBCAFE UI requests to the correct module skill and enforce official examples-based integration baseline. Use when requests are ambiguous, cross-module...

0· 258·1 current·1 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
The name/description (route ORBCAFE UI requests and enforce examples-based baseline) match the provided routing map, module contracts, integration baseline, and example-first rules. The references and SKILL.md focus on selecting the correct module, producing minimal runnable code using public orbcafe-ui exports, and verification steps — all consistent with the stated purpose.
Instruction Scope
The SKILL.md confines runtime instructions to classification, reading the included reference docs, producing paste-ready code, and providing verification/troubleshooting steps. It mandates including an npm install command each time (adds UI libs and orbcafe-ui). This is within scope for a UI integration helper, but the requirement to always present an install command means the agent will routinely recommend installing packages into the user's environment — users should confirm they want those packages before running them.
Install Mechanism
There is no automated install spec in the skill bundle (instruction-only), so nothing is downloaded or written by the skill itself. The SKILL.md recommends an npm install invocation (orbcafe-ui, MUI, dayjs, emotion). That recommendation is expected for a UI integration helper and the packages are typical front-end dependencies; no obscure URLs or extractable archives are used.
Credentials
The skill requests no environment variables, no credentials, and requires no binaries. References and instructions do not ask for unrelated secrets or system paths. This is proportionate for a UI routing/integration guidance skill.
Persistence & Privilege
Skill flags are default: always:false and model invocation allowed (normal). The skill does not request persistent system presence or attempt to modify other skills or system-wide configs. It only instructs the agent to output guidance and code snippets.
Assessment
This skill is an instruction-only router and appears coherent with its purpose. Before following its install recommendations: (1) verify you trust the orbcafe-ui NPM package and the listed UI libs (MUI, emotion, dayjs) and their versions in your project; (2) install packages in a controlled environment (use a branch, container, or local experiment) and review package contents/lockfile before running npm install; (3) note the SKILL.md demands always showing an npm install command — the agent will therefore often advise installing dependencies even if you already have them; (4) one minor inconsistency to be aware of: the integration-baseline includes version-sensitive notes for >=1.0.6 while this skill is labeled 1.0.2 — confirm the expected orbcafe-ui package version for those notes before relying on them. If you need stricter guarantees (no package installation advice, or verification of the NPM package source), request that explicitly or inspect the package registry entry yourself.

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

latestvk974y56ebk6d0vxyrrsxaqz9tn82za7j

License

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

Comments