claude-code-spinner
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 311 GitHub stars
Code Pass
- Code scan — Scanned 2 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
This tool replaces the default English loading spinner phrases in Claude Code with a humorous set of 90+ Russian slang phrases. It also includes an optional sound effect that plays when the AI finishes a task.
Security Assessment
The overall risk is Low. The light code audit scanned two files and found no dangerous patterns, hardcoded secrets, or network requests. However, users should be aware that the installation script (`/install-spinner`) executes local shell commands to modify the `~/.claude/settings.json` file. Additionally, the optional sound hook explicitly runs the `afplay` terminal command. While this specific audio command is completely safe, it is important to note that the project does not currently have a formal license file on GitHub, which technically leaves its usage rights undefined.
Quality Assessment
The project is in active development, with the most recent push occurring today. It boasts solid community trust with over 300 GitHub stars. While the README jokingly mentions an MIT license, the repository lacks an official license file in its root directory. The creator has also helpfully warned users about malicious copycat repositories, which shows a responsible attitude toward community safety.
Verdict
Safe to use, provided you verify you are cloning the official repository and are comfortable running local shell configuration scripts.
Замена фраз спиннера клод-кода для уважаемых вайбкодеров.
claude-code-spinner
⚠️ Внимание: единственный официальный источник этого проекта — github.com/i1kazantsev/claude-code-spinner. Уже существуют вредоносные копии проекта, я никакого отношения к ним не имею, будьте бдительны.
Замена фраз спиннера Claude Code для уважаемых вайбкодеров.
Вместо стандартных Thinking..., Analyzing..., Pondering... будет крутиться "Обкашляю вопросик", "По красоте все сделаем" и еще 90+ фраз.
Установка через Claude Code
git clone https://github.com/i1kazantsev/claude-code-spinner.git
cd claude-code-spinner
Запусти Claude Code и выполни:
/install-spinner
Ручная установка
Скопируй содержимое spinners.json в ~/.claude/settings.json:
{
"spinnerVerbs": {
"mode": "replace",
"verbs": ["Обкашляю вопросик", "По красоте все сделаем", "..."]
}
}
Сектор приз: "Вопросик на тормозах" на хук Stop
Когда основной агент ответит, ты услышишь «Вопросик на тормозах». Работает через afplay (уже есть на macOS).
Установка через Claude Code
/install-hook
Если громко, попроси клод сделать потише. В ручной установке есть пример, можно -v 1 поменять на -v 0.5.
Ручная установка
Скопируй sounds/stop-hook.mp3 в ~/.claude/sounds/ и добавь хук в ~/.claude/settings.json:
{
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "afplay -v 1 ~/.claude/sounds/stop-hook.mp3"
}
]
}
]
}
}
Лицензия
Какая еще лицензия? Ладно, MIT.
На связи
Телега: Несерьезный айтишник
Рассказываю про разработку с ИИ. Заглядывай.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found