evo-document-classify-and-sort

SkillFiles & storage

Classifies document text into 5 categories (LLM, trapped_ion_and_qc, black_hole, DNA, music_history) using weighted keyword matching, then moves files into folders.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the evo-document-classify-and-sort skill

What this skill tells your AI

The instructions your AI receives, as published by openlair/openskill in tasks-evolved/organize-messy-files/environment/skills/evo-document-classify-and-sort/SKILL.md and read by ahel’s review.

Usage

import sys
sys.path.insert(0, '/app/environment/skills/evo-document-classify-and-sort/scripts')
sys.path.insert(0, '/app/environment/skills/evo-document-text-extraction/scripts')
from utils import extract_text
import importlib
classify_mod = importlib.import_module('utils')
# Better approach:
sys.path.insert(0, '/app/environment/skills/evo-document-classify-and-sort/scripts')
from utils import classify_document, create_category_folders, sort_files_into_folders

Key Functions

  • classify_document(text) - returns category string
  • create_category_folders(base_dir) - creates 5 folders
  • sort_files_into_folders(source_dir, dest_base_dir, extract_fn) - full pipeline
  • get_category_keywords() - returns keyword dictionaries

Signals

GitHub stars
89
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
evo-document-classify-and-sort
Source
github.com/openlair/openskill