Back to Registry View Author Profile
Official Verified
Oee Crm Intelligence
Skill by odinbot33
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/odinbot33/oee-crm-intelligenceOr
🐾 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
- Stage 1 — Quick keyword/pattern filter (fast, cheap)
- Stage 2 — AI-powered relevance scoring (deeper analysis)
- Learns from your feedback to improve over time
Trigger Phrases
- "filter my contacts"
- "score this lead"
- "who should I reach out to"
- "CRM filter"
- "prioritize contacts"
Usage
# 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
Files
crm_filter.py— main filtering enginelearning.json— learned preferences (auto-updated)
Requirements
- Python 3.10+
ANTHROPIC_API_KEYenvironment 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
<!-- 🐾 Huginn watches, Muninn remembers -->Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-odinbot33-oee-crm-intelligence": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.