gotolu/cx-notifier-marketplace — explained in plain English
Analysis updated 2026-05-18
Get a desktop or phone notification when Codex or Claude Code finishes replying or needs approval.
Route notifications to Feishu, WeCom, DingTalk, or a custom HTTPS webhook.
Set up desktop notifications in seconds with no bot account or secret key required.
Configure a Feishu bot with signature verification for a more secure setup.
| gotolu/cx-notifier-marketplace | 0311119/free_registertool | 18597990650-lab/multi-agent-game | |
|---|---|---|---|
| Stars | 24 | 24 | 24 |
| Language | Python | Python | Python |
| Setup difficulty | easy | hard | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Phone alerts require creating a Feishu, WeCom, or DingTalk bot and its webhook URL.
CX Notifier is a plugin for Codex and Claude Code that pings you when a coding agent finishes a task or needs your approval, so you can hand off a task and step away instead of watching the terminal. Its playful Chinese name translates roughly to beast of burden caller. Once installed, it watches for approval requests or the end of a reply and sends a notification through Feishu, WeCom, DingTalk, a macOS or Linux desktop alert, or a generic HTTPS webhook. The plugin is built with privacy limits in mind. It never sends your code, diffs, terminal output, tool arguments, or the assistant's actual reply. A task completion notification only includes a short, redacted summary of your own question from that turn, capped at 160 characters. Notification channels also cannot be used to remotely approve anything, you always have to go back to the original coding session to continue. Setup is meant to be quick. A single command line script configures desktop notifications on macOS or Linux with no bot account or secret key needed, and triggers a test notification to confirm it works. For phone alerts, a separate setup script walks you through connecting a Feishu bot, including optional signature verification for extra security, and stores the resulting webhook and secret in a local config file readable only by your own user account. Both Codex and Claude Code share the same underlying hook, notification channel, and routing configuration, installed through each tool's own plugin marketplace command. Claude Code supports automatic plugin updates once enabled, or a manual update command for troubleshooting. The repository includes a release check script that scans for accidentally committed secrets, local config files, or real credentials before anything is published. Written in Python and licensed under MIT, this project is aimed at developers who run Codex or Claude Code for longer unattended tasks and want a reliable way to be notified without exposing their code or conversation content.
A notifier plugin for Codex and Claude Code that alerts you by chat app or desktop when a task finishes or needs approval.
Mainly Python. The stack also includes Python, Codex, Claude Code.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.