efka-api-integration
Greek social security (EFKA) integration — employee records, contribution calculations, APD declarations. Human approval for submissions.
What this skill does
# EFKA API Integration
This skill provides comprehensive integration with the Greek Social Security organization (EFKA) through OpenClaw's file processing capabilities, enabling automated employee record management, contribution calculations, and compliance monitoring for Greek businesses.
## Setup
```bash
export OPENCLAW_DATA_DIR="/data"
export EFKA_USERNAME="your-efka-username"
export EFKA_PASSWORD="your-efka-password"
which jq curl || sudo apt install jq curl
```
EFKA credentials are required only for submitting social security declarations. Payroll calculations and contribution processing work offline. All government submissions require human approval (four-eyes workflow).
## Core Philosophy
- **OpenClaw Artifact Ready**: Designed specifically for upload and deployment to OpenClaw instances
- **File-Based Processing**: Robust file system approach suitable for production deployment
- **Greek Employment Law Compliance**: Complete adherence to Greek social security regulations
- **Payroll Integration**: Seamless connection with existing Greek payroll systems
- **Production Scalability**: Built to handle multiple clients and high transaction volumes
## OpenClaw Commands
### Core EFKA Operations
```bash
# Primary employee and contribution management
openclaw efka employee-register --new-hire --calculate-contributions --generate-forms
openclaw efka monthly-process --payroll-period 2026-02 --all-employees --submit-ready
openclaw efka contributions-calculate --employee-id {id} --salary-changes --bonus-payments
openclaw efka compliance-check --deadlines --missing-submissions --penalty-warnings
# Employee lifecycle management
openclaw efka employee-onboard --personal-data --employment-terms --insurance-category
openclaw efka employee-update --salary-changes --position-updates --insurance-modifications
openclaw efka employee-terminate --final-calculations --clearance-certificates --archive-records
# Bulk processing and automation
openclaw efka batch-process --payroll-file /data/efka/payroll/input/ --validate-contributions
openclaw efka export-submissions --aade-format --efka-format --ready-for-upload
openclaw efka reconcile-payments --bank-statements --contribution-receipts --variance-analysis
```
### Advanced Integration Commands
```bash
# Integration with other OpenClaw skills
openclaw efka integrate-payroll --greek-compliance-aade --banking-integration --tax-calculations
openclaw efka coordinate-deadlines --cli-deadline-monitor --automatic-reminders --calendar-sync # Syncs EFKA deadlines to calendar if configured
openclaw efka employee-expenses --individual-taxes --personal-contributions --annual-statements
# Reporting and analytics
openclaw efka generate-reports --monthly --quarterly --annual --management-dashboard
openclaw efka cost-analysis --employer-contributions --employee-deductions --budget-projections
openclaw efka audit-preparation --employee-records --contribution-history --compliance-documentation
```
### File Processing & Monitoring
```bash
# File-based EFKA data processing
openclaw efka monitor-files --watch-payroll-updates --auto-process --error-recovery
openclaw efka import-employee-data --csv --excel --validation --duplicate-detection
openclaw efka export-government --efka-xml --aade-integration --submission-ready
# Quality control and validation
openclaw efka validate-data --employee-records --contribution-calculations --regulatory-compliance
openclaw efka error-recovery --failed-submissions --data-corrections --resubmission-queue
openclaw efka backup-restore --employee-database --contribution-history --disaster-recovery
```
## OpenClaw File Processing Architecture
### EFKA File System Organization
```yaml
EFKA_File_Structure:
employee_data:
- /data/efka/employees/active/ # Current employee records
- /data/efka/employees/terminated/ # Former employee records
- /data/efka/employees/pending/ # New hires pending registration
- /data/efka/employees/updates/ # Employee data change requests
payroll_processing:
- /data/efka/payroll/input/ # Payroll data imports
- /data/efka/payroll/processed/ # Calculated contributions
- /data/efka/payroll/validated/ # Quality-checked data
- /data/efka/payroll/ready-submit/ # Submission-ready files
contributions_management:
- /data/efka/contributions/monthly/ # Monthly contribution calculations
- /data/efka/contributions/quarterly/ # Quarterly summaries
- /data/efka/contributions/annual/ # Annual statements
- /data/efka/contributions/payments/ # Payment confirmations
government_integration:
- /data/efka/submissions/efka-portal/ # EFKA portal submissions
- /data/efka/submissions/aade-cross/ # Cross-reference with AADE
- /data/efka/responses/confirmations/ # Government acknowledgments
- /data/efka/responses/corrections/ # Required corrections
compliance_monitoring:
- /data/efka/deadlines/upcoming/ # Approaching deadlines
- /data/efka/deadlines/overdue/ # Missed deadlines requiring action
- /data/efka/audit/employee-records/ # Audit-ready documentation
- /data/efka/audit/contribution-proof/ # Payment verification records
```
### EFKA Processing Pipeline
```yaml
Processing_Workflow:
step_1_employee_data:
command: "openclaw efka import-employees --source-file --validate-format --check-duplicates"
input: "/data/efka/employees/imports/"
output: "/data/efka/employees/validated/"
functions: ["Data validation", "Duplicate detection", "Format standardization"]
step_2_contribution_calculation:
command: "openclaw efka calculate-contributions --salary-data --insurance-categories --rates-2026"
input: "/data/efka/payroll/input/"
output: "/data/efka/contributions/calculated/"
functions: ["Contribution calculation", "Rate application", "Regulatory compliance"]
step_3_cross_validation:
command: "openclaw efka cross-validate --aade-data --banking-data --consistency-check"
input: "/data/efka/contributions/calculated/"
output: "/data/efka/contributions/validated/"
functions: ["AADE cross-reference", "Banking reconciliation", "Error detection"]
step_4_submission_prep:
command: "openclaw efka prepare-submissions --efka-xml --government-format --digital-signatures"
input: "/data/efka/contributions/validated/"
output: "/data/efka/submissions/ready/"
functions: ["Government format", "Digital signing", "Submission packaging"]
step_5_monitoring:
command: "openclaw efka monitor-compliance --deadlines --penalties --corrective-actions"
input: "/data/efka/submissions/ready/"
output: "/data/efka/compliance/monitoring/"
functions: ["Deadline tracking", "Penalty calculation", "Action planning"]
```
## Greek Social Security Integration
### EFKA Employee Categories & Contributions (2026)
```yaml
EFKA_Employee_Categories:
main_insurance:
category_code: "101"
description: "Main insurance - private sector employees"
employer_rate: 24.56
employee_rate: 16.00
calculation_base: "gross_salary"
max_monthly_base: 6177.84
auxiliary_insurance:
category_code: "201"
description: "Auxiliary insurance - supplementary pension"
employer_rate: 3.00
employee_rate: 3.00
calculation_base: "gross_salary"
max_monthly_base: 6177.84
employment_account:
category_code: "301"
description: "Employment account - unemployment benefits"
employer_rate: 1.55
employee_rate: 0.55
calculation_base: "gross_salary"
max_monthly_base: 6177.84
health_contributions:
category_code: "401"
description: "Health insurance contributions (EOPYY)"
employer_rate: 9.76
employee_rate: 2.55
calculation_base: "gross_salary"
no_maximum_base: true
Specialized_Categories:
management_staff:
category_coRelated in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.