Greek Email Processor
v0.1.1Email processing for Greek accounting. Connects via IMAP to scan for financial documents, AADE notices, and invoices. Routes to local pipelines.
⭐ 0· 580·0 current·0 all-time
byStems@satoshistackalotto
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description match the requirements: IMAP host/user/password and a data directory are expected for an email-processing skill. Required binaries (curl, jq) are reasonable for IMAP access and simple parsing. Optional OAuth/SMTP/Slack/Calendar config entries align with the advertised features.
Instruction Scope
SKILL.md instructs the agent to connect to IMAP, download attachments, classify Greek financial documents, and place them under OPENCLAW_DATA_DIR. It recommends read-only/app-specific credentials and human approval before sending auto-responses. There are no instructions to read unrelated system files or to transmit data to unexpected remote endpoints (only optional integrations are declared).
Install Mechanism
No install spec or downloads are present (instruction-only), so no code is written to disk by the skill itself. The only runtime suggestion is to install jq/curl via apt if missing, which is normal but will require host privileges if executed.
Credentials
The required environment variables are proportional: OPENCLAW_DATA_DIR and IMAP_HOST/IMAP_USER/IMAP_PASSWORD are necessary for IMAP-based processing. IMAP_PASSWORD is sensitive — the SKILL.md advises app-specific and read-only credentials. Several optional credentials/webhooks (SMTP, Google/Microsoft OAuth, Slack) are listed; these are plausible for optional features but increase attack surface if provided.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or platform config. It is user-invocable and can run autonomously (platform default). No instructions indicate it persists beyond creating/using the stated OPENCLAW_DATA_DIR directories.
Assessment
This skill appears coherent for IMAP-based Greek accounting email processing, but take these precautions before installing: 1) Use app-specific, least-privilege IMAP credentials (read-only) and prefer OAuth (Gmail/Outlook) where supported. 2) Be cautious about providing optional credentials (SMTP, Slack webhook, Calendar) — only supply them if you need those features. 3) The SKILL.md suggests running `sudo apt install jq curl` if missing — avoid running package installs blindly on production systems; install dependencies through your normal provisioning process. 4) Verify the upstream repository (the homepage URL) and review any actual implementation code if you plan to run this in a sensitive environment — this skill is instruction-only in the registry, so runtime behavior depends on the agent executing those instructions. 5) Rotate credentials regularly and monitor the OPENCLAW_DATA_DIR for unexpected files or forwarding rules if enabling automated forwarding or auto-responses.Like a lobster shell, security has layers — review code before you run it.
latestvk97chxzm8dshvga06019r1t3a981jghv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binsjq, curl
EnvOPENCLAW_DATA_DIR, IMAP_HOST, IMAP_USER, IMAP_PASSWORD
