Files
html/api/v76-scripts/skill-test-v89-run-kernel.sh

7 lines
493 B
Bash
Executable File

#!/bin/bash
# V31 batch generator - Opus WIRE doctrine 13+7 - Skill: test-v89-run-kernel
# Description: V89 run kernel
# Whitelist-safe timeout 8s
set +e
timeout 8 bash -c "curl -sk --max-time 3 'https://weval-consulting.com/api/opus5-skills-dispatcher.php?action=run&skill=kernel-version' 2>/dev/null | python3 -c 'import json,sys; d=json.load(sys.stdin); print(\"ok\" if d.get(\"ok\") else \"FAIL\")'" 2>&1 || echo "{\"skill\":\"test-v89-run-kernel\",\"error\":\"timeout_or_missing_tool\"}"