Install
openclaw skills install sentiment-priority-scorerScore normalized real-estate leads using sentiment, urgency, intent, recency, and record type to produce deterministic priority rankings and P1-P3 buckets. U...
openclaw skills install sentiment-priority-scorerProduce deterministic priority scores for leads without mutating any state.
india-location-normalizer -> sentiment-priority-scorer -> summary-generator
references/sentiment-priority-input.schema.json.sentiment_score in range [-1, 1]intent_score in range [0, 1]recency_score in range [0, 1]urgency_score from lead urgency (high=1.0, medium=0.6, low=0.3)record_type to avoid over-prioritizing generic bulk inventory:
buyer_requirement: apply +0.10 intent lift (hard demand signal)inventory_listing: no lift unless high-action cues are presentintent_score when high-action cues exist in listing text:
immediately, keys at office, one day notice, possession, inspection any timepriority_score on a 0-100 scale:
priority_score = 100 * (0.40*urgency_score + 0.30*intent_score + 0.20*recency_score + 0.10*sentiment_risk)sentiment_risk = max(0, -sentiment_score)P1 for priority_score >= 75P2 for priority_score >= 50 and < 75P3 for < 50evidence tokens that explain the score, including record-type evidence.references/sentiment-priority-output.schema.json.