← Back to Skills Marketplace
freemandigger

Isdayoff Checker

by Dmitry Beketov · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
76
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install isdayoff-checker
Description
Определяет, рабочий ли указанный день (по умолчанию — сегодня) с помощью API isdayoff.ru. Использовать, когда нужно быстро ответить «рабочий» или «выходной»...
README (SKILL.md)

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.

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: isdayoff-checker Version: 1.0.0 The skill is a straightforward utility for checking workday status using the isdayoff.ru API. The Python script (scripts/check_day.py) uses standard libraries to perform HTTP GET requests and contains no evidence of data exfiltration, persistence, or malicious execution. The functionality is well-documented and aligns perfectly with the stated purpose in SKILL.md.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install isdayoff-checker
  3. After installation, invoke the skill by name or use /isdayoff-checker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
isdayoff-checker 1.0.0 - Новый навык для определения, является ли указанный день рабочим или выходным с помощью isdayoff.ru API. - Включает скрипт check_day.py для локального и параметризированного использования. - Поддержка опции замены API-ендпоинта. - Документация с примерами вызова и замечаниями по безопасности.
Metadata
Slug isdayoff-checker
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Isdayoff Checker?

Определяет, рабочий ли указанный день (по умолчанию — сегодня) с помощью API isdayoff.ru. Использовать, когда нужно быстро ответить «рабочий» или «выходной»... It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.

How do I install Isdayoff Checker?

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

Is Isdayoff Checker free?

Yes, Isdayoff Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Isdayoff Checker support?

Isdayoff Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Isdayoff Checker?

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

💬 Comments