Автообнаружение и установка скиллов для AI-инструментов
★ 7.9 · ai-tooling
cli-skill-collector is a Claude Code skill that automatically detects installed CLI coding tools — Claude Code, Codex, Cursor, Copilot, Cline, OpenCode, and others from OmniRoute's catalog — and finds matching agent skills on GitHub to install into them. Detection runs through OmniRoute's built-in API at `/api/skills/collect/detect`, which returns each tool's `installed` and `runnable` status along with GitHub repositories containing SKILL.md files, scored by relevance and star count. Discovered skills are installed to one or more target tools via a POST request to `/api/skills/collect/install`. It's designed for developers who want to extend their AI coding agents quickly without manually hunting for compatible skill repositories.
- #cli
- #agent-skills
- #github
- #omniroute
- #skill-discovery
- #automation