返回顶部
s

sentiment-priority-scorer

Score normalized real-estate leads using sentiment, urgency, intent, recency, and record type to produce deterministic priority rankings and P1-P3 buckets. Use when users ask to prioritize hot leads, rank callback queue, or triage follow-ups without performing writes or outbound sends. Recommended chain: india-location-normalizer then sentiment-priority-scorer then summary-generator and action-suggester.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
539
下载量
0
收藏
概述
安装方式
版本历史

sentiment-priority-scorer

# Sentiment Priority Scorer Produce deterministic priority scores for leads without mutating any state. ## Quick Triggers - Rank leads by urgency and tone for callback priority. - Classify leads into P1/P2/P3 queue. - Score follow-up priority from normalized lead records. ## Recommended Chain `india-location-normalizer -> sentiment-priority-scorer -> summary-generator` ## Execute Workflow 1. Accept input from Supervisor containing normalized leads. 2. Validate input with `references/sentiment-priority-input.schema.json`. 3. Score each lead with: - `sentiment_score` in range `[-1, 1]` - `intent_score` in range `[0, 1]` - `recency_score` in range `[0, 1]` - mapped `urgency_score` from lead urgency (`high=1.0`, `medium=0.6`, `low=0.3`) 4. Use `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 present 5. Boost `intent_score` when high-action cues exist in listing text: - `immediately`, `keys at office`, `one day notice`, `possession`, `inspection any time` 6. Compute `priority_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)` 7. Assign buckets: - `P1` for `priority_score >= 75` - `P2` for `priority_score >= 50 and < 75` - `P3` for `< 50` 8. Produce plain-language `evidence` tokens that explain the score, including record-type evidence. 9. Validate output with `references/sentiment-priority-output.schema.json`. ## Enforce Boundaries - Never write to Google Sheets, databases, or files. - Never send messages or trigger outbound channels. - Never create reminders or execute actions. - Never bypass Supervisor routing or approvals. - Never replace upstream urgency; only derive scoring fields. ## Handle Errors 1. Reject schema-invalid inputs. 2. Return field-level reasons when scoring cannot be computed. 3. Fail closed if required scoring features are missing.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 sentiment-priority-scorer-1776320535 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 sentiment-priority-scorer-1776320535 技能

通过命令行安装

skillhub install sentiment-priority-scorer-1776320535

下载 Zip 包

⬇ 下载 sentiment-priority-scorer v1.0.2

文件大小: 3.57 KB | 发布时间: 2026-4-16 17:30

v1.0.2 最新 2026-4-16 17:30
Align broker-group contracts: dataset_mode, record_type, and expanded summary/prioritization schemas.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部