israeli-customer-support-automator

Automates Hebrew support ticket classification, SLA configuration, and Israeli consumer law compliance workflows.

Updated Aug 5, 2026
One-click install
npx skills add https://github.com/amirbiron/claude-skills --skill israeli-customer-support-automator-amirbiron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: israeli-customer-support-automator
Source: https://github.com/amirbiron/claude-skills/tree/main/skills/israeli-customer-support-automator
Command: npx skills add https://github.com/amirbiron/claude-skills --skill israeli-customer-support-automator-amirbiron

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Israeli businesses need customer support systems that handle Hebrew tickets, comply with the Consumer Protection Law 1981 (14-day cooling-off periods, capped cancellation fees), and respect the Sunday-Thursday work week—requirements that generic helpdesk setups ignore. ## Core Features & Use Cases - Hebrew Ticket Classification: Categorizes incoming support tickets (billing, technical, returns, complaints, shipping) using Hebrew keyword detection via a Python classifier script, with priority escalation for legal keywords like "עורך דין" (lawyer). - Consumer Protection Law Compliance: Built-in workflows for 14-day cooling-off returns, cancellation fee caps (5% or NIS 100, whichever is lower), and defective product handling per Sections 14G, 11, and 2. - Israeli SLA & Escalation Management: Configures SLA timers around Sunday-Thursday business hours, Shabbat, and holidays, plus four-level escalation workflows with auto-triggers. - Use Case: An e-commerce store receives a return request 10 days after delivery. The skill verifies the cooling-off window, checks exceptions, calculates the legal cancellation fee, and generates the Hebrew return-instructions response. ## Quick Start Ask the agent to set up customer support automation for your Israeli online store, including Hebrew ticket routing and Consumer Protection Law compliant return handling.

Frequently Asked Questions about israeli-customer-support-automator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I classify Hebrew customer support tickets automatically?

Run the bundled ticket-classifier.py script with the --text flag and Hebrew ticket content. It matches keywords across seven categories (billing, technical, returns, complaints, general, account, shipping) and assigns priority, with escalation to critical when legal terms like "עורך דין" appear.

How to handle product returns under Israeli Consumer Protection Law?

Remote purchases have a 14-day cooling-off period starting from delivery or contract receipt, whichever is later. Cancellation fees are capped at 5% of the price or NIS 100, whichever is lower, and refunds must be issued within 14 days of the cancellation notice.

Can the ticket classifier process multiple tickets from a CSV file?

Yes, use --file with --output to batch-classify tickets from CSV. Specify the text column with --text-column, and the script appends category, Hebrew category name, priority, and confidence columns to the output file.

Does this skill work for non-Israeli consumer protection compliance?

No, it is scoped specifically to Israeli Consumer Protection Law 1981 and Israeli business hours. The skill explicitly excludes non-Israeli consumer protection, chatbot building, and WhatsApp API integration, which require other tools.

Why is my SLA timer not pausing on weekends?

The business hours configuration must mark Saturday as non-business and Friday as closing at 13:00, with timezone set to Asia/Jerusalem. Tickets created Friday afternoon should start their SLA clock Sunday at 08:30.

What integrations does this support automation work with?

It covers Monday.com for ticket pipeline boards with Hebrew columns and automations, and Priority ERP for customer data sync and service call creation. It also references Salesforce, HubSpot, Jira, Slack, and Twilio integration patterns.