Установка скиллов из GitHub и архивов
★ 7.3 · vibe-coding
skill-downloader is a Claude Code skill that downloads and installs other skills from GitHub repositories, compressed archives (.zip, .tar.gz, .tgz, .skill), and direct URLs. It automatically detects the source type and picks the appropriate method: git sparse checkout for GitHub, download-and-extract for archives, and direct copy for local paths. Every downloaded skill is validated — the package must contain SKILL.md with valid YAML frontmatter (name and description fields) and pass a malicious-content check. Three Python scripts handle the work: download_from_github.py, download_from_archive.py, and the unified download_skill.py; a --force flag overwrites an already-installed skill. It integrates with workflow-creator to place skills inside a workflow's .claude/skills/ directory, and supports sources like the official Anthropic skills repo, community collections, and skillhub.club.