Agent Completion Notification — Communication skill for Claude Code
推送 Agent (Claude Code、Codex)完成/等待通知到 Bark、飞书、钉钉、企微、TG等.
How to install Agent Completion Notification
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Windyskr/agent-completion-notification and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agent Completion Notification does
推送 Agent (Claude Code、Codex)完成/等待通知到 Bark、飞书、钉钉、企微、TG等。原生 hook 接入,单文件,极小体积,一行命令即可安装,无常驻进程,无 GUI。
Alternatives in Communication
- Codepilot — A native desktop GUI for Claude Code — chat, code, and manage projects visually 4.3k ★
- Lark Coding Agent Bridge — Bot that bridges Feishu/Lark messenger with a local Claude Code or Codex CLI 2.4k ★
- Notifications Init — Alias for init — Download notification binary 806 ★
README
acn(Agent Completion Notification)
[English](README.en.md)
推送 Agent(Claude Code、Codex、OpenCode)完成通知到 Bark、飞书、钉钉、企微、Slack、Teams、TG 等。 通过原生 hook / plugin 接入,单文件极小体积,一行命令即可安装,无常驻进程,无 GUI。

快速接入
macOS
brew install windyskr/tap/acn
Windows
scoop bucket add windyskr https://github.com/Windyskr/scoop-bucket
scoop install windyskr/acn
Linux
从 [GitHub Releases](https://github.com/Windyskr/agent-completion-notification/releases) 下载对应架构的 `acn_<版本>_linux_amd64.tar.gz`(或 `linux_arm64`),解压后把 `acn` 放入 `PATH`:
curl -sL https://github.com/Windyskr/agent-completion-notification/releases/latest/download/acn_$(curl -s https://api.github.com/repos/Windyskr/agent-completion-notification/releases/latest | grep -o '"tag_name": *"[^"]*"' | cut -d'"' -f4 | tr -d v)_linux_amd64.tar.gz | tar -xz
sudo install -m 0755 acn /usr/local/bin/acn
其他安装方法
使用仓库提供的 PowerShell 安装脚本。脚本会自动选择 x64/ARM64 版本、校验 SHA-256、安装到用户目录并加入用户 `PATH`:
$installer = Join-Path $env:TEMP 'install-acn.ps1'
Invoke-WebRequest https://raw.githubusercontent.com/Windyskr/agent-completion-notification/main/install.ps1 -OutFile $installer
& $installer
不想使用包管理器时,也可以从 [GitHub Releases](https://github.com/Windyskr/agent-completion-notification/releases) 下载对应的 Windows ZIP,解压后把目录加入 `PATH`。
`go install` 作为已有 Go 工具链的开发者安装方式:
go install github.com/windyskr/agent-completion-notification/cmd/acn@latest
# 配置通知渠道(至少配置一个)
# 推荐使用 bark:在苹果手机 App Store 搜索并下载 Bark 应用,即可获取推送地址
acn config bark-url https://api.day.app/your_key
acn config feishu-url https://open.feishu.cn/open-apis/bot/v2/hook/your_key
acn config dingtalk-url https://oapi.dingtalk.com/robot/send?access_token=your_key
acn config wecom-url https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=your_key
acn config slack-url https://hooks.slack.com/services/your/webhook
ac
Related Skills
OrbCue
Desktop orb for Windows that cues you when Claude Code, Grok, Codex or Cursor Agent needs you. Working session
Notify Nt
Completion ping — desktop notification + optional ntfy.sh phone push. Best-effort; a failed ping never fails t
Claude Code Toast
A Claude Code Notification hook for MacOS that displays a toast message when Claude Code is waiting for the us
Skills Video
Video skills for Claude Code, Codex, Cursor — YouTube Shorts/Reels/TikTok clip creation from long-form video,
Wechat Persona Insight
微信聊天记录 → 人格画像与关系洞察:本地解密、行为统计、语言模式、抢功检测、单文件 HTML 报告 Local-first personality & relationship insights from decryp
Codex CLI Dispatch
OpenClaw skill: dispatch coding tasks to OpenAI Codex CLI with auto Telegram notification
Related Agents
GPT Delegate
Assigns a task to a GPT model (Codex) for execution and monitors the background job through completion. Use wh
Wd Researcher
Use this agent for time-boxed investigations that feed specs - provider TOS and rate-limit realities, Claude C
Hcs Hook Integrator
Wires Claude Code + Codex hooks to the HCS substrate without embedding policy in hook bodies. Maintains .claud