Beta Lead Scoring
/install betaleadscore
Lead Scoring Model
AI-powered B2B lead scoring using LightGBM + SHAP for interpretability.
Usage
python3 score.py --input leads.csv --output scores.csv
Features
- CSV upload → scored leads with conversion probability
- Top features driving each score (SHAP)
- Ranked priority list
- Pipeline: LightGBM → SHAP → actionable insights
Input CSV Format
company_size,industry,page_views,email_opens,form_fills,job_title_score
50,tech,120,5,2,8
200,finance,45,2,0,5
Output
lead_id,score,probability,top_factor,risk_level
1,0.85,85%,page_views,hot
2,0.32,32%,low_engagement,cold
Notes
MIT-0 License | Requires: python3, lightgbm, shap, pandas
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install betaleadscore - After installation, invoke the skill by name or use
/betaleadscore - Provide required inputs per the skill's parameter spec and get structured output
What is Beta Lead Scoring?
AI-powered B2B lead scoring model. Predicts conversion probability for potential customers using machine learning (LightGBM + SHAP). CSV upload or API integr... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Beta Lead Scoring?
Run "/install betaleadscore" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Beta Lead Scoring free?
Yes, Beta Lead Scoring is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Beta Lead Scoring support?
Beta Lead Scoring is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Beta Lead Scoring?
It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.