DTEK Light
v1.0.0Проверка наличия электроэнергии через сайт ДТЭК Одесские электросети (Одеса, вул. Чикаленка Євгена, 43)
⭐ 0· 821·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97e1hwhh7a6d5k5hcyfegfcbx80v1ee
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
