返回顶部
a

aade-api-monitorAADE税务监控

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
702
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

aade-api-monitor

AADE API Monitor

该技能通过OpenClaw的文件处理能力,提供对AADE系统和公告的全面监控,实时推送希腊税务合规变更警报。

设置

bash
export OPENCLAWDATADIR=/data
export AADE_USERNAME=your-aade-username
export AADE_PASSWORD=your-aade-password
which jq curl || sudo apt install jq curl

AADE凭据用于对公告、费率变更和系统状态进行经过身份验证的只读检查。该技能从不提交申报。

核心理念

  • - 文件优先处理:监控和处理政府文件,而非复杂API
  • 可靠运行:当政府网站不可用时,使用缓存数据离线工作
  • OpenClaw原生:专为OpenClaw的优势和局限性而构建
  • 生产就绪:从一开始就内置错误处理、日志记录和恢复机制
  • 聚焦希腊业务:以希腊语提供专业警报和报告

OpenClaw命令

核心AADE监控命令

bash

主要监控操作

openclaw aade monitor --enable --government-sites --cache-updates openclaw aade check-updates --since 24 hours --urgent-only openclaw aade download-announcements --date today --all-categories openclaw aade scan-deadlines --compare-previous --alert-changes

系统状态监控

openclaw aade status-check --taxis --mydata --efka --report-outages openclaw aade system-health --uptime-tracking --performance-metrics openclaw aade maintenance-schedule --upcoming --impact-assessment

文档处理

openclaw aade process-documents --input /data/incoming/government/ --extract-deadlines openclaw aade classify-updates --tax-changes --deadline-changes --system-updates openclaw aade generate-alerts --priority high --recipients accounting-team

截止日期与费率变更监控

bash

截止日期监控

openclaw aade monitor-deadlines --vat --income-tax --enfia --social-security openclaw aade deadline-changes --since yesterday --client-impact-analysis openclaw aade calendar-update --sync-changes --notify-affected-clients

费率与法规变更

openclaw aade monitor-rates --vat-rates --tax-brackets --social-security openclaw aade regulation-tracker --new-circulars --law-changes --implementation-dates openclaw aade impact-analysis --rate-changes --client-calculations --cost-impact

集成与报告命令

bash

与其他技能集成

openclaw aade integrate --cli-deadline-monitor --email-processor --meta-skill openclaw aade export-data --format json --destination /data/dashboard/state/ openclaw aade sync-calendar --include-holidays

专业报告

openclaw aade report-generate --daily --weekly --monthly --client-ready-greek openclaw aade client-notifications --deadline-changes --rate-updates --professional-tone openclaw aade compliance-dashboard --current-status --upcoming-deadlines --action-items

OpenClaw文件处理架构

文件系统组织

yaml AADEFileStructure: input_monitoring: # 原始政府文档存放于此 - /data/incoming/government/ # 所有AADE/政府下载文件

processing_workspace: # 临时空间——管道处理后清除
- /data/processing/compliance/ # 分类和提取工作空间

output_delivery:
- /data/dashboard/state/current-alerts.json # 仪表盘的活动警报
- /data/dashboard/state/deadline-tracker.json # 更新的截止日期跟踪器
- /data/reports/compliance/ # 专业合规报告
- /data/exports/compliance-deadlines.json # 日历集成导出

文档处理管道

yaml Processing_Workflow: step1download: command: openclaw aade download-batch --sources all --format pdf,html,xml input: 政府网站监控 output: /data/incoming/government/{YYYYMMDD}/

step2extract:
command: openclaw aade extract-content --use-deepread --greek-language
input: /data/incoming/government/
output: /data/processing/compliance/

step3classify:
command: openclaw aade classify-importance --deadline-changes high --rate-changes high
input: /data/processing/compliance/
output: /data/processing/compliance/

step4compare:
command: openclaw aade detect-changes --compare-with-cache --highlight-differences
input: /data/processing/compliance/
output: /data/processing/compliance/

step5validate:
command: openclaw aade validate-data --cross-reference --accuracy-check
input: /data/processing/compliance/
output: /data/processing/compliance/

step6generate:
command: openclaw aade generate-outputs --alerts --reports --notifications
input: /data/processing/compliance/
output: /data/dashboard/state/ and /data/reports/compliance/

智能文档监控

AADE网站监控策略

yaml GovernmentSiteMonitoring: primary_sources: aade_main: url: https://www.aade.gr sections: [announcements, circulars, deadlines, rates] frequency: every2hours

taxis_updates:
url: https://www1.aade.gr/taxisnet
sections: [system-announcements, maintenance-schedules]
frequency: every4hours

mydata_status:
url: https://mydatapi.aade.gr
sections: [api-status, system-updates, technical-announcements]
frequency: hourly

backup_sources:
press_releases:
url: https://www.aade.gr/deltia-typou
fallback: true

legal_database:
url: https://www.aade.gr/nomothesia
frequency: daily

智能变更检测

yaml ChangeDetectionLogic: deadline_changes: triggers: - 截止日期表格中的日期变更 - 新的截止日期公告 - 延期或提前通知 confidence_threshold: 0.95 validation: 交叉引用多个来源

rate_changes:
triggers:
- 增值税税率修改
- 税级调整
- 社保费率更新
effectivedatetracking: 提取实施日期
impact_calculation: 估算客户影响

system_updates:
triggers:
- 维护公告
- 新功能发布
- 系统中断通知
criticality_assessment: 业务影响分析
workaround_suggestions: 替代流程

OpenClaw原生处理功能

稳健的错误处理

bash

错误恢复命令

openclaw aade retry-failed --batch-id {id} --fix-network-issues openclaw aade fallback-mode --use-cached-data --offline-operation openclaw aade manual-review --flagged-updates --require-human-verification

监控与诊断

openclaw aade health-check --test-all-sources --report-failures openclaw aade diagnostics --connection-test --parsing-test --alert-test openclaw aade logs --filter errors --last 48h --include-context

缓存与离线操作

yaml Caching_Strategy: announcement_cache: retention: 90 days updatefrequency: every2_hours fallback_behavior: 如果源不可用,使用缓存数据

deadline_cache:
retention: 1 year
critical_updates: 强制立即刷新
validation: 比较多个来源以确保准确性

systemstatuscache:
retention: 7 days
realtimeupdates: 尽可能实时更新
offline_mode: 报告带时间戳的最后已知状态

希腊语处理

yaml GreekDocumentProcessing: text_extraction: encoding: UTF-8, Windows-1253, ISO-8859-7 ocr_support: 通过deepread进行希腊字符识别

keyword_detection:
deadline_terms: [προθεσμία, λήξη, υποβολή, deadline]
rate_terms: [συνπžελεσπ

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aade-api-monitor-1776419933 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aade-api-monitor-1776419933 技能

通过命令行安装

skillhub install aade-api-monitor-1776419933

下载

⬇ 下载 aade-api-monitor v0.1.0(免费)

文件大小: 11.95 KB | 发布时间: 2026-4-17 20:09

v0.1.0 最新 2026-4-17 20:09
Initial release of AADE API Monitor for OpenClaw.

- Real-time monitoring of Greek AADE tax authority systems, including deadlines, rate changes, announcements, and system updates.
- File-based document processing designed for OpenClaw: downloads, classifies, and monitors official government documents.
- Built-in error handling, logging, cached/backup mode for offline resilience.
- Multiple integration options: Slack/SMS alerts, Google/Outlook calendar sync, JSON exports, professional Greek-language reporting.
- Comprehensive command set for automation, deadline monitoring, rate/regulation tracking, and dashboard reporting.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部