check-vue-style
v1.0.0检查 Vue 单文件组件(.vue)中的 CSS 样式规范问题并输出提示。用于用户提到样式规范检查、CSS 代码审查、Vue 页面样式质量巡检时。
⭐ 0· 85·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Skill name/description (Vue style checking) matches the included script and instructions. Minor inconsistency: metadata lists no required binaries, but the script explicitly requires Node.js and will exit if Node isn't present.
Instruction Scope
SKILL.md instructs only to run the provided local script in the project root. The script reads .vue files under the current directory (skips node_modules, .git, dist, build), reports style-related warnings, and does not access other system files, environment variables, or external endpoints.
Install Mechanism
No install spec — instruction-only plus a local script. No downloads or external installers; the script runs embedded Node code. Low install risk.
Credentials
The skill requests no environment variables or credentials. The script does not read or require secrets or config paths. (It does require a runtime dependency: Node.js.)
Persistence & Privilege
Skill does not request persistent/always-on presence, does not modify other skills or system-wide configuration, and only runs when invoked.
Assessment
This skill appears to do exactly what it says: run a local style-check over .vue files and print warnings. Before installing or running it: (1) ensure you run it from the project root (it operates on process.cwd()); (2) install Node.js if you expect to run the script (the metadata omits this requirement); (3) review the script if you have sensitive/untrusted repositories (it reads files under the repo but does not send data anywhere); (4) if you prefer an existing linter, consider using or extending Stylelint as suggested. Overall the footprint is minimal and coherent with the stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97fmkfdqqehw1z60z5hw03w1d84dkh6
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
