#!/bin/bash # V27 V89 scale - Opus WIRE continue - Skill: process-count # Description: Total processes # Whitelist-safe timeout 8s set -e timeout 8 bash -c 'ps -ef | wc -l' 2>&1 || echo "{\"skill\":\"process-count\",\"error\":\"timeout_or_missing_tool\"}"