← Back to Skills Marketplace
kapishdima

DTEK Light

by kapishdima · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
854
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dtek-light
Description
Проверка наличия электроэнергии через сайт ДТЭК Одесские электросети (Одеса, вул. Чикаленка Євгена, 43)
README (SKILL.md)

Проверка света (ДТЭК Одесские электросети)

Проверяет текущее наличие электроэнергии по адресу Одеса, вул. Чикаленка Євгена, 43 через сайт dtek-oem.com.ua.

When to use

Используй этот скилл когда пользователь спрашивает:

  • "что по свету?"
  • "есть свет?"
  • "когда включат свет?"
  • "/light"

Prerequisites

Для работы нужен Playwright с установленным Chromium:

npm install playwright
npx playwright install chromium

Instructions

  1. Запусти скрипт проверки. Скрипт находится рядом с этим SKILL.md:
node "$(dirname "$(find ~/.claude/skills -name 'check-light.js' -path '*dtek-light*' | head -1)")/check-light.js"
  1. Скрипт вернет JSON с полем status. Интерпретируй результат:

Если status = no_light:

Ответь:

Света нет. Выключили в [start_time].
Скорее всего эти бляди включат в [restore_time].

Где [start_time] и [restore_time] - значения из JSON.

Если status = light_on:

Ответь:

Свет вроде как есть, но кто этих пиздюков знает.

Если status = error или unknown:

Ответь:

Не удалось проверить, сайт ДТЭК опять чудит. Попробуй позже.

И покажи ошибку если есть.

Usage Guidance
This skill appears to do what it says: it runs a headless Chromium via Playwright to scrape the DTEK outage page and returns a small JSON describing the result. Before installing or running: (1) be aware you must install Playwright and Chromium (these downloads are sizeable and will run a local headless browser); (2) the SKILL.md run command assumes a Unix-like home directory layout and may not work on Windows as-is; (3) the script briefly reads a Playwright cache directory in your home to locate a Chromium binary (it does not read other personal files or request credentials); (4) its output messages contain profane language if you care about tone — you may want to edit response templates. If you want extra caution, review the included check-light.js file yourself and run it in a controlled environment before allowing autonomous invocation.
Capability Analysis
Type: OpenClaw Skill Name: dtek-light Version: 1.0.0 The skill is designed to check power outage status from dtek-oem.com.ua using Playwright. The `SKILL.md` instructs the agent to execute a local Node.js script (`check-light.js`) and interpret its JSON output. The `check-light.js` script uses Playwright to navigate and scrape data from the specified DTEK website. File system access in `check-light.js` is limited to locating the Playwright Chromium executable, and the `find` command in `SKILL.md` is used to locate the skill's own script. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection aiming for harmful behavior. All actions are aligned with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description say it will check power availability on the DTEK Odessa site; the package depends on Playwright and the script uses Playwright to open https://www.dtek-oem.com.ua/ua/shutdowns, interact with the form, and extract outage text — this is proportionate and expected.
Instruction Scope
SKILL.md instructs running the included Node script and interpreting its JSON output; the run command uses a find under ~/.claude/skills (Unix-like path) and the script reads page content and a couple of page element innerText values for debugging. The instructions do not request unrelated files or credentials, but they assume a Unix/macOS environment and require installing Playwright/Chromium.
Install Mechanism
There is no embedded download URL or remote installer; SKILL.md tells the user to npm install playwright and run npx playwright install chromium. package.json lists playwright as a dependency and provides a setup script — standard, traceable packages.
Credentials
The skill requests no environment variables or credentials. The script reads a Playwright cache path in the user's home (~/.cache/ms-playwright on mac-specific path) to try to find an existing Chromium binary — this is reasonable for browser-launch optimization and does not expose secrets.
Persistence & Privilege
always:false and the skill is user-invocable; it does not modify other skills or system-wide settings. It runs locally and does not request persistent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dtek-light
  3. After installation, invoke the skill by name or use /dtek-light
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of dtek-ligh (dtek-light-check) skill. - Checks power availability for Odessa, vul. Chikalenka Yevhena, 43 via dtek-oem.com.ua. - Responds to user queries about local electricity status. - Requires Playwright with Chromium for operation. - Returns status and suggests responses based on current power situation. - Provides troubleshooting instructions for error cases.
Metadata
Slug dtek-light
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is DTEK Light?

Проверка наличия электроэнергии через сайт ДТЭК Одесские электросети (Одеса, вул. Чикаленка Євгена, 43). It is an AI Agent Skill for Claude Code / OpenClaw, with 854 downloads so far.

How do I install DTEK Light?

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

Is DTEK Light free?

Yes, DTEK Light is completely free (open-source). You can download, install and use it at no cost.

Which platforms does DTEK Light support?

DTEK Light is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created DTEK Light?

It is built and maintained by kapishdima (@kapishdima); the current version is v1.0.0.

💬 Comments