LaunchKit · 2026
Back to Skills

efka-api-integration

Greek social security (EFKA) integration — employee records, contribution calculations, APD declarations.

0
368 downloads
by @satoshistackalotto

Setup & Installation

openclaw skills install @satoshistackalotto/efka-api-integration

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install efka-api-integration

What This Skill Does

Automates Greek social security (EFKA) workflows: employee registration, monthly contribution calculations, and declaration preparation. Payroll calculations run offline; EFKA credentials are needed only for portal submissions. All government submissions require two-person approval before filing.

Handles the full EFKA lifecycle, from offline contribution calculation to government-format submission with built-in two-person approval, without requiring custom payroll integrations.

When to use it

  • Processing monthly EFKA contributions for a Greek company's full payroll
  • Registering a new hire and calculating their first-month social security deductions
  • Tracking upcoming EFKA deadlines to avoid late-submission penalties
  • Generating government-format XML files ready for EFKA portal submission
  • Reconciling EFKA contribution payments against bank transfer records

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Process February 2026 payroll contributions for all employees

AGENT
  1. 1Imports payroll data from the configured input directory and validates all employee records
  2. 2Calculates employer and employee EFKA contributions using 2026 rates across all insurance categories
  3. 3Cross-validates contribution data against AADE tax records and scheduled bank payments
  4. 4Generates EFKA-format XML submission files and stages them for portal upload
  5. 5Prompts accountant and senior accountant to review and approve before submission proceeds
OUTPUT

Validated contribution report with itemized employer and employee totals, staged submission files, and a deadline reminder for the EFKA portal

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

EFKA employer portal account for EFKA_USERNAME and EFKA_PASSWORD credentialsSLACK_WEBHOOK_URL environment variable (optional, for submission status notifications)GOOGLE_CALENDAR_ID environment variable (optional, for EFKA deadline sync)