AI Layoff Radar
/install ai-layoff-radar
AI Layoff Radar
Detect global layoffs caused by AI adoption, automation rollout, and AI-led efficiency programs.
When to use this skill
Activate this skill when the user asks to find, summarize, or monitor layoffs linked to AI adoption.
Use it for triggers such as:
- AI layoffs
- automation layoffs
- job cuts caused by AI
- companies replacing workers with AI
- AI efficiency layoffs
Steps
- Scan news sources.
- Extract layoff events.
- Detect AI-related causality.
- Generate a structured report.
Output format
Return JSON with fields:
companydatecountrylayoff_sizeai_causality_scoresummary
Example
User 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."
}
]
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-layoff-radar - After installation, invoke the skill by name or use
/ai-layoff-radar - Provide required inputs per the skill's parameter spec and get structured output
What is AI Layoff Radar?
Detect AI-driven layoffs from global news and generate structured risk reports. It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.
How do I install AI Layoff Radar?
Run "/install ai-layoff-radar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI Layoff Radar free?
Yes, AI Layoff Radar is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AI Layoff Radar support?
AI Layoff Radar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI Layoff Radar?
It is built and maintained by ArthuronAI (@arthuronai); the current version is v1.0.0.