ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

جاك العلم

Personal Shopper — multi-agent product/service research and recommendation for Saudi Arabia. USE WHEN: - User asks to find, compare, recommend, or buy a product or service - "what's the best X", "compare X vs Y", "find me a good X" - "أبغى أشتري", "وش أفضل", "قارن لي", "ابحث لي عن" - User asks "is this a good deal" or "should I buy X or Y" - Product comparison by specs, price, or value DON'T USE WHEN: - Market analysis for business entry → use mckinsey-research - Comparing companies as businesses (not products) → use mckinsey-research - Price tracking over time or deal alerts → not supported - Reviewing/troubleshooting a product they already own → answer directly - Simple factual question about a product ("how much RAM does iPhone have") → answer directly - Order placement, returns, or refunds → not supported EDGE CASES: - "أبغى أشتري لابتوب" → this skill - "أبغى أفتح متجر لابتوبات" → mckinsey-research (business, not purchase) - "وش أفضل شاشة" → this skill - "وش حجم سوق الشاشات" → mckinsey-research - "هل السعر هذا حلو على أمازون" → this skill - "حلل لي سوق التجارة الإلكترونية" → mckinsey-research - "قارن لي بين منتجين" → this skill - "قارن لي بين شركتين" → mckinsey-research INPUTS: Product type or name, budget (optional), use case (optional), preferences (optional) TOOLS: sessions_spawn (sub-agents), web_fetch, web_search, camofox_* (with strict limits per agent) OUTPUT: HTML report saved to shopping-reports/{date}-{slug}.html (Arabic, RTL, mobile-friendly) SUCCESS: User gets 3 ranked options with verified prices, source URLs, coupons, and a clear recommendation

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/abdullah4ai/personal-shopper
Or

جاك العلم 🔍 — Personal Shopper v4

An agent orchestration skill. The main assistant acts as Router/Orchestrator, spawning sub-agents to research products or services, then scoring and rendering a final Arabic HTML report.

Reference files in references/ provide supplementary detail. If any reference file contradicts this file, follow SKILL.md.


Architecture

[User Request]
      |
[Router] ← main assistant, NOT a sub-agent
      |
 ┌────┼──────────┐
 │    │          │
Simple Standard  Service
Scout  A+K       Finder
  │  (parallel)    │
  │     │         │
  │  Bargain    Verifier
  │ (sequential)   │
  └────┼──────────┘
      |
   [Court]
      |
  [Renderer → HTML Report]

1 · Router (Orchestrator)

The main assistant classifies every request. Do not spawn a sub-agent for routing.

Classification Output (internal JSON)

{
  "category": "electronics|grocery|medicine|clothing|furniture|services|automotive|toys",
  "type": "product|service",
  "complexity": "simple|standard|service",
  "search_language": "both|ar_only",
  "stores_tier1": ["..."],
  "stores_tier2": ["..."],
  "mainstream_brands": ["brand1", "brand2"],
  "query_en": "English search query",
  "query_ar": "استعلام بحث عربي"
}

Path Selection

PathTriggerAgentsToken Budget
SimpleANY 2 of: commodity item, est. price < 50 SAR, exact product specified, fungibleScout → Court → Renderer~115K
StandardMeaningful product differentiation (electronics, furniture, clothing, appliances)Advocate + Skeptic ‖ → Bargain Hunter → Court → Renderer~235K
ServiceServices (massage, salon, restaurant, repair, delivery)Finder → Verifier → Court → Renderer~155K

Language Rules

CategoryLanguage
Electronics, Clothing, Furnitureboth (EN + AR queries)
Grocery, Medicine, Servicesar_only

Mainstream Brands

Router identifies the top 2-3 dominant brands in the category and passes them as mainstream_brands. These are banned for the Skeptic agent. Examples:

  • Monitors → Samsung, LG
  • Headphones → Sony, Apple
  • Furniture → IKEA

2 · Store Database

Tier 1 — Always Check

CategoryStores
Electronicsamazon.sa, noon.com, jarir.com, extra.com
Grocerynana.sa, danube.com.sa, carrefourksa.com
Medicinenahdi.sa, al-dawaa.com
Clothingnamshi.com, noon.com, 6thstreet.com
Furnitureikea.sa, homebox.sa, noon.com, homezmart.com
ServicesGoogle Maps, fresha.com
Generalnoon.com, amazon.sa

Tier 2 — Fallback / Skeptic Sources

CategoryStores
Electronicsaliexpress.com, ubuy.com.sa
Furniturepan-home.com, abyat.com
Generalharaj.com.sa, Facebook Marketplace

Cashback & Coupon Sources

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-abdullah4ai-personal-shopper": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

openclaw-watchdog

Self-healing monitoring system for OpenClaw gateway. Auto-detects failures, fixes crashes, and sends Telegram alerts.

abdullah4ai 4473

visual-prompt-engine

Generate diverse, non-repetitive image prompts powered by real visual references from Dribbble and design platforms. USE WHEN: user wants an image prompt, needs creative visual inspiration, asks for design-informed prompts, wants to avoid repetitive AI image generation, or says 'generate a prompt for an image', 'give me a creative image idea', 'make me a unique visual prompt'. DON'T USE WHEN: user wants to generate the image itself (use an image generation tool), wants to edit an existing image, or needs text-only content. EDGE CASES: 'make me an image' → use image generation tool, then optionally this skill for the prompt. 'improve this image prompt' → this skill. 'I keep getting similar AI images' → this skill (solves repetition).

abdullah4ai 4473

apple-developer-toolkit

All-in-one Apple developer skill with three integrated tools shipped as a single unified binary. (1) Documentation search across Apple frameworks, symbols, and 1,267 WWDC sessions from 2014-2025. No credentials needed. (2) App Store Connect CLI with 120+ commands covering builds (find/wait/upload), TestFlight, pre-submission validate, submissions, signing, subscriptions (family-sharable), IAP, analytics, Xcode Cloud, metadata workflows, release pipeline dashboard, insights, win-back offers, promoted purchases, product pages, nominations, accessibility declarations, pre-orders, pricing filters, localizations update, diff, webhooks with local receiver, workflow automation, and more. Requires App Store Connect API key. (3) Multi-platform app builder (iOS/watchOS/tvOS/iPad/macOS/visionOS) that generates complete Swift/SwiftUI apps from natural language with auto-fix, simulator launch, interactive chat mode, and open-in-Xcode. Requires an LLM API key and Xcode. Includes 38 iOS development rules and 12 SwiftUI best practice guides for Liquid Glass, navigation, state management, and modern APIs. All three tools ship as one binary (appledev). USE WHEN: Apple API docs, App Store Connect management, WWDC lookup, or building iOS/watchOS/tvOS/macOS/visionOS apps from scratch. DON'T USE WHEN: non-Apple platforms or general coding.

abdullah4ai 4473

prompt-architect

Transform rough ideas into professional-grade LLM prompts. Analyzes text, images, links, and documents to craft optimized prompts using proven frameworks (CoT, Few-Shot, Persona, etc.). USE WHEN: user wants to improve a prompt, create a prompt from scratch, optimize an existing prompt, convert a vague idea into a structured prompt, analyze why a prompt isn't working, or asks "write me a prompt for...", "improve this prompt", "prompt engineer this". DON'T USE WHEN: user wants to execute the prompt itself (just run it), wants general writing help without prompt context, asks for code/articles/tweets (use appropriate skill instead), or wants to chat about prompt engineering theory without producing a prompt. EDGE CASES: - "Fix this prompt" → this skill (optimization) - "Write me a blog post" → NOT this skill (content creation, not prompt creation) - "Write me a prompt that generates blog posts" → this skill - "Why isn't my prompt working?" → this skill (diagnosis + fix) - "اكتب لي برومبت" → this skill - "حسن هالبرومبت" → this skill - "اكتب لي مقال" → NOT this skill (use katib-al-maqalat) INPUTS: Rough idea, existing prompt, images, links, documents, or any combination. OUTPUTS: Optimized prompt in a code block, ready to copy. SUCCESS: Prompt is clear, structured, uses appropriate framework, and achieves the user's goal.

abdullah4ai 4473

mckinsey-research

Run a full McKinsey-level market research and strategy analysis using 12 specialized prompts. USE WHEN: - market research, competitive analysis, business strategy, TAM analysis - customer personas, pricing strategy, go-to-market plan, financial modeling - risk assessment, SWOT analysis, market entry strategy, comprehensive business analysis - بحث سوق, تحليل استراتيجي, تحليل منافسين, دراسة جدوى, خطة عمل - "حلل لي السوق" for business entry or investment decisions DON'T USE WHEN: - User wants a quick opinion on a business idea → just answer directly - Product recommendations or shopping → use personal-shopper - Content strategy for social media → use viral-equation - Simple web search for company info → use web_search directly - Comparing products to buy → use personal-shopper - Analyzing a single competitor briefly → just answer directly EDGE CASES: - "حلل لي السوق" with a specific product to buy → personal-shopper (not this skill) - "حلل لي السوق" for business entry → this skill - "وش أفضل منتج" → personal-shopper - "وش حجم سوق X" → this skill - "قارن لي بين منتجين" → personal-shopper - "قارن لي بين شركتين" as competitors → this skill - "دراسة جدوى مشروع" → this skill - "أبغى أفتح مشروع" → this skill (full analysis) - "أبغى أشتري لابتوب" → personal-shopper (purchase, not business) INPUTS: Business description, industry, target customer, geography, financials (optional) TOOLS: sessions_spawn (sub-agents), web_search, web_fetch OUTPUT: Complete strategy report saved to artifacts/research/{date}-{slug}.html SUCCESS: User gets 12 consulting-grade analyses synthesized into one actionable report

abdullah4ai 4473