LaunchKit · 2026
Back to Skills

aade-api-monitor

Real-time monitoring of Greek AADE tax authority systems — tracks deadlines, rate changes, and compliance updates.

0
425 downloads
by @satoshistackalotto

Setup & Installation

openclaw skills install @satoshistackalotto/aade-api-monitor

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

npx clawhub install aade-api-monitor

What This Skill Does

Monitors Greek AADE tax authority systems for deadline changes, rate updates, and system outages. Processes government documents through file-based pipelines and caches data for offline operation. Generates professional Greek-language alerts and client notifications for accounting firms.

Falls back to cached data when AADE government sites are unavailable, so monitoring continues uninterrupted even during outages that would break direct API polling.

When to use it

  • Detecting when a VAT filing deadline is moved earlier
  • Tracking TAXIS or myDATA system outages in real time
  • Getting notified when tax rates or brackets change
  • Preparing Greek-language client emails after AADE announcements
  • Syncing updated compliance deadlines to Google or Outlook Calendar

Example Workflow

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

INPUT

User asks: run morning AADE check since yesterday

AGENT
  1. 1Downloads announcements and documents from AADE, TAXIS, and myDATA portals
  2. 2Extracts text from PDFs and HTML pages, handling Greek character encodings
  3. 3Classifies each update by type (deadline change, rate change, system notice) and priority
  4. 4Compares against cached baseline to identify what has changed since last run
  5. 5Generates alert summary and prepares client notification drafts for affected accounts
OUTPUT

Morning report showing all three systems online, two new circulars, a scheduled maintenance window on February 20, and three VAT returns due within seven days

Requirements

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

AADE_USERNAME environment variable (AADE portal account credentials)AADE_PASSWORD environment variable (AADE portal account credentials)SLACK_WEBHOOK_URL environment variable for Slack alert delivery (optional)GOOGLE_CALENDAR_ID environment variable for compliance deadline sync (optional)OUTLOOK_CALENDAR_ID environment variable for Outlook Calendar sync (optional)