LaunchKit · 2026
Back to Skills

cli-deadline-monitor

CLI tool for tracking Greek tax deadlines (AADE, EFKA)

0
445 downloads
by @satoshistackalotto

Setup & Installation

openclaw skills install @satoshistackalotto/cli-deadline-monitor

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install cli-deadline-monitor

Version History

v0.1.1Feb 21, 2026 - Version note by skill developer:

No code or functional changes in this version. - Documentation updated with concise setup instructions for local use. - Clarified that core deadline tracking works from local client files without external credentials. - Added details on optional environment variables for Slack, SMS, email, and calendar alert integrations. - Explained that unconfigured alert channels are skipped without errors. - No changes to CLI commands or monitoring capabilities.

What This Skill Does

Monitors Greek government systems for tax and social security deadlines, tracking AADE and EFKA announcements, rate changes, and system status from the command line. Alerts can be sent via Slack, SMS, email, or calendar integrations when deadlines change or approach. Core tracking runs from local files with no external credentials required.

Covers AADE, EFKA, and municipal deadlines in one tool instead of manually checking separate government websites.

When to use it

  • Catching a VAT deadline change before a client's submission date
  • Getting Slack alerts when EFKA contribution due dates shift
  • Exporting the next quarter's Greek tax deadlines to Google Calendar
  • Checking AADE and EFKA portal status before filing
  • Tracking municipal business license renewal dates by city

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What Greek tax deadlines are coming up in the next 30 days?

AGENT
  1. 1Runs deadline check against AADE and EFKA sources for the next 30 days
  2. 2Checks real-time status of TAXIS, myDATA, and EFKA portal
  3. 3Compares results against cached data to flag any recent changes
  4. 4Formats output with deadline names, due dates, and days remaining
OUTPUT

Categorized list of upcoming AADE and EFKA deadlines with status indicators, plus any noted system outages or recent deadline changes

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

SLACK_WEBHOOK_URL environment variable (optional, for Slack deadline alerts)SMS_GATEWAY_URL environment variable (optional, for SMS alerts via a gateway such as Twilio)SMTP_HOST, SMTP_USER, and SMTP_PASSWORD environment variables (optional, for email notifications)GOOGLE_CALENDAR_ID environment variable (optional, for Google Calendar deadline sync)OUTLOOK_CALENDAR_ID environment variable (optional, for Outlook Calendar deadline sync)