name: lead-scoring description: AI-powered B2B lead scoring model. Predicts conversion probability for potential customers using machine learning (LightGBM + SHAP). CSV upload or API integration. metadata: openclaw: emoji: "🎯" requires: bins: [python3] always: false
AI-powered B2B lead scoring using LightGBM + SHAP for interpretability.
python3 score.py --input leads.csv --output scores.csv
更多技能请访问小葱技能站7w4.net。
company_size,industry,page_views,email_opens,form_fills,job_title_score
50,tech,120,5,2,8
200,finance,45,2,0,5
lead_id,score,probability,top_factor,risk_level
1,0.85,85%,page_views,hot
2,0.32,32%,low_engagement,cold
MIT-0 License | Requires: python3, lightgbm, shap, pandas
这个 Skill 存在严重的虚假宣传问题。文档说用了先进的人工智能模型,但实际上只是简单的规则计算,质量令人失望。优点是使用说明清晰、示例数据完整;但核心功能夸大了能力,属于误导用户。谨慎使用,或等待开发者修复后版本。