|
98 | 98 | ] |
99 | 99 | }, |
100 | 100 | { |
101 | | - "id": "smarthome-bench", |
102 | | - "name": "SmartHome Video Anomaly Benchmark", |
103 | | - "description": "VLM evaluation suite for video anomaly detection in smart home camera footage — 7 categories, 105 curated clips from SmartHome-Bench.", |
104 | | - "version": "1.0.0", |
105 | | - "category": "analysis", |
106 | | - "path": "skills/analysis/smarthome-bench", |
107 | | - "tags": [ |
108 | | - "benchmark", |
109 | | - "vlm", |
110 | | - "video", |
111 | | - "anomaly-detection", |
112 | | - "smart-home" |
| 101 | + "id": "camera-claw", |
| 102 | + "name": "Camera Claw", |
| 103 | + "description": "Security camera for your AI agent — sandbox, record, and monitor OpenClaw activity.", |
| 104 | + "version": "1.1.0", |
| 105 | + "category": "integrations", |
| 106 | + "repo_url": "https://github.com/SharpAI/CameraClaw", |
| 107 | + "code_structure": [ |
| 108 | + { "path": "SKILL.md", "desc": "Aegis skill manifest (11 params)" }, |
| 109 | + { "path": "package.json", "desc": "Node.js dependencies" }, |
| 110 | + { "path": "config.yaml", "desc": "Default params" }, |
| 111 | + { "path": "deploy.sh", "desc": "Node.js + Docker bootstrapper" }, |
| 112 | + { "path": "deploy.bat", "desc": "Windows bootstrapper" }, |
| 113 | + { "path": "scripts/monitor.js", "desc": "Main entry — Docker orchestrator + JSONL protocol" }, |
| 114 | + { "path": "scripts/health-check.js", "desc": "Container health checker" }, |
| 115 | + { "path": "docs/aegis_openclaw_note.md", "desc": "Aegis integration requirements" } |
113 | 116 | ], |
| 117 | + "tags": ["security", "sandbox", "monitoring", "openclaw"], |
114 | 118 | "platforms": [ |
115 | 119 | "linux-x64", |
116 | 120 | "linux-arm64", |
|
119 | 123 | "win-x64" |
120 | 124 | ], |
121 | 125 | "requirements": { |
122 | | - "node": ">=18", |
123 | | - "ram_gb": 2, |
124 | | - "system_deps": [ |
125 | | - "yt-dlp", |
126 | | - "ffmpeg" |
127 | | - ] |
| 126 | + "docker": true |
128 | 127 | }, |
129 | 128 | "capabilities": [ |
130 | | - "benchmark", |
131 | | - "report_generation" |
132 | | - ], |
133 | | - "ui_unlocks": [ |
134 | | - "benchmark_report" |
135 | | - ] |
136 | | - }, |
137 | | - { |
138 | | - "id": "homesafe-bench", |
139 | | - "name": "HomeSafe Indoor Safety Benchmark", |
140 | | - "description": "VLM evaluation suite for indoor home safety hazard detection — 40 tests across 5 categories: fire/smoke, electrical, trip/fall, child safety, falling objects.", |
141 | | - "version": "1.0.0", |
142 | | - "category": "analysis", |
143 | | - "path": "skills/analysis/homesafe-bench", |
144 | | - "tags": [ |
145 | | - "benchmark", |
146 | | - "vlm", |
147 | | - "safety", |
148 | | - "hazard", |
149 | | - "indoor" |
150 | | - ], |
151 | | - "platforms": [ |
152 | | - "linux-x64", |
153 | | - "linux-arm64", |
154 | | - "darwin-arm64", |
155 | | - "darwin-x64", |
156 | | - "win-x64" |
157 | | - ], |
158 | | - "requirements": { |
159 | | - "node": ">=18", |
160 | | - "ram_gb": 2 |
161 | | - }, |
162 | | - "capabilities": [ |
163 | | - "benchmark" |
164 | | - ], |
165 | | - "ui_unlocks": [ |
166 | | - "benchmark_report" |
| 129 | + "monitoring", |
| 130 | + "recording" |
167 | 131 | ] |
168 | 132 | } |
169 | 133 | ] |
|
0 commit comments