Author: @skills-il
Audit and ensure Israeli e-commerce legal compliance — Consumer Protection Law, return policies, price display, accessibility, and cookie consent.
npx skills-il add skills-il/security-compliance --skill israeli-ecommerce-complianceNote: This skill provides compliance guidance. It does not replace legal counsel. Recommend consulting a consumer protection attorney (orech din specializing in mishpat tzarchani) for specific compliance decisions.
Verify 14-day cooling-off period for distance selling (mecher merachok):
Check for required pre-purchase disclosures:
Generate compliant Hebrew Terms of Service (תנאי שימוש) including:
Generate Return Policy (מדיניות החזרות) per legal requirements:
Israeli websites must comply with IS 5568 accessibility standard (based on WCAG 2.1 AA). Use browser automation to scan for:
Amendment 36 to the Equal Rights for People with Disabilities Law applies to:
Israeli e-commerce sites must prominently display:
These must appear on the website (typically in footer or "About Us"). Must also appear on every invoice/receipt.
Israeli Communications Law (Amendment 2022) requires:
Essential cookies (login, shopping cart) don't require consent. Analytics and marketing cookies require explicit opt-in.
User says: "I'm launching an online clothing store, make sure it's compliant with Israeli law" Actions:
User says: "I need a return policy for my electronics store that's legal in Israel" Actions:
User says: "We got a complaint about our website's accessibility, can you check it?" Actions:
references/consumer-protection-law.md — Summary of Israeli Consumer Protection Law requirements for e-commerce: distance selling rules, cooling-off periods (standard and extended), cancellation fees, price display requirements, required disclosures, and exceptions. Consult when auditing compliance in Steps 1-2 or generating legal documents in Step 3.Cause: Using opt-out instead of opt-in for non-essential cookies, or consent banner not appearing on all pages. Solution: Implement opt-in consent per Communications Law Amendment. Ensure banner appears on first visit before any non-essential cookies are set. Include clear categories (essential, analytics, marketing) with individual toggle controls.
Cause: Dynamic content loaded via JavaScript may not be captured by automated scanning. Solution: Ensure scan waits for full page load including lazy-loaded content. Run additional manual checks for JavaScript-heavy pages. Focus on checkout flow and forms — these are highest-priority accessibility targets.
Cause: Prices shown without VAT or delivery costs hidden until checkout. Solution: All consumer-facing prices must include 18% VAT. Delivery costs must be shown before the payment confirmation step. Use clear format: "₪X.XX (כולל מע"מ)" for all prices. Ensure cart total includes delivery before asking for payment details.
Cause: Required business details not visible or not on every required page. Solution: Add business name, registration number, physical address, phone, email, and contact name to footer (appears on all pages). Also verify these appear on order confirmations and invoices. Israeli Consumer Protection Law specifically requires these for distance selling.
Supported Agents
Trust Score
This skill can execute scripts and commands on your system.
1 occurrences found in code
This skill can make network requests to external services.
1 occurrences found in code
Israeli privacy law implementation code patterns for the Protection of Privacy Law (Chok Haganat HaPratiyut, 1981). Provides consent management code, DSAR workflow implementation, PPA database registration API integration, cross-border data transfer patterns, and GDPR dual-compliance bridging code. Use when user asks to implement privacy compliance in code, build consent forms, handle data subject requests, integrate with database registry, or write GDPR-compatible Israeli privacy code. Do NOT use for regulatory overview (use israeli-privacy-shield instead).
Audit and implement web accessibility compliance per Israeli Standard IS 5568 and the Equal Rights for Persons with Disabilities Law
Assist with Israeli legal research including legislation lookup, case law concepts, Hebrew legal terminology, and legal document preparation guidance. Use when user asks about Israeli law, "chok", "mishpat", "bagatz", court procedures, employment law, contract law, real estate law, or needs help with Hebrew legal terms. Covers civil, commercial, employment, and administrative law. Do NOT use for providing formal legal advice — always recommend consulting a licensed Israeli attorney (orech din). Do NOT use for non-Israeli legal systems.
Want to build your own skill? Try the Skill Creator · Submit a Skill