{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aade-api-monitor",
    "name": "Aade Api Monitor",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/satoshistackalotto/aade-api-monitor",
    "canonicalUrl": "https://clawhub.ai/satoshistackalotto/aade-api-monitor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aade-api-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aade-api-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "EVALS.json",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/aade-api-monitor"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/aade-api-monitor",
    "agentPageUrl": "https://openagent3.xyz/skills/aade-api-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aade-api-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aade-api-monitor/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "AADE API Monitor",
        "body": "This skill provides comprehensive monitoring of AADE systems and announcements through OpenClaw's file processing capabilities, delivering real-time alerts for Greek tax compliance changes."
      },
      {
        "title": "Setup",
        "body": "export OPENCLAW_DATA_DIR=\"/data\"\nexport AADE_USERNAME=\"your-aade-username\"\nexport AADE_PASSWORD=\"your-aade-password\"\nwhich jq curl || sudo apt install jq curl\n\nAADE credentials are used for authenticated read-only checks of announcements, rate changes, and system status. This skill never submits filings."
      },
      {
        "title": "Core Philosophy",
        "body": "File-First Processing: Monitor and process government documents, not complex APIs\nReliable Operation: Work offline with cached data when government sites unavailable\nOpenClaw Native: Built specifically for OpenClaw's strengths and limitations\nProduction Ready: Error handling, logging, and recovery built-in from start\nGreek Business Focus: Professional alerts and reporting in Greek"
      },
      {
        "title": "Core AADE Monitoring Commands",
        "body": "# Primary monitoring operations\nopenclaw aade monitor --enable --government-sites --cache-updates\nopenclaw aade check-updates --since \"24 hours\" --urgent-only\nopenclaw aade download-announcements --date today --all-categories\nopenclaw aade scan-deadlines --compare-previous --alert-changes\n\n# System status monitoring  \nopenclaw aade status-check --taxis --mydata --efka --report-outages\nopenclaw aade system-health --uptime-tracking --performance-metrics\nopenclaw aade maintenance-schedule --upcoming --impact-assessment\n\n# Document processing\nopenclaw aade process-documents --input /data/incoming/government/ --extract-deadlines\nopenclaw aade classify-updates --tax-changes --deadline-changes --system-updates\nopenclaw aade generate-alerts --priority high --recipients accounting-team"
      },
      {
        "title": "Deadline & Rate Change Monitoring",
        "body": "# Deadline monitoring\nopenclaw aade monitor-deadlines --vat --income-tax --enfia --social-security\nopenclaw aade deadline-changes --since yesterday --client-impact-analysis\nopenclaw aade calendar-update --sync-changes --notify-affected-clients\n\n# Rate and regulation changes\nopenclaw aade monitor-rates --vat-rates --tax-brackets --social-security\nopenclaw aade regulation-tracker --new-circulars --law-changes --implementation-dates\nopenclaw aade impact-analysis --rate-changes --client-calculations --cost-impact"
      },
      {
        "title": "Integration & Reporting Commands",
        "body": "# Integration with other skills\nopenclaw aade integrate --cli-deadline-monitor --email-processor --meta-skill\nopenclaw aade export-data --format json --destination /data/dashboard/state/\nopenclaw aade sync-calendar --include-holidays\n\n# Professional reporting\nopenclaw aade report-generate --daily --weekly --monthly --client-ready-greek\nopenclaw aade client-notifications --deadline-changes --rate-updates --professional-tone\nopenclaw aade compliance-dashboard --current-status --upcoming-deadlines --action-items"
      },
      {
        "title": "File System Organization",
        "body": "AADE_File_Structure:\n  input_monitoring:                              # Raw government documents arrive here\n    - /data/incoming/government/                 # All AADE/government downloads\n    \n  processing_workspace:                          # Ephemeral — cleared after pipeline\n    - /data/processing/compliance/               # Classification and extraction workspace\n    \n  output_delivery:\n    - /data/dashboard/state/current-alerts.json  # Active alerts for dashboard\n    - /data/dashboard/state/deadline-tracker.json # Updated deadline tracker\n    - /data/reports/compliance/                   # Professional compliance reports\n    - /data/exports/compliance-deadlines.json       # Calendar integration export"
      },
      {
        "title": "Document Processing Pipeline",
        "body": "Processing_Workflow:\n  step_1_download:\n    command: \"openclaw aade download-batch --sources all --format pdf,html,xml\"\n    input: \"Government website monitoring\"\n    output: \"/data/incoming/government/{YYYYMMDD}/\"\n    \n  step_2_extract:\n    command: \"openclaw aade extract-content --use-deepread --greek-language\"\n    input: \"/data/incoming/government/\"\n    output: \"/data/processing/compliance/\"\n    \n  step_3_classify:\n    command: \"openclaw aade classify-importance --deadline-changes high --rate-changes high\"\n    input: \"/data/processing/compliance/\"\n    output: \"/data/processing/compliance/\"\n    \n  step_4_compare:\n    command: \"openclaw aade detect-changes --compare-with-cache --highlight-differences\"\n    input: \"/data/processing/compliance/\"\n    output: \"/data/processing/compliance/\"\n    \n  step_5_validate:\n    command: \"openclaw aade validate-data --cross-reference --accuracy-check\"\n    input: \"/data/processing/compliance/\"\n    output: \"/data/processing/compliance/\"\n    \n  step_6_generate:\n    command: \"openclaw aade generate-outputs --alerts --reports --notifications\"\n    input: \"/data/processing/compliance/\"\n    output: \"/data/dashboard/state/ and /data/reports/compliance/\""
      },
      {
        "title": "AADE Website Monitoring Strategy",
        "body": "Government_Site_Monitoring:\n  primary_sources:\n    aade_main:\n      url: \"https://www.aade.gr\"\n      sections: [\"announcements\", \"circulars\", \"deadlines\", \"rates\"]\n      frequency: \"every_2_hours\"\n      \n    taxis_updates:\n      url: \"https://www1.aade.gr/taxisnet\"\n      sections: [\"system-announcements\", \"maintenance-schedules\"]  \n      frequency: \"every_4_hours\"\n      \n    mydata_status:\n      url: \"https://mydatapi.aade.gr\"\n      sections: [\"api-status\", \"system-updates\", \"technical-announcements\"]\n      frequency: \"hourly\"\n      \n  backup_sources:\n    press_releases:\n      url: \"https://www.aade.gr/deltia-typou\"\n      fallback: true\n      \n    legal_database:\n      url: \"https://www.aade.gr/nomothesia\"\n      frequency: \"daily\""
      },
      {
        "title": "Intelligent Change Detection",
        "body": "Change_Detection_Logic:\n  deadline_changes:\n    triggers:\n      - \"Date changes in deadline tables\"\n      - \"New deadline announcements\"  \n      - \"Extension or acceleration notices\"\n    confidence_threshold: 0.95\n    validation: \"Cross-reference multiple sources\"\n    \n  rate_changes:\n    triggers:\n      - \"VAT rate modifications\"\n      - \"Tax bracket adjustments\"\n      - \"Social security rate updates\"\n    effective_date_tracking: \"Extract implementation dates\"\n    impact_calculation: \"Estimate client effects\"\n    \n  system_updates:\n    triggers:\n      - \"Maintenance announcements\"\n      - \"New feature releases\"\n      - \"System outage notifications\"\n    criticality_assessment: \"Business impact analysis\"\n    workaround_suggestions: \"Alternative procedures\""
      },
      {
        "title": "Robust Error Handling",
        "body": "# Error recovery commands\nopenclaw aade retry-failed --batch-id {id} --fix-network-issues\nopenclaw aade fallback-mode --use-cached-data --offline-operation\nopenclaw aade manual-review --flagged-updates --require-human-verification\n\n# Monitoring and diagnostics\nopenclaw aade health-check --test-all-sources --report-failures\nopenclaw aade diagnostics --connection-test --parsing-test --alert-test\nopenclaw aade logs --filter errors --last 48h --include-context"
      },
      {
        "title": "Caching & Offline Operation",
        "body": "Caching_Strategy:\n  announcement_cache:\n    retention: \"90 days\"\n    update_frequency: \"every_2_hours\"\n    fallback_behavior: \"Use cached data if source unavailable\"\n    \n  deadline_cache:\n    retention: \"1 year\"\n    critical_updates: \"Force immediate refresh\"\n    validation: \"Compare multiple sources for accuracy\"\n    \n  system_status_cache:\n    retention: \"7 days\" \n    real_time_updates: \"When possible\"\n    offline_mode: \"Report last known status with timestamp\""
      },
      {
        "title": "Greek Language Processing",
        "body": "Greek_Document_Processing:\n  text_extraction:\n    encoding: \"UTF-8, Windows-1253, ISO-8859-7\"\n    ocr_support: \"Greek character recognition via deepread\"\n    \n  keyword_detection:\n    deadline_terms: [\"προθεσμία\", \"λήξη\", \"υποβολή\", \"deadline\"]\n    rate_terms: [\"συνπžελεσπžήπš\", \"ποσοσπžς\", \"π ςροπš\", \"rate\", \"tax\"]  \n    system_terms: [\"συνπžήρηση\", \"διακοπή\", \"maintenance\", \"outage\"]\n    \n  date_recognition:\n    greek_formats: [\"dd/MM/yyyy\", \"dd-MM-yyyy\", \"dd Μμμ yyyy\"]\n    month_names: [\"Ιανουάριοπš\", \"Φεβρουάριοπš\", ..., \"Δεκέμβριοπš\"]\n    business_day_calculation: \"Exclude Greek holidays and weekends\""
      },
      {
        "title": "Alert Generation & Classification",
        "body": "Alert_System:\n  critical_alerts:\n    deadline_changes:\n      trigger: \"Any tax deadline moved forward\"\n      delivery: \"Immediate notification to assigned accountant\"\n      template: \"ΡΡΙΣΙΜθ: Προθεσμία {tax_type} μεπžακινήθηκε σπžιπš {new_date}\"\n      \n    system_outages:\n      trigger: \"TAXIS or myDATA unavailable >30 minutes\"\n      delivery: \"Immediate notification to accounting teams\"\n      template: \"ΔΙΑΡθΠΗ: Σύσπžημα {system_name} μη διαθέσιμο απς {outage_start}\"\n      \n  important_alerts:\n    rate_changes:\n      trigger: \"VAT or tax rate modifications\"\n      delivery: \"Email + dashboard update\"\n      template: \"Αλλαγή συνπžελεσπžή: {rate_type} απς {old_rate} σε {new_rate}\"\n      \n    new_regulations:\n      trigger: \"New tax circulars or law changes\"\n      delivery: \"Daily digest email\"\n      template: \"Νέα εγκύκλιοπš: {circular_number} - {summary}\"\n      \n  routine_alerts:\n    system_maintenance:\n      trigger: \"Scheduled maintenance announcements\" \n      delivery: \"Weekly summary\"\n      template: \"Προγραμμαπžισμένη συνπžήρηση: {system} πžην {date} {time}\""
      },
      {
        "title": "Greek Professional Communication",
        "body": "Professional_Templates:\n  client_deadline_alert:\n    subject: \"Σημανπžική ενημέρπ°ση: Αλλαγή προθεσμίαπš {tax_type}\"\n    body: |\n      Αξιςπžιμοι πελάπžεπš,\n      \n      Σαπš ενημερϽνουμε ςπžι η ΑΑΔΕ ανακοίνπ°σε αλλαγή σπžην προθεσμία \n      υποβολήπš {tax_description}.\n      \n      Νέα προθεσμία: {new_deadline}\n      Προηγούμενη προθεσμία: {old_deadline}\n      \n      Παρακαλούμε επικοινπ°νήσπžε μαζί μαπš για οποιαδήποπžε διευκρίνιση.\n      \n      Με εκπžίμηση,\n      {accounting_firm_name}\n      \n  rate_change_notification:\n    subject: \"Ενημέρπ°ση: Αλλαγή π ορολογικού συνπžελεσπžή\"\n    body: |\n      Αγαπηπžοί συνεργάπžεπš,\n      \n      Απς {effective_date} ισπ¡ύει νέοπš συνπžελεσπžήπš {tax_type}:\n      - Νέοπš συνπžελεσπžήπš: {new_rate}%\n      - Προηγούμενοπš: {old_rate}%\n      \n      Η αλλαγή επηρεάζει: {affected_transactions}\n      \n      Το λογισπžικς μαπš γραπ είο θα ενημερϽσει ςλουπš πžουπš υπολογισμούπš.\n      \n      {firm_contact_info}"
      },
      {
        "title": "Meta-Skill Integration",
        "body": "# Integration with OpenClaw Greek Accounting Meta-Skill\nopenclaw aade register-with-meta --enable-orchestration\nopenclaw aade meta-commands --list-available --business-focused\n\n# Meta-skill can now call:\n# openclaw greek government-check  (calls aade-api-monitor internally)\n# openclaw greek emergency-compliance  (uses aade alerts)\n# openclaw greek status-dashboard  (includes aade system status)"
      },
      {
        "title": "Other Skill Integration",
        "body": "Skill_Integration_Points:\n  cli_deadline_monitor:\n    data_exchange: \"Share deadline change data\"\n    coordination: \"Avoid duplicate monitoring\"\n    backup_relationship: \"CLI monitor provides fallback data\"\n    \n  greek_email_processor:\n    alert_delivery: \"Use email processor for client notifications\"\n    template_sharing: \"Share Greek language templates\"\n    document_processing: \"Process AADE emails received by clients\"\n    \n  greek_compliance_aade:\n    rate_updates: \"Notify compliance skill of rate changes\"\n    calculation_updates: \"Trigger recalculation when rates change\"\n    submission_timing: \"Coordinate deadline changes with submissions\""
      },
      {
        "title": "Automated Health Monitoring",
        "body": "# Health check commands for production deployment\nopenclaw aade health-check --comprehensive --test-all-endpoints\nopenclaw aade performance-monitor --response-times --error-rates --uptime\nopenclaw aade data-validation --accuracy-check --cross-reference --anomaly-detection\n\n# Maintenance and optimization\nopenclaw aade cache-optimize --cleanup-old --defragment --performance-tune\nopenclaw aade update-patterns --learn-new-formats --improve-accuracy\nopenclaw aade backup-data --critical-cache --configuration --logs"
      },
      {
        "title": "Logging & Audit Trail",
        "body": "Production_Logging:\n  access_logs:\n    file: \"/logs/aade-monitor/access.log\"\n    retention: \"6 months\"\n    includes: [\"URLs accessed\", \"Response codes\", \"Response times\"]\n    \n  change_detection_logs:\n    file: \"/logs/aade-monitor/changes.log\" \n    retention: \"2 years\"\n    includes: [\"Detected changes\", \"Confidence scores\", \"Validation results\"]\n    \n  alert_logs:\n    file: \"/logs/aade-monitor/alerts.log\"\n    retention: \"1 year\"\n    includes: [\"Alert generation\", \"Delivery methods\", \"User responses\"]\n    \n  error_logs:\n    file: \"/logs/aade-monitor/errors.log\"\n    retention: \"1 year\"\n    includes: [\"Processing errors\", \"Network failures\", \"Recovery actions\"]"
      },
      {
        "title": "Machine Learning Enhancement",
        "body": "ML_Capabilities:\n  document_classification:\n    training_data: \"Historical AADE announcements with manual classifications\"\n    accuracy_target: \">95% for critical document identification\"\n    continuous_learning: \"Update model based on manual corrections\"\n    \n  change_impact_prediction:\n    analysis: \"Predict client impact based on historical patterns\"\n    risk_assessment: \"Identify high-risk clients for proactive communication\"\n    resource_planning: \"Estimate workload from detected changes\"\n    \n  anomaly_detection:\n    baseline_patterns: \"Learn normal AADE announcement patterns\"\n    unusual_activity: \"Flag potential system issues or major changes\"\n    false_positive_reduction: \"Reduce unnecessary alerts through pattern learning\""
      },
      {
        "title": "Compliance Dashboard Integration",
        "body": "Dashboard_Features:\n  real_time_status:\n    aade_systems: \"Live status of TAXIS, myDATA, EFKA systems\"\n    recent_changes: \"Timeline of recent deadline and rate changes\"\n    alert_summary: \"Critical, important, and routine alerts overview\"\n    \n  client_impact_view:\n    affected_clients: \"Which clients affected by recent changes\"\n    action_required: \"Immediate actions needed per client\"\n    communication_status: \"Which clients have been notified\"\n    \n  performance_metrics:\n    monitoring_uptime: \"AADE monitor system availability\"\n    detection_accuracy: \"Change detection success rate\"\n    alert_effectiveness: \"User response to generated alerts\""
      },
      {
        "title": "Daily Operations",
        "body": "# Morning AADE check (part of daily routine)\n$ openclaw aade morning-check --since yesterday\n\n📊 AADE Morning Summary - February 18, 2026:\n\nðŸÂ€ºï¸ System Status:\n✅ TAXIS Online (98.2% uptime last 24h)\n✅ myDATA Online (99.1% uptime last 24h)  \n✅ EFKA Portal Online (97.5% uptime last 24h)\n\n📢 New Announcements (2):\n📀¹ Circular POL.1157/2026 - VAT exemption clarification\n⚠ï¸ System maintenance scheduled: February 20, 02:00-06:00 EET\n\n🔀ž Changes Detected: None\n📅 Upcoming Deadlines: 3 VAT returns due in 7 days\n\nNext check in 2 hours. Manual refresh: openclaw aade check-updates"
      },
      {
        "title": "Change Detection Example",
        "body": "$ openclaw aade detect-changes --urgent --notify-immediately\n\n🚨 CRITICAL CHANGE DETECTED:\n\n📅 Deadline Change Alert:\nTax Type: Monthly VAT Return (March 2026)\nOld Deadline: April 25, 2026\nNew Deadline: April 20, 2026\nChange: 5 days earlier\nImpact: 47 clients affected\n\n📀¹ Source Document:\nAADE Announcement: Πθ΀º.1158/2026\nPublished: 2026-02-18 14:30 EET\nConfidence: 98.5%\n\n✅ Actions Taken:\n- Updated compliance deadline tracker\n- Generated client notifications (47 emails prepared)\n- Integrated with meta-skill workflow\n- Logged change in audit trail\n\n📧 Client notifications ready for review:\nopenclaw aade review-notifications --batch-id 2026021801"
      },
      {
        "title": "Professional Client Communication",
        "body": "$ openclaw aade generate-client-alert --deadline-change --professional-tone\n\n📧 Generated Greek Client Communication:\n\nSubject: ΕΠΕΙΓθΝ: Αλλαγή προθεσμίαπš δήλπ°σηπš ΦΠΑ Μαρπžίου 2026\n\nΑξιςπžιμοι πελάπžεπš,\n\nΣαπš ενημερϽνουμε με απ ορμή πžην ανακοίνπ°ση πžηπš ΑΑΔΕ (Πθ΀º.1158/2026) \nςπžι η προθεσμία υποβολήπš πžηπš μηνιαίαπš δήλπ°σηπš ΦΠΑ για πžον Μάρπžιο 2026 \nμεπžακινείπžαι απς πžιπš 25 Απριλίου σπžιπš 20 Απριλίου 2026.\n\nΗ αλλαγή επηρεάζει ςλεπš πžιπš επιπ¡ειρήσειπš με υποπ¡ρέπ°ση υποβολήπš \nμηνιαίαπš δήλπ°σηπš ΦΠΑ.\n\nΤο λογισπžικς μαπš γραπ είο έπ¡ει ήδη ενημερϽσει πžο σύσπžημα παρακολούθησηπš \nπροθεσμιϽν και θα π ρονπžίσουμε για πžην έγκαιρη προεπžοιμασία και υποβολή.\n\nΓια οποιαδήποπžε διευκρίνιση, παρακαλούμε επικοινπ°νήσπžε μαζί μαπš.\n\nΜε εκπžίμηση,\n[Accounting Firm Name]\n📧 Ready for sending to 47 affected clients"
      },
      {
        "title": "Success Metrics",
        "body": "A successful AADE API Monitor should achieve:\n\n✅ 99%+ uptime monitoring of critical AADE systems\n✅ <5 minute detection time for critical deadline changes\n✅ 95%+ accuracy in document classification and change detection\n✅ Zero false positives for critical alerts\n✅ Complete integration with meta-skill orchestration\n✅ Professional Greek communication standards\n✅ Comprehensive audit trail for compliance purposes\n✅ Robust offline operation with cached data fallback\n\nRemember: This skill is built OpenClaw-first, using file processing and practical automation rather than complex API integrations, making it reliable and maintainable for production Greek accounting environments."
      }
    ],
    "body": "AADE API Monitor\n\nThis skill provides comprehensive monitoring of AADE systems and announcements through OpenClaw's file processing capabilities, delivering real-time alerts for Greek tax compliance changes.\n\nSetup\nexport OPENCLAW_DATA_DIR=\"/data\"\nexport AADE_USERNAME=\"your-aade-username\"\nexport AADE_PASSWORD=\"your-aade-password\"\nwhich jq curl || sudo apt install jq curl\n\n\nAADE credentials are used for authenticated read-only checks of announcements, rate changes, and system status. This skill never submits filings.\n\nCore Philosophy\nFile-First Processing: Monitor and process government documents, not complex APIs\nReliable Operation: Work offline with cached data when government sites unavailable\nOpenClaw Native: Built specifically for OpenClaw's strengths and limitations\nProduction Ready: Error handling, logging, and recovery built-in from start\nGreek Business Focus: Professional alerts and reporting in Greek\nOpenClaw Commands\nCore AADE Monitoring Commands\n# Primary monitoring operations\nopenclaw aade monitor --enable --government-sites --cache-updates\nopenclaw aade check-updates --since \"24 hours\" --urgent-only\nopenclaw aade download-announcements --date today --all-categories\nopenclaw aade scan-deadlines --compare-previous --alert-changes\n\n# System status monitoring  \nopenclaw aade status-check --taxis --mydata --efka --report-outages\nopenclaw aade system-health --uptime-tracking --performance-metrics\nopenclaw aade maintenance-schedule --upcoming --impact-assessment\n\n# Document processing\nopenclaw aade process-documents --input /data/incoming/government/ --extract-deadlines\nopenclaw aade classify-updates --tax-changes --deadline-changes --system-updates\nopenclaw aade generate-alerts --priority high --recipients accounting-team\n\nDeadline & Rate Change Monitoring\n# Deadline monitoring\nopenclaw aade monitor-deadlines --vat --income-tax --enfia --social-security\nopenclaw aade deadline-changes --since yesterday --client-impact-analysis\nopenclaw aade calendar-update --sync-changes --notify-affected-clients\n\n# Rate and regulation changes\nopenclaw aade monitor-rates --vat-rates --tax-brackets --social-security\nopenclaw aade regulation-tracker --new-circulars --law-changes --implementation-dates\nopenclaw aade impact-analysis --rate-changes --client-calculations --cost-impact\n\nIntegration & Reporting Commands\n# Integration with other skills\nopenclaw aade integrate --cli-deadline-monitor --email-processor --meta-skill\nopenclaw aade export-data --format json --destination /data/dashboard/state/\nopenclaw aade sync-calendar --include-holidays\n\n# Professional reporting\nopenclaw aade report-generate --daily --weekly --monthly --client-ready-greek\nopenclaw aade client-notifications --deadline-changes --rate-updates --professional-tone\nopenclaw aade compliance-dashboard --current-status --upcoming-deadlines --action-items\n\nOpenClaw File Processing Architecture\nFile System Organization\nAADE_File_Structure:\n  input_monitoring:                              # Raw government documents arrive here\n    - /data/incoming/government/                 # All AADE/government downloads\n    \n  processing_workspace:                          # Ephemeral — cleared after pipeline\n    - /data/processing/compliance/               # Classification and extraction workspace\n    \n  output_delivery:\n    - /data/dashboard/state/current-alerts.json  # Active alerts for dashboard\n    - /data/dashboard/state/deadline-tracker.json # Updated deadline tracker\n    - /data/reports/compliance/                   # Professional compliance reports\n    - /data/exports/compliance-deadlines.json       # Calendar integration export\n\nDocument Processing Pipeline\nProcessing_Workflow:\n  step_1_download:\n    command: \"openclaw aade download-batch --sources all --format pdf,html,xml\"\n    input: \"Government website monitoring\"\n    output: \"/data/incoming/government/{YYYYMMDD}/\"\n    \n  step_2_extract:\n    command: \"openclaw aade extract-content --use-deepread --greek-language\"\n    input: \"/data/incoming/government/\"\n    output: \"/data/processing/compliance/\"\n    \n  step_3_classify:\n    command: \"openclaw aade classify-importance --deadline-changes high --rate-changes high\"\n    input: \"/data/processing/compliance/\"\n    output: \"/data/processing/compliance/\"\n    \n  step_4_compare:\n    command: \"openclaw aade detect-changes --compare-with-cache --highlight-differences\"\n    input: \"/data/processing/compliance/\"\n    output: \"/data/processing/compliance/\"\n    \n  step_5_validate:\n    command: \"openclaw aade validate-data --cross-reference --accuracy-check\"\n    input: \"/data/processing/compliance/\"\n    output: \"/data/processing/compliance/\"\n    \n  step_6_generate:\n    command: \"openclaw aade generate-outputs --alerts --reports --notifications\"\n    input: \"/data/processing/compliance/\"\n    output: \"/data/dashboard/state/ and /data/reports/compliance/\"\n\nIntelligent Document Monitoring\nAADE Website Monitoring Strategy\nGovernment_Site_Monitoring:\n  primary_sources:\n    aade_main:\n      url: \"https://www.aade.gr\"\n      sections: [\"announcements\", \"circulars\", \"deadlines\", \"rates\"]\n      frequency: \"every_2_hours\"\n      \n    taxis_updates:\n      url: \"https://www1.aade.gr/taxisnet\"\n      sections: [\"system-announcements\", \"maintenance-schedules\"]  \n      frequency: \"every_4_hours\"\n      \n    mydata_status:\n      url: \"https://mydatapi.aade.gr\"\n      sections: [\"api-status\", \"system-updates\", \"technical-announcements\"]\n      frequency: \"hourly\"\n      \n  backup_sources:\n    press_releases:\n      url: \"https://www.aade.gr/deltia-typou\"\n      fallback: true\n      \n    legal_database:\n      url: \"https://www.aade.gr/nomothesia\"\n      frequency: \"daily\"\n\nIntelligent Change Detection\nChange_Detection_Logic:\n  deadline_changes:\n    triggers:\n      - \"Date changes in deadline tables\"\n      - \"New deadline announcements\"  \n      - \"Extension or acceleration notices\"\n    confidence_threshold: 0.95\n    validation: \"Cross-reference multiple sources\"\n    \n  rate_changes:\n    triggers:\n      - \"VAT rate modifications\"\n      - \"Tax bracket adjustments\"\n      - \"Social security rate updates\"\n    effective_date_tracking: \"Extract implementation dates\"\n    impact_calculation: \"Estimate client effects\"\n    \n  system_updates:\n    triggers:\n      - \"Maintenance announcements\"\n      - \"New feature releases\"\n      - \"System outage notifications\"\n    criticality_assessment: \"Business impact analysis\"\n    workaround_suggestions: \"Alternative procedures\"\n\nOpenClaw-Native Processing Features\nRobust Error Handling\n# Error recovery commands\nopenclaw aade retry-failed --batch-id {id} --fix-network-issues\nopenclaw aade fallback-mode --use-cached-data --offline-operation\nopenclaw aade manual-review --flagged-updates --require-human-verification\n\n# Monitoring and diagnostics\nopenclaw aade health-check --test-all-sources --report-failures\nopenclaw aade diagnostics --connection-test --parsing-test --alert-test\nopenclaw aade logs --filter errors --last 48h --include-context\n\nCaching & Offline Operation\nCaching_Strategy:\n  announcement_cache:\n    retention: \"90 days\"\n    update_frequency: \"every_2_hours\"\n    fallback_behavior: \"Use cached data if source unavailable\"\n    \n  deadline_cache:\n    retention: \"1 year\"\n    critical_updates: \"Force immediate refresh\"\n    validation: \"Compare multiple sources for accuracy\"\n    \n  system_status_cache:\n    retention: \"7 days\" \n    real_time_updates: \"When possible\"\n    offline_mode: \"Report last known status with timestamp\"\n\nGreek Language Processing\nGreek_Document_Processing:\n  text_extraction:\n    encoding: \"UTF-8, Windows-1253, ISO-8859-7\"\n    ocr_support: \"Greek character recognition via deepread\"\n    \n  keyword_detection:\n    deadline_terms: [\"προθεσμία\", \"λήξη\", \"υποβολή\", \"deadline\"]\n    rate_terms: [\"συνπžελεσπžήπš\", \"ποσοσπžς\", \"π ςροπš\", \"rate\", \"tax\"]  \n    system_terms: [\"συνπžήρηση\", \"διακοπή\", \"maintenance\", \"outage\"]\n    \n  date_recognition:\n    greek_formats: [\"dd/MM/yyyy\", \"dd-MM-yyyy\", \"dd Μμμ yyyy\"]\n    month_names: [\"Ιανουάριοπš\", \"Φεβρουάριοπš\", ..., \"Δεκέμβριοπš\"]\n    business_day_calculation: \"Exclude Greek holidays and weekends\"\n\nProfessional Alert System\nAlert Generation & Classification\nAlert_System:\n  critical_alerts:\n    deadline_changes:\n      trigger: \"Any tax deadline moved forward\"\n      delivery: \"Immediate notification to assigned accountant\"\n      template: \"ΡΡΙΣΙΜθ: Προθεσμία {tax_type} μεπžακινήθηκε σπžιπš {new_date}\"\n      \n    system_outages:\n      trigger: \"TAXIS or myDATA unavailable >30 minutes\"\n      delivery: \"Immediate notification to accounting teams\"\n      template: \"ΔΙΑΡθΠΗ: Σύσπžημα {system_name} μη διαθέσιμο απς {outage_start}\"\n      \n  important_alerts:\n    rate_changes:\n      trigger: \"VAT or tax rate modifications\"\n      delivery: \"Email + dashboard update\"\n      template: \"Αλλαγή συνπžελεσπžή: {rate_type} απς {old_rate} σε {new_rate}\"\n      \n    new_regulations:\n      trigger: \"New tax circulars or law changes\"\n      delivery: \"Daily digest email\"\n      template: \"Νέα εγκύκλιοπš: {circular_number} - {summary}\"\n      \n  routine_alerts:\n    system_maintenance:\n      trigger: \"Scheduled maintenance announcements\" \n      delivery: \"Weekly summary\"\n      template: \"Προγραμμαπžισμένη συνπžήρηση: {system} πžην {date} {time}\"\n\nGreek Professional Communication\nProfessional_Templates:\n  client_deadline_alert:\n    subject: \"Σημανπžική ενημέρπ°ση: Αλλαγή προθεσμίαπš {tax_type}\"\n    body: |\n      Αξιςπžιμοι πελάπžεπš,\n      \n      Σαπš ενημερϽνουμε ςπžι η ΑΑΔΕ ανακοίνπ°σε αλλαγή σπžην προθεσμία \n      υποβολήπš {tax_description}.\n      \n      Νέα προθεσμία: {new_deadline}\n      Προηγούμενη προθεσμία: {old_deadline}\n      \n      Παρακαλούμε επικοινπ°νήσπžε μαζί μαπš για οποιαδήποπžε διευκρίνιση.\n      \n      Με εκπžίμηση,\n      {accounting_firm_name}\n      \n  rate_change_notification:\n    subject: \"Ενημέρπ°ση: Αλλαγή π ορολογικού συνπžελεσπžή\"\n    body: |\n      Αγαπηπžοί συνεργάπžεπš,\n      \n      Απς {effective_date} ισπ¡ύει νέοπš συνπžελεσπžήπš {tax_type}:\n      - Νέοπš συνπžελεσπžήπš: {new_rate}%\n      - Προηγούμενοπš: {old_rate}%\n      \n      Η αλλαγή επηρεάζει: {affected_transactions}\n      \n      Το λογισπžικς μαπš γραπ είο θα ενημερϽσει ςλουπš πžουπš υπολογισμούπš.\n      \n      {firm_contact_info}\n\nIntegration Workflows\nMeta-Skill Integration\n# Integration with OpenClaw Greek Accounting Meta-Skill\nopenclaw aade register-with-meta --enable-orchestration\nopenclaw aade meta-commands --list-available --business-focused\n\n# Meta-skill can now call:\n# openclaw greek government-check  (calls aade-api-monitor internally)\n# openclaw greek emergency-compliance  (uses aade alerts)\n# openclaw greek status-dashboard  (includes aade system status)\n\nOther Skill Integration\nSkill_Integration_Points:\n  cli_deadline_monitor:\n    data_exchange: \"Share deadline change data\"\n    coordination: \"Avoid duplicate monitoring\"\n    backup_relationship: \"CLI monitor provides fallback data\"\n    \n  greek_email_processor:\n    alert_delivery: \"Use email processor for client notifications\"\n    template_sharing: \"Share Greek language templates\"\n    document_processing: \"Process AADE emails received by clients\"\n    \n  greek_compliance_aade:\n    rate_updates: \"Notify compliance skill of rate changes\"\n    calculation_updates: \"Trigger recalculation when rates change\"\n    submission_timing: \"Coordinate deadline changes with submissions\"\n\nProduction Monitoring & Maintenance\nAutomated Health Monitoring\n# Health check commands for production deployment\nopenclaw aade health-check --comprehensive --test-all-endpoints\nopenclaw aade performance-monitor --response-times --error-rates --uptime\nopenclaw aade data-validation --accuracy-check --cross-reference --anomaly-detection\n\n# Maintenance and optimization\nopenclaw aade cache-optimize --cleanup-old --defragment --performance-tune\nopenclaw aade update-patterns --learn-new-formats --improve-accuracy\nopenclaw aade backup-data --critical-cache --configuration --logs\n\nLogging & Audit Trail\nProduction_Logging:\n  access_logs:\n    file: \"/logs/aade-monitor/access.log\"\n    retention: \"6 months\"\n    includes: [\"URLs accessed\", \"Response codes\", \"Response times\"]\n    \n  change_detection_logs:\n    file: \"/logs/aade-monitor/changes.log\" \n    retention: \"2 years\"\n    includes: [\"Detected changes\", \"Confidence scores\", \"Validation results\"]\n    \n  alert_logs:\n    file: \"/logs/aade-monitor/alerts.log\"\n    retention: \"1 year\"\n    includes: [\"Alert generation\", \"Delivery methods\", \"User responses\"]\n    \n  error_logs:\n    file: \"/logs/aade-monitor/errors.log\"\n    retention: \"1 year\"\n    includes: [\"Processing errors\", \"Network failures\", \"Recovery actions\"]\n\nAdvanced Features\nMachine Learning Enhancement\nML_Capabilities:\n  document_classification:\n    training_data: \"Historical AADE announcements with manual classifications\"\n    accuracy_target: \">95% for critical document identification\"\n    continuous_learning: \"Update model based on manual corrections\"\n    \n  change_impact_prediction:\n    analysis: \"Predict client impact based on historical patterns\"\n    risk_assessment: \"Identify high-risk clients for proactive communication\"\n    resource_planning: \"Estimate workload from detected changes\"\n    \n  anomaly_detection:\n    baseline_patterns: \"Learn normal AADE announcement patterns\"\n    unusual_activity: \"Flag potential system issues or major changes\"\n    false_positive_reduction: \"Reduce unnecessary alerts through pattern learning\"\n\nCompliance Dashboard Integration\nDashboard_Features:\n  real_time_status:\n    aade_systems: \"Live status of TAXIS, myDATA, EFKA systems\"\n    recent_changes: \"Timeline of recent deadline and rate changes\"\n    alert_summary: \"Critical, important, and routine alerts overview\"\n    \n  client_impact_view:\n    affected_clients: \"Which clients affected by recent changes\"\n    action_required: \"Immediate actions needed per client\"\n    communication_status: \"Which clients have been notified\"\n    \n  performance_metrics:\n    monitoring_uptime: \"AADE monitor system availability\"\n    detection_accuracy: \"Change detection success rate\"\n    alert_effectiveness: \"User response to generated alerts\"\n\nUsage Examples\nDaily Operations\n# Morning AADE check (part of daily routine)\n$ openclaw aade morning-check --since yesterday\n\n📊 AADE Morning Summary - February 18, 2026:\n\nðŸÂ€ºï¸ System Status:\n✅ TAXIS Online (98.2% uptime last 24h)\n✅ myDATA Online (99.1% uptime last 24h)  \n✅ EFKA Portal Online (97.5% uptime last 24h)\n\n📢 New Announcements (2):\n📀¹ Circular POL.1157/2026 - VAT exemption clarification\n⚠ï¸ System maintenance scheduled: February 20, 02:00-06:00 EET\n\n🔀ž Changes Detected: None\n📅 Upcoming Deadlines: 3 VAT returns due in 7 days\n\nNext check in 2 hours. Manual refresh: openclaw aade check-updates\n\nChange Detection Example\n$ openclaw aade detect-changes --urgent --notify-immediately\n\n🚨 CRITICAL CHANGE DETECTED:\n\n📅 Deadline Change Alert:\nTax Type: Monthly VAT Return (March 2026)\nOld Deadline: April 25, 2026\nNew Deadline: April 20, 2026\nChange: 5 days earlier\nImpact: 47 clients affected\n\n📀¹ Source Document:\nAADE Announcement: Πθ΀º.1158/2026\nPublished: 2026-02-18 14:30 EET\nConfidence: 98.5%\n\n✅ Actions Taken:\n- Updated compliance deadline tracker\n- Generated client notifications (47 emails prepared)\n- Integrated with meta-skill workflow\n- Logged change in audit trail\n\n📧 Client notifications ready for review:\nopenclaw aade review-notifications --batch-id 2026021801\n\nProfessional Client Communication\n$ openclaw aade generate-client-alert --deadline-change --professional-tone\n\n📧 Generated Greek Client Communication:\n\nSubject: ΕΠΕΙΓθΝ: Αλλαγή προθεσμίαπš δήλπ°σηπš ΦΠΑ Μαρπžίου 2026\n\nΑξιςπžιμοι πελάπžεπš,\n\nΣαπš ενημερϽνουμε με απ ορμή πžην ανακοίνπ°ση πžηπš ΑΑΔΕ (Πθ΀º.1158/2026) \nςπžι η προθεσμία υποβολήπš πžηπš μηνιαίαπš δήλπ°σηπš ΦΠΑ για πžον Μάρπžιο 2026 \nμεπžακινείπžαι απς πžιπš 25 Απριλίου σπžιπš 20 Απριλίου 2026.\n\nΗ αλλαγή επηρεάζει ςλεπš πžιπš επιπ¡ειρήσειπš με υποπ¡ρέπ°ση υποβολήπš \nμηνιαίαπš δήλπ°σηπš ΦΠΑ.\n\nΤο λογισπžικς μαπš γραπ είο έπ¡ει ήδη ενημερϽσει πžο σύσπžημα παρακολούθησηπš \nπροθεσμιϽν και θα π ρονπžίσουμε για πžην έγκαιρη προεπžοιμασία και υποβολή.\n\nΓια οποιαδήποπžε διευκρίνιση, παρακαλούμε επικοινπ°νήσπžε μαζί μαπš.\n\nΜε εκπžίμηση,\n[Accounting Firm Name]\n📧 Ready for sending to 47 affected clients\n\nSuccess Metrics\n\nA successful AADE API Monitor should achieve:\n\n✅ 99%+ uptime monitoring of critical AADE systems\n✅ <5 minute detection time for critical deadline changes\n✅ 95%+ accuracy in document classification and change detection\n✅ Zero false positives for critical alerts\n✅ Complete integration with meta-skill orchestration\n✅ Professional Greek communication standards\n✅ Comprehensive audit trail for compliance purposes\n✅ Robust offline operation with cached data fallback\n\nRemember: This skill is built OpenClaw-first, using file processing and practical automation rather than complex API integrations, making it reliable and maintainable for production Greek accounting environments."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/satoshistackalotto/aade-api-monitor",
    "publisherUrl": "https://clawhub.ai/satoshistackalotto/aade-api-monitor",
    "owner": "satoshistackalotto",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aade-api-monitor",
    "downloadUrl": "https://openagent3.xyz/downloads/aade-api-monitor",
    "agentUrl": "https://openagent3.xyz/skills/aade-api-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aade-api-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aade-api-monitor/agent.md"
  }
}