Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Generates outgoing client communications for Greek accounting firms: submission confirmations, monthly summaries, document requests, deadline reminders, and annual tax statements. Output is in formal Greek following business correspondence conventions. Nothing is sent without explicit human approval from an authorized role.
Letters are populated from live system data — actual AADE reference numbers, real pending document lists, current deadlines — so reviewers approve rather than rewrite.
When to use it
- Drafting a VAT submission confirmation after an AADE filing
- Sending monthly accounting summaries to clients at month-end
- Requesting missing bank statements or invoices before a filing deadline
- Sending escalating deadline reminders across a full client portfolio
- Generating annual tax overviews for clients in February or March
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Draft a VAT submission confirmation for client EL123456789 for January 2026
- 1Reads submission receipt from /data/compliance/submissions/ for the specified client, period, and filing type
- 2Pulls client contact details and preferred salutation from /data/clients/EL123456789/contacts.json
- 3Generates a Greek-language confirmation letter with the actual AADE reference number, amount due, and payment deadline
- 4Displays an English summary preview alongside the full Greek text for reviewer verification
- 5Waits for explicit approval via openclaw comms send --draft-id {id} --approved-by {username} before dispatching
Greek confirmation email sent to client via SMTP, with an immutable sent record written to /data/clients/EL123456789/correspondence/
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.