Cluster Naming
SkillDev toolsAssign human-readable, non-overlapping representative names to clusters using TF-IDF and centroid proximity.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Cluster Naming skill
What this skill tells your AI
The instructions your AI receives, as published by openlair/openskill in tasks-evolved/taxonomy-tree-merge/environment/skills/evo-cluster-naming/SKILL.md and read by ahel’s review.
Usage
import sys; sys.path.insert(0, '/app/environment/skills/evo-cluster-naming/scripts')
from name_utils import name_all_levels
level_names = name_all_levels(label_matrix, texts, embeddings)
# returns dict: (level_idx, cluster_path_tuple) -> name string
Signals
- GitHub stars
- 89
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
evo-cluster-naming- Source
- github.com/openlair/openskill