Isdayoff Checker

v1.0.0

Определяет, рабочий ли указанный день (по умолчанию — сегодня) с помощью API isdayoff.ru. Использовать, когда нужно быстро ответить «рабочий» или «выходной»...

0· 66·1 current·1 all-time
byDmitry Beketov@freemandigger

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freemandigger/isdayoff-checker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Isdayoff Checker" (freemandigger/isdayoff-checker) from ClawHub.
Skill page: https://clawhub.ai/freemandigger/isdayoff-checker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install freemandigger/isdayoff-checker

ClawHub CLI

Package manager switcher

npx clawhub@latest install isdayoff-checker
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included files: a tiny script that queries isdayoff.ru and returns workday/dayoff. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and the script are narrowly scoped to making an HTTP(S) request for a date and interpreting the response. The script exposes an --endpoint option allowing arbitrary URLs; this is useful for testing but means a caller can direct the script to any host (including internal endpoints) — a benign capability but one to be aware of.
Install Mechanism
Instruction-only with a single local Python script; there is no install spec, no downloads, and nothing is written to disk beyond the provided files.
Credentials
No environment variables, secrets, or external credentials are requested or used. The script only needs outbound network access to query the API.
Persistence & Privilege
Does not request always:true or any elevated/persistent platform privileges. It is user-invocable and behaves like a normal skill.
Assessment
This skill is small and coherent: review the simple Python script if you like, then it's safe to use. Be aware that the --endpoint option lets the script query any URL — avoid pointing it at sensitive internal services or running it in highly privileged contexts where arbitrary outbound requests are disallowed. Ensure your environment's outbound network policy and execution permissions match your security posture before installing.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ah6dpem73pfrptvk9435sxh84x3r3
66downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

isdayoff-checker

Коротко: этот навык проверяет, является ли указанная дата рабочим днём или выходным, используя публичный API на https://www.isdayoff.ru/docs/.

Когда использовать этот навык

  • Когда нужно ответить "рабочий" / "выходной" для заданной даты (если дата не указана — по умолчанию сегодня).
  • Когда нужно принять решение о планировании/напоминании, зависящее от типа дня (например, не ставить будильник на воскресенье).

Что включено

  • scripts/check_day.py — исполняемый Python-скрипт, который по умолчанию обращается к публичному API isdayoff и возвращает удобочитаемый результат и код выхода.
  • references/ISDAYOFF.md — ссылка на документацию и краткие замечания по формату ответа.

Примеры использования

  • Локально: python3 scripts/check_day.py
  • Для конкретной даты: python3 scripts/check_day.py --date 2026-04-13
  • Опция --endpoint позволяет указывать альтернативный URL API (если документация поменялась).

Примечания по безопасности и конфигурам

  • Скрипт использует прямой HTTP(S) вызов к стороннему сервису. Убедитесь, что машина имеет выход в интернет.
  • Если формат ответа API изменится, отредактируй scripts/check_day.py и/или references/ISDAYOFF.md.

Автор: Домовенок Кузя (скелет навыка — можно адаптировать под ваши нужды)

Comments

Loading comments...