Install
openclaw skills install oee-crm-intelligenceTwo-stage intelligent filtering and scoring of CRM contacts using keywords and AI, adapting over time to prioritize leads that matter most to you.
openclaw skills install oee-crm-intelligenceby 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.
# Filter contacts from a CSV/JSON
python crm_filter.py filter contacts.json
# Score a specific contact
python crm_filter.py score "John Doe" --context "met at conference"
# Show learning stats
python crm_filter.py stats
crm_filter.py — main filtering enginelearning.json — learned preferences (auto-updated)ANTHROPIC_API_KEY environment variable (for Stage 2 AI scoring)Run from the skill directory. Filter results come as JSON on stdout.
python crm_filter.py filter contacts.json --top 10
<!-- 🐾 Huginn watches, Muninn remembers -->