🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Greek Email Processor

by @satoshistackalotto

Email processing for Greek accounting. Connects via IMAP to scan for financial documents, AADE notices, and invoices. Routes to local pipelines.

⚙️ Configuration

# 1. Set data directory
export OPENCLAW_DATA_DIR="/data"

2. Configure email access (use a scoped service account with read-only access)

export IMAP_HOST="imap.your-provider.com" # e.g. imap.gmail.com, imap.outlook.com export IMAP_USER="accounting@yourfirm.gr" export IMAP_PASSWORD="app-specific-password" # Use app passwords, not main password

3. Configure outbound email (optional — only needed for auto-responses)

export SMTP_HOST="smtp.your-provider.com" # e.g. smtp.gmail.com, smtp.outlook.com export SMTP_USER="accounting@yourfirm.gr" export SMTP_PASSWORD="app-specific-password"

4. Ensure dependencies are installed

which jq curl || sudo apt install jq curl

5. Create incoming directories

mkdir -p $OPENCLAW_DATA_DIR/incoming/{invoices,receipts,statements,government}

Security notes:

  • Use app-specific passwords or app-specific passwords — never your main email password
  • Grant the service account the minimum required permissions (read-only for IMAP)
  • SMTP credentials are optional — only needed if you enable auto-response features
  • All auto-responses require human approval before sending
  • View on ClawHub
    TERMINAL
    clawhub install greek-email-processor

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →