← 返回 Skills 市场
arthuronai

AI Layoff Radar

作者 ArthuronAI · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
278
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-layoff-radar
功能描述
Detect AI-driven layoffs from global news and generate structured risk reports.
使用说明 (SKILL.md)

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

  1. Scan news sources.
  2. Extract layoff events.
  3. Detect AI-related causality.
  4. Generate a structured report.

Output format

Return JSON with fields:

  • company
  • date
  • country
  • layoff_size
  • ai_causality_score
  • summary

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."
    }
  ]
}
安全使用建议
Do not install or enable this skill yet. Ask the publisher to: (1) correct SKILL.md/registry so it lists OPENAI_API_KEY and SKILLPAY_API_KEY (and mark which is primary), (2) explicitly document the billing flow and when/why the skill will charge users, and (3) provide the real homepage or source repository and provenance for https://skillpay.me. If you must test it, run it in an isolated environment (no production credentials), set SKILLPAY_DEV_MODE=true to avoid live charges, and review network traffic to confirm no unexpected endpoints are contacted.
功能分析
Type: OpenClaw Skill Name: ai-layoff-radar Version: 1.0.0 The ai-layoff-radar skill is a functional tool designed to aggregate news and classify layoffs related to AI adoption using OpenAI's GPT-4o-mini. It includes a structured billing component (billing.py) that interacts with an external service (skillpay.me) to manage user balances and charges. The code follows standard practices for news scraping (news_fetcher.py) and LLM classification (ai_classifier.py), and while it processes untrusted external content which carries an inherent risk of indirect prompt injection, there is no evidence of intentional malicious behavior, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The code implements news fetching, layoff extraction, LLM classification, and a billing flow — all coherent with the 'AI Layoff Radar' purpose. However the declared required environment variable in SKILL.md/registry is NEWS_API_KEY (primary credential), which the code never uses. Instead the code expects OPENAI_API_KEY (for LLM classification) and SKILLPAY_API_KEY (for billing). The NEWS_API_KEY requirement is misleading and disproportionate to the actual implementation.
Instruction Scope
SKILL.md describes scanning news and returning structured reports but omits any mention of the SkillPay billing step and of using OpenAI for classification. At runtime main.py enforces billing (GET/POST to https://skillpay.me) before running detection and uses an OpenAI call for classification (with a heuristic fallback). The instructions therefore under-specify critical behavior (charging the user and calling an external LLM).
Install Mechanism
No install spec is provided (instruction-only), which limits install-time risk. However the skill bundles Python source and a requirements.txt that will pull third-party packages (requests, feedparser, newspaper3k, openai, etc.) if installed. There are no downloads from arbitrary URLs or extract operations in an install script, so install risk is moderate/standard for a Python package.
Credentials
Registry/SKILL.md declare a single required env var NEWS_API_KEY, but the code actually reads OPENAI_API_KEY (sensitive) and SKILLPAY_API_KEY (sensitive), plus optional SKILLPAY_DEV_MODE and OPENAI_MODEL. Billing requires SKILLPAY_API_KEY and will send it to https://skillpay.me. The primaryEnv declared is incorrect, and sensitive credentials required by the code are not documented in the skill metadata, which is a misleading/Proportionality problem.
Persistence & Privilege
The skill does not request persistent 'always' inclusion and does not modify other skills or system-wide settings. It performs network calls (news sites, LLM provider, billing endpoint) during runs, which is expected for its purpose. Autonomous invocation is enabled by default (normal behavior) but combined with the hidden billing flow and missing metadata this increases the practical risk surface.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-layoff-radar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-layoff-radar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of AI Layoff Radar. - Detects and reports global company layoffs caused by AI adoption or automation. - Scans major news sources, extracts structured layoff events, and classifies the AI-related causality. - Returns standardized JSON reports including detailed event data and layoff summaries. - Integrates SkillPay for billing enforcement—requires successful user payment to provide output. - Includes clear input/output structure and example usage.
元数据
Slug ai-layoff-radar
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AI Layoff Radar 是什么?

Detect AI-driven layoffs from global news and generate structured risk reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。

如何安装 AI Layoff Radar?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-layoff-radar」即可一键安装,无需额外配置。

AI Layoff Radar 是免费的吗?

是的,AI Layoff Radar 完全免费(开源免费),可自由下载、安装和使用。

AI Layoff Radar 支持哪些平台?

AI Layoff Radar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI Layoff Radar?

由 ArthuronAI(@arthuronai)开发并维护,当前版本 v1.0.0。

💬 留言讨论