AI Agent Hub
Back to skills
Smart Store Site Selection Engine icon

Smart Store Site Selection Engine

Business Operations Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please install @user_07c6a703/smart-site-selection-skill according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem It Solves

Store site selection often fails in two ways: the model improvises a location without customer segment, business format, or operating strategy, or it crosses data boundaries by inventing competitor counts, transit details, or scores. smart-site-selection-skill turns the task into a controlled SOP: validate key parameters, fetch only verifiable coordinates, then hand off detailed computation and rendering to a Python backend.

How It Works

  • Hard-stop validation: if core customer segment or store strategy is missing, it triggers message or proactive-agent and ends the turn instead of continuing.
  • Coordinate fetching only: it uses the AMap POI plugin to retrieve top three qualifying locations with center coordinates, without querying transit, competitor, or business-facility details.
  • Insight generation: it produces a macro-level market assessment and brief pros/cons notes for the three business districts.
  • Report handoff: coordinates, location names, and generated insights are passed to the backend engine for an HTML report with ECharts and a static map.

Boundaries

It is suited for early-stage site selection when city, district, category, target segment, and store strategy are already defined. It should not be used for exact competitor store counts, transit point details, engineering conditions, or final scoring; those depend on the Python backend and required skills.

Use Cases

  • Plan a beverage store in a target city, then generate top three district insights after defining segment and strategy.
  • Use AMap POI coordinates to produce early-stage commercial insight for a known district, category, and customer segment.
  • Force a clarification step when store strategy or target segment is missing, instead of producing unsupported scores.
  • Compile district names, coordinates, and macro/micro commentary into a single-file HTML report.

Best For

  • Chain expansion managers who need shortlisted districts and a reviewable site-selection report in a new city.
  • Store operations leads who want to validate store direction using customer segment and operating strategy.
  • Business analytics engineers who need to connect POI coordinates, insight text, and backend scoring.
  • Agent builders who want a site-selection workflow with parameter gates and clear role boundaries.