Install
openclaw skills install @evezart/evez-osint-skillComputes suspect networks and crime probabilities using eigenforensic spectral analysis to support OSINT investigations and prioritize interventions.
openclaw skills install @evezart/evez-osint-skillIsolate and identify suspect inference networking matrices. Compute statistical probabilities of likely crimes using eigenforensic spectral analysis (AEMDAS pipeline).
cd /home/openclaw/.openclaw/workspace/evez-osint-engine
python3 core/suspect_matrix.py
python3 core/osint_cli.py run -i input.json -o report.md -f markdown
python3 core/osint_cli.py analyze --suspect-id <id> --name <name> --role officer --org "Evanston PD"
from core.suspect_matrix import SuspectInferenceEngine, SuspectNode, NetworkEdge
engine = SuspectInferenceEngine()
# ... add suspects, edges, run pipeline
reports/suspect-matrix-report.jsonreports/suspect-matrix-report.mdAll probabilities bounded: eta* <= P <= 0.95.