← 返回 Skills 市场
simondjanssen

ai-blootstellingskaart

作者 simondjanssen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-bloodstellingskaart
功能描述
Biedt AI-impactscores, prognoses, salarisinfo en tools voor 103 Nederlandse beroepen volgens de AI Blootstellingskaart van CBS 2014.
使用说明 (SKILL.md)

AI Blootstellingskaart Nederland

Check de AI-impact op elk Nederlands beroep via een gratis API.

Wat het doet

Deze skill geeft toegang tot de AI Blootstellingskaart: 103 Nederlandse beroepsgroepen (CBS BRC 2014) met AI-scores, prognose 2030, salaris, career advice en concrete AI-tools.

API

Alle beroepen ophalen:

GET https://simondjanssen.nl/api/beroep

Eén beroep opzoeken (fuzzy matching):

GET https://simondjanssen.nl/api/beroep?naam=verpleegkundige

Response voorbeeld

{
  "name": "Verpleegkundigen MBO",
  "sector": "Zorg en welzijn",
  "ai_score": 2,
  "vulnerability": 3,
  "jobs": 192000,
  "salary": 36000,
  "forecast_2030": {
    "trend": "sterke groei",
    "range_low": 12,
    "range_high": 23,
    "risk_label": "Laag"
  },
  "career_advice": {
    "type": "veilig",
    "title": "Veilig beroep",
    "summary": "..."
  },
  "tools": ["Epic ECD", "Chipsoft HiX", "Woebot AI"],
  "source": "AI Blootstellingskaart — simondjanssen.nl/ai-kaart",
  "license": "CC BY 4.0"
}

Voorbeeldvragen

  • "Wat is de AI-impact op mijn beroep als verpleegkundige?"
  • "Welke beroepen zijn het meest kwetsbaar voor AI?"
  • "Wat is de prognose 2030 voor developers?"
  • "Welk salaris hoort bij een administratief medewerker?"

Data

  • 103 CBS BRC 2014 beroepsgroepen
  • 5,8 miljoen banen (~60% werkzame bevolking)
  • AI-scores: LLM-schattingen, cross-gevalideerd met Felten et al., OECD, WEF
  • Prognose 2030: momentum + AI-disruptie × NL-kwetsbaarheid

Auteur

Simon Janssen — CTO bij HappyNurse, Advisory Board CIONET Nederland.

Licentie

CC BY 4.0 — Vrij te gebruiken met bronvermelding.

安全使用建议
This skill is coherent and lightweight: it simply queries a public API on simondjanssen.nl for occupation data. Before installing, confirm you trust that external site (check the linked author pages and methodology), and be aware that any queries you make are sent in plain GET requests and could be logged by that server. Because no credentials are required, there is no secret exfiltration risk from environment variables, but avoid sending personal or sensitive data in queries. If you need guaranteed offline or internal-source data, prefer a local dataset instead of this networked API.
功能分析
Type: OpenClaw Skill Name: ai-bloodstellingskaart Version: 1.0.0 The skill bundle provides instructions for an AI agent to query a public API (simondjanssen.nl/api/beroep) to retrieve data about AI's impact on Dutch professions. It contains no executable code, no suspicious prompt-injection attempts, and the functionality is transparently documented and aligned with its stated purpose.
能力评估
Purpose & Capability
The name and description promise AI-impact data for 103 Dutch occupations and the SKILL.md points to a single external API (simondjanssen.nl) that serves that data. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Runtime instructions are narrowly scoped to two GET endpoints on simondjanssen.nl and example JSON responses. The instructions do not ask the agent to read local files, other env vars, or transmit unrelated data. Note: queries are sent as HTTP GETs and will be visible to the remote host (query string may be logged).
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is written to disk or downloaded at install time.
Credentials
The skill requires no environment variables, credentials, or config paths. This is proportionate to a public, unauthenticated API.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges; autonomous invocation is allowed (platform default) but there are no extra privileges or cross-skill config writes declared.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-bloodstellingskaart
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-bloodstellingskaart 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Eerste release van de AI Blootstellingskaart Nederland skill. - Biedt gratis API-toegang tot AI-impact, prognose 2030, salaris, career advice en AI-tools voor 103 Nederlandse CBS BRC 2014 beroepen. - Inclusief voorbeeldvragen voor inspiratie en snelle toegang tot kerninformatie. - Data gebaseerd op LLM-schattingen en gevalideerd met bronnen als Felten et al., OECD en WEF. - Vrij te gebruiken onder CC BY 4.0 licentie met bronvermelding.
元数据
Slug ai-bloodstellingskaart
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ai-blootstellingskaart 是什么?

Biedt AI-impactscores, prognoses, salarisinfo en tools voor 103 Nederlandse beroepen volgens de AI Blootstellingskaart van CBS 2014. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 ai-blootstellingskaart?

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

ai-blootstellingskaart 是免费的吗?

是的,ai-blootstellingskaart 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ai-blootstellingskaart 支持哪些平台?

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

谁开发了 ai-blootstellingskaart?

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

💬 留言讨论