← Back to Skills Marketplace
barancaki

Türkiye AFAD Deprem

by Baran Çakı · GitHub ↗ · v0.1.0
any ⚠ suspicious
415
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install turkiye-afad-deprem
Description
Turkiye AFAD deprem verisini kullanarak zaman, buyukluk ve bolge filtreli deprem ozeti uretir.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install turkiye-afad-deprem
  3. After installation, invoke the skill by name or use /turkiye-afad-deprem
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Slug turkiye-afad-deprem
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Türkiye AFAD Deprem?

Turkiye AFAD deprem verisini kullanarak zaman, buyukluk ve bolge filtreli deprem ozeti uretir. It is an AI Agent Skill for Claude Code / OpenClaw, with 415 downloads so far.

How do I install Türkiye AFAD Deprem?

Run "/install turkiye-afad-deprem" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Türkiye AFAD Deprem free?

Yes, Türkiye AFAD Deprem is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Türkiye AFAD Deprem support?

Türkiye AFAD Deprem is cross-platform and runs anywhere OpenClaw / Claude Code is available (any).

Who created Türkiye AFAD Deprem?

It is built and maintained by Baran Çakı (@barancaki); the current version is v0.1.0.

💬 Comments