You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/analysis/home-security-benchmark/SKILL.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ version: 2.0.0
5
5
category: analysis
6
6
runtime: node
7
7
entry: scripts/run-benchmark.cjs
8
-
install: none
8
+
install: npm
9
9
---
10
10
11
11
# Home Security AI Benchmark
@@ -14,7 +14,7 @@ Comprehensive benchmark suite evaluating LLM and VLM models on **131 tests** acr
14
14
15
15
## Setup
16
16
17
-
**No installation required.** This skill has zero external dependencies — it uses only Node.js built-in modules. No `npm install`needed.
17
+
**Requires `npm install`.** This skill has a `package.json` with dependencies (e.g. `openai` SDK). The deployment agent should check for `package.json` and run `npm install`in the skill directory before launching.
0 commit comments