Built a simple CLI:
pip install askill
skill browse # paginated list of all skills
skill search mcp # find by keyword
skill use pdf # install to your project
It clones their repo and parses SKILL.md files. ~300 lines of Python.