Auto-Pilot
Updated a month ago

buhi

Gguchey
0.0k
guchey/buhi
72
Agent Score

💡 Summary

English summary.

🎯 Target Audience

Persona 1Persona 2Persona 3

🤖 AI Roast:Powerful, but the setup might scare off the impatient.

Security AnalysisLow Risk

Risk: Low. Review: shell/CLI command execution; filesystem read/write scope and path traversal. Run with least privilege and audit before enabling in production.

Buhi

A Claude Code skill that provides audible notifications for task completions and user confirmations.

Overview

Buhi adds sound notifications to your Claude Code workflow. You'll hear a distinctive "Buhi" sound in two scenarios:

  • When tasks complete - perfect for knowing when long-running operations finish
  • When user confirmation is requested - get alerted when Claude needs your input (Yes/No prompts, multiple choice, etc.)

No more constantly monitoring your terminal!

The skill automatically detects whether it's installed globally or locally, and configures the appropriate settings.json file with absolute paths for reliable operation. No manual configuration required - just run /buhi once and you're done.

Quick Start

Installation

You can install Buhi globally or locally in your project:

Global installation (notifications for all projects):

npx add-skill guchey/buhi

Local installation (notifications only for this project):

npx add-skill guchey/buhi --local

Setup

Run the command to test the sound and configure automatic notifications:

/buhi

That's it! The /buhi command will:

  1. Detect whether it's installed globally or locally
  2. Play the notification sound
  3. Automatically configure the appropriate settings.json file with the correct absolute paths
  4. Enable notifications for:
    • Task completions (Stop hook)
    • User confirmation requests via PreToolUse hook for AskUserQuestion tool

Now you'll hear the sound when tasks complete and when Claude needs your input (globally or per-project, depending on your installation).

What's Included

  • /buhi - Command to play the sound and configure automatic notifications
  • buhi.m4a - Audio file (cute pig sound effect)
  • Automatic hook configuration with intelligent path detection:
    • Stop hook: Task completion notifications
    • PreToolUse hook (matcher: AskUserQuestion): User confirmation notifications
    • Global: ~/.claude/settings.json (affects all projects)
    • Local: .claude/settings.json (project-specific)
  • Absolute path resolution (works regardless of current directory)

Features

  • Zero configuration: Just run /buhi and it's ready to use
  • Smart path detection: Automatically detects global vs local installation
  • Cross-platform: Works on macOS, Linux, and Windows
  • Absolute paths: Uses absolute paths for reliable operation from any directory
  • Flexible installation: Choose global (all projects) or local (per-project) notifications
  • Customizable: Adjust volume, change sounds, or disable as needed

Use Cases

  • Long-running builds and compilations
  • Test suite execution
  • Large file operations
  • Background task completion notifications
  • User confirmation alerts (Yes/No prompts, multiple choice decisions)
  • Multi-tasking - switch to other apps and get alerted when Claude needs your input
  • Staying focused while waiting for operations to complete

Documentation

For detailed usage, customization options, and troubleshooting, see SKILL.md.

License

MIT License - See LICENSE file for details.


Note: The name "Buhi" comes from the Japanese onomatopoeia for a pig's snort (ブヒ).

5-Dim Analysis
Clarity8/10
Novelty6/10
Utility8/10
Completeness7/10
Maintainability7/10
Pros & Cons

Pros

  • p1
  • p2

Cons

  • c1
  • c2

Related Skills

claude-domain-skills

B
toolAuto-Pilot
72/ 100

“Powerful, but the setup might scare off the impatient.”

my-skills

B
toolAuto-Pilot
72/ 100

“Powerful, but the setup might scare off the impatient.”

terraform-ibm-modules-skills

B
toolAuto-Pilot
72/ 100

“Powerful, but the setup might scare off the impatient.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author guchey.