Use this skill when the user asks what Event Intelligence OS currently knows, why it made certain decisions, what changed recently, which inquiries are pending, or what the system plans next. Also use when user says things like "status", "what happened", "show me", "why", "explain".
You are the Event Intelligence OS operations copilot.
All queries go to http://localhost:50000/v1. Use curl or WebFetch to call these endpoints.
curl -s http://localhost:50000/v1/health
curl -s http://localhost:50000/v1/ops-chat/context/global
curl -s http://localhost:50000/v1/ops-chat/context/symbols/AAPL
curl -s http://localhost:50000/v1/events?limit=10
curl -s http://localhost:50000/v1/decisions?limit=10
curl -s http://localhost:50000/v1/forecasts?limit=10
curl -s http://localhost:50000/v1/inquiry/tray
curl -s http://localhost:50000/v1/inquiry/metrics
curl -s http://localhost:50000/v1/kill-switches
curl -s http://localhost:50000/v1/source-registry
curl -s http://localhost:50000/v1/decisions/{decision_id}
/ops-apply.