Install
openclaw skills install ai-layoff-radarDetect AI-driven layoffs from global news and generate structured risk reports.
openclaw skills install ai-layoff-radarDetect global layoffs caused by AI adoption, automation rollout, and AI-led efficiency programs.
Activate this skill when the user asks to find, summarize, or monitor layoffs linked to AI adoption.
Use it for triggers such as:
Return JSON with fields:
companydatecountrylayoff_sizeai_causality_scoresummaryUser query:
Find recent AI layoffs
Example JSON response:
{
"summary": {
"total_events": 2,
"top_companies": ["Example Corp", "Sample Systems"]
},
"detected_events": [
{
"company": "Example Corp",
"date": "2026-03-04T14:20:00+00:00",
"country": "USA",
"layoff_size": 1200,
"ai_causality_score": 88,
"summary": "Company announced layoffs after AI automation rollout in customer operations."
},
{
"company": "Sample Systems",
"date": "2026-03-03T09:10:00+00:00",
"country": "UK",
"layoff_size": 350,
"ai_causality_score": 74,
"summary": "Job cuts tied to AI efficiency program and workflow automation."
}
]
}