Author: @skills-il
Manage online selling across Israeli marketplaces — Zap, KSP, Facebook Marketplace, and Instagram Shopping.
npx skills-il add skills-il/developer-tools --skill israeli-marketplace-sellerHelp the user create Hebrew product listings with the required fields: title, description, price (NIS), photos, category, condition, and shipping options. Format listings according to each platform's requirements:
| Platform | Format | Listing Style | Key Requirements |
|---|---|---|---|
| Zap (זאפ) | Structured specs | Manufacturer, model, features, price comparison format | Full product specifications table, category-compliant |
| KSP | Specs table | Comparison-ready product data | Technical specs, model numbers, feature highlights |
| Facebook Marketplace (פייסבוק מרקטפלייס) | Casual | Photo-first, location-based Hebrew description | Clear photos, local area targeting, conversational tone |
| Instagram Shopping (אינסטגרם שופינג) | Visual-first | Short description, hashtags, story-friendly | High-quality images, Hebrew + English hashtags, shopping tags |
SEO optimization:
See references/platform-guides.md for detailed listing format specifications per platform.
Track competitor pricing across Zap and KSP to maintain competitive positioning:
Price monitoring schedule:
price-history.jsonMaintain a single source of truth for inventory across all connected platforms:
Use optimistic locking to prevent overselling on simultaneous purchases.
Centralize and manage incoming messages from all platforms:
Track seller reputation and customer feedback across all platforms:
Provide comprehensive sales data and insights across all platforms:
Report format:
Platform | Sales | Revenue (NIS) | Avg Order | Margin
------------|-------|---------------|-----------|-------
Zap | 8 | 22,000 | 2,750 | 18%
Facebook | 15 | 12,000 | 800 | 22%
Instagram | 3 | 4,500 | 1,500 | 20%
------------|-------|---------------|-----------|-------
Total | 26 | 38,500 | 1,481 | 20%User says: "I want to sell a Samsung Galaxy S24 on Zap, Facebook, and Instagram" Actions:
User says: "Someone on Zap is now selling the same item for 200 NIS less than me" Actions:
User says: "Give me a breakdown of my sales this month" Actions:
references/platform-guides.md — Integration guides for Zap, KSP, Facebook Marketplace Israel, and Instagram Shopping. Covers listing formats, pricing structures, seller dashboards, and API/automation capabilities per platform. Consult when creating listings in Step 1 or monitoring prices in Step 2.Cause: Listing doesn't meet Zap's product specifications format or category requirements. Solution: Verify product category exists on Zap. Ensure all required specification fields are filled (manufacturer, model, key specs). Check Hebrew text encoding. Zap is strict about duplicate listings — search for existing listings first.
Cause: Post may be in review, violates Marketplace policies, or account has restrictions. Solution: Check account standing in Facebook's Commerce Manager. Verify post doesn't violate prohibited items list. Wait 24 hours for review. If recurring, check if the account needs identity verification.
Cause: Simultaneous sales on multiple platforms or manual update while sync is running. Solution: Use optimistic locking — if conflict detected, fetch latest state from all platforms, reconcile, and update. For single-item listings, immediately mark as sold on all platforms when first sale confirms.
Cause: Too frequent scraping triggers rate limiting or CAPTCHA on marketplace sites. Solution: Reduce polling frequency (minimum 4 hours between checks). Use browser automation with human-like patterns. Rotate user agents. Respect robots.txt directives.
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
Validate and format Israeli identification numbers including Teudat Zehut (personal ID), company numbers, amuta (non-profit) numbers, and partnership numbers. Use when user asks to validate Israeli ID, "teudat zehut", "mispar zehut", company number validation, or needs to implement Israeli ID validation in code. Includes check digit algorithm and test ID generation. Do NOT use for non-Israeli identification systems.
Guide Israeli startup operations including company formation, Innovation Authority grants, investment agreements, R&D tax benefits, and employee stock options (Option 102). Use when user asks about starting a company in Israel, IIA grants, "Innovation Authority", SAFE agreements (Israeli), convertible notes, Option 102, employee stock options in Israel, R&D tax benefits, preferred enterprise, or Israeli startup legal/financial setup. Do NOT use for non-Israeli company formation or international tax advice. Always recommend consulting with Israeli lawyer and accountant for binding decisions.
Interactive workflow for creating new skills for the skills-il organization -- guides through category selection, use case definition, folder scaffolding, YAML frontmatter generation with bilingual metadata, instruction writing, Hebrew companion creation, and validation. Use when user asks to "create a new skill", "scaffold a skill for skills-il", "write a SKILL.md", "contribute a skill", "new skill template", or "liztor skill chadash". Do NOT use for editing existing skills or creating skills for non-skills-il platforms.
Want to build your own skill? Try the Skill Creator · Submit a Skill