Asuku
Description
macOS menu bar app for CLI agent (Claude Code) permission request notifications
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
asuku
macOS menu bar app for managing [Claude Code](https://docs.anthropic.com/en/docs/claude-code) permission requests via native notifications.
When Claude Code needs permission to run a tool (Bash, Write, Edit, etc.), asuku delivers it as a macOS notification with Allow / Deny actions. You can also respond from your iPhone via [ntfy](https://ntfy.sh).
[Japanese / 日本語](README-jp.md)
Features
- macOS notifications — Alert-style with Allow / Deny actions
- Menu bar UI — Pending requests, quick actions, recent activity
- iPhone notifications — Respond remotely via ntfy + Cloudflare Tunnel (opt-in)
- Auto Approve — Optionally allow every permission request immediately (disabled by default)
- Auto-deny timeout — Automatically denies after 280s
- Sensitive data masking — Tokens and API keys are masked in notifications
- One-click hook install — Registers hooks in Claude Code settings
- Launch at login
Requirements
- macOS 14.0 (Sonoma) or later
- Claude Code installed
Getting Started
1. Install
brew tap ushironoko/tap
brew install --cask asuku
**Note:** asuku is ad-hoc signed (not notarized by Apple). If macOS Gatekeeper blocks the app on first launch, run:
xattr -cr /Applications/asuku.app
2. Install the hook
Click **"Install Hook..."** in the menu bar dropdown, or go to **Settings → Install Hook to Claude Code**.
This registers asuku as a [Claude Code hook](https://docs.anthropic.com/en/docs/claude-code/hooks) in `~/.claude/settings.json`.
3. Configure notifications
On first launch, grant notification permission when prompted. Then go to **System Settings → Notifications → asuku** and set the style to **Alerts** (not Banners) so that Allow / Deny buttons are always visible.
4. Use it
Start Claude Code as usual. When it needs permission, you'll see:
- A macOS notification with Allow / Deny buttons
- The requ
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11