← 返回 Skills 市场
barancaki

Türkiye AFAD Deprem

作者 Baran Çakı · GitHub ↗ · v0.1.0
any ⚠ suspicious
415
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install turkiye-afad-deprem
功能描述
Turkiye AFAD deprem verisini kullanarak zaman, buyukluk ve bolge filtreli deprem ozeti uretir.
安全使用建议
This skill appears coherent and limited in scope: it only issues GET requests to the AFAD API, filters results, and formats a summary. Before installing, confirm you are comfortable with the agent having outbound network access (the skill needs network to call AFAD). Note that the script accepts a --source-url override — if you or a calling component supply a different URL it could fetch from another server, so avoid pointing it at untrusted endpoints. If you need stronger isolation, run the script in a restricted environment or review the code locally before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill Name: turkiye-afad-deprem Version: 0.1.0 The skill's stated purpose is benign, focusing on fetching and filtering public AFAD earthquake data. The `SKILL.md` explicitly disclaims malicious actions. However, the `scripts/fetch_afad_earthquakes.py` script includes command-line arguments `--source-url` and `--fixture`. These arguments introduce vulnerabilities: `--source-url` could be abused for Server-Side Request Forgery (SSRF) if an attacker can control the URL, and `--fixture` could lead to local file disclosure by reading arbitrary file paths. While these are not inherently malicious code, they represent significant attack surfaces if the AI agent is susceptible to prompt injection, making the skill 'suspicious' due to these exploitable capabilities.
能力评估
Purpose & Capability
The name/description claim to fetch and summarize AFAD earthquake data; the code and SKILL.md perform exactly that (HTTP GET to AFAD endpoint, normalization, filtering, and formatted output). No unrelated credentials, binaries, or platform-level accesses are requested.
Instruction Scope
SKILL.md instructs the agent to retrieve public AFAD data, apply time/magnitude/region filters, and format a summary. The included script only issues GET requests, parses JSON, optionally reads a local fixture when explicitly asked, and does not reference or exfiltrate other system files or environment variables.
Install Mechanism
There is no install specification (instruction-only skill with bundled script and tests). No downloads or archive extraction; the script is plain Python and the tests/fixtures are local — low install risk.
Credentials
The skill requests no environment variables or credentials. The SKILL.md metadata declares network access (required), which matches the script's behavior. No broad or unrelated secrets are requested.
Persistence & Privilege
The skill does not request always:true and does not modify agent/system configuration. It only performs ephemeral network reads and optional fixture reads when explicitly invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install turkiye-afad-deprem
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /turkiye-afad-deprem 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug turkiye-afad-deprem
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Türkiye AFAD Deprem 是什么?

Turkiye AFAD deprem verisini kullanarak zaman, buyukluk ve bolge filtreli deprem ozeti uretir. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 415 次。

如何安装 Türkiye AFAD Deprem?

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

Türkiye AFAD Deprem 是免费的吗?

是的,Türkiye AFAD Deprem 完全免费(开源免费),可自由下载、安装和使用。

Türkiye AFAD Deprem 支持哪些平台?

Türkiye AFAD Deprem 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(any)。

谁开发了 Türkiye AFAD Deprem?

由 Baran Çakı(@barancaki)开发并维护,当前版本 v0.1.0。

💬 留言讨论