Flash Windows taskbar when Claude needs your attention — permission prompts, questions, and task completion. macOS/Linux support planned.
当 Claude Code 需要你关注时(弹出选项、权限请求、任务完成),让 Windows 任务栏图标闪烁提醒。
当你切到其他窗口后,终端任务栏图标会在以下情况闪烁:
切回终端后闪烁自动停止。闪烁机制:先快速闪烁 3 次引起注意,若仍未切回则保持高亮状态,直到你切回终端。
| 平台 | 状态 |
|---|---|
| Windows (Windows Terminal/ IDE) | 已支持 |
| macOS | 计划中 |
| Linux | 计划中 |
/plugin marketplace add zhangshaoyi979/claude-taskbar-flash
/plugin install taskbar-flash@claude-taskbar-flash
/taskbar-flash
/taskbar-flash update
/taskbar-flash uninstall
skills/taskbar-flash/scripts/flash-taskbar.ps1 到 ~/.claude/~/.claude/settings.json 中添加以下配置:{
"hooks": {
"PreToolUse": [
{
"matcher": "AskUserQuestion",
"hooks": [{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -Command \"& (Join-Path (Resolve-Path ~) '.claude\\flash-taskbar.ps1')\"",
"async": true
}]
}
],
"PermissionRequest": [
{
"matcher": "",
"hooks": [{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -Command \"& (Join-Path (Resolve-Path ~) '.claude\\flash-taskbar.ps1')\"",
"async": true
}]
}
],
"Stop": [
{
"matcher": "",
"hooks": [{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -Command \"& (Join-Path (Resolve-Path ~) '.claude\\flash-taskbar.ps1')\"",
"async": true
}]
}
]
},
"permissions": {
"allow": ["Bash(powershell *)"]
}
}
使用插件卸载:输入 /taskbar-flash,然后说 "uninstall" 或 "卸载",Claude 会自动清理。
手动卸载:从 ~/.claude/settings.json 中移除 hooks 配置,并删除 ~/.claude/flash-taskbar.ps1。
flash-taskbar.ps1 调用 Windows FlashWindowEx API:
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub zhangshaoyi979/claude-taskbar-flash --plugin taskbar-flashUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.