π¦ ClawHub
OEE CRM Intelligence
by @odinbot33
Two-stage intelligent filtering and scoring of CRM contacts using keywords and AI, adapting over time to prioritize leads that matter most to you.
TERMINAL
clawhub install oee-crm-intelligenceπ About This Skill
πΎ CRM Intelligence β Smart Contact Filtering
> by Odin's Eye Enterprises β Ancient Wisdom. Modern Intelligence.
2-stage Berman-style filtering and contact scoring for your personal CRM. Learns what matters to you.
What It Does
1. Stage 1 β Quick keyword/pattern filter (fast, cheap) 2. Stage 2 β AI-powered relevance scoring (deeper analysis) 3. Learns from your feedback to improve over time
Trigger Phrases
Usage
# Filter contacts from a CSV/JSON
python crm_filter.py filter contacts.jsonScore a specific contact
python crm_filter.py score "John Doe" --context "met at conference"Show learning stats
python crm_filter.py stats
Files
crm_filter.py β main filtering enginelearning.json β learned preferences (auto-updated)Requirements
ANTHROPIC_API_KEY environment variable (for Stage 2 AI scoring)For Agents
Run from the skill directory. Filter results come as JSON on stdout.
python crm_filter.py filter contacts.json --top 10
π‘ Examples
# Filter contacts from a CSV/JSON
python crm_filter.py filter contacts.jsonScore a specific contact
python crm_filter.py score "John Doe" --context "met at conference"Show learning stats
python crm_filter.py stats