Are you the author? Sign in to claim
牛马呼叫器:Codex / Claude Code 跑完或要审批时,自动喊你回来。
活干完了吗?就跑 把任务扔给 Codex 或 Claude Code,然后该摸鱼摸鱼。它要审批、跑完当前回复时,牛马呼叫器会通过飞书、企业微信、钉钉、macOS/Linux 桌面或 HTTPS Webhook 喊你回来。
一条命令检测本机 Codex/Claude Code、安装插件,并启用无需机器人和密钥的桌面通知:
curl -fsSL https://raw.githubusercontent.com/GotoLu/cx-notifier-marketplace/main/scripts/install.py | python3 -
适用于 macOS,或已安装 notify-send 的 Linux。脚本会调用 Codex/Claude Code 官方 marketplace 命令,创建 desktop-main、验证配置并触发一条测试通知。需要手机提醒时,改用下方的飞书命令。完整能力、隐私边界和故障排查见插件说明。
codex plugin marketplace add GotoLu/cx-notifier-marketplace
codex plugin add cx-plugin@cx-notifier
安装后请新建一个 Codex 任务,使 Hook 使用新安装的版本。
claude plugin marketplace add GotoLu/cx-notifier-marketplace
claude plugin install cx-plugin@cx-notifier
安装后运行 /reload-plugins 或新建 Claude Code 会话。具体配置见 插件说明。
第三方 marketplace 默认不自动更新。首次安装后只需开启一次官方自动更新:
/plugin;Marketplaces;cx-notifier;Enable auto-update。此后 Claude Code 会在启动后自动刷新 marketplace 并升级插件。后台检查可能随机延迟最多约 10 分钟;更新完成后按提示运行 /reload-plugins,或者在下一次启动时使用新版本。
尚未开启自动更新或需要立即升级时,复制下面这一条命令:
claude plugin marketplace update cx-notifier && claude plugin update cx-plugin@cx-notifier
命令成功后运行 /reload-plugins,或完全退出并重新启动 Claude Code。只有排查版本时才需要运行 claude plugin details cx-plugin@cx-notifier。0.5.2 应显示 PermissionRequest、UserPromptSubmit 和 Stop。其中 UserPromptSubmit 只在本地记录提问,不会单独发送通知;提问内容会随之后的 Stop 通知发送。0.5.2 还支持事件—项目—渠道路由、诊断命令、钉钉、桌面通知、HMAC 签名 Webhook,以及一键暂停和恢复推送。
在接收通知的飞书群中打开“群设置” → “群机器人” → “添加机器人” → “自定义机器人”。
设置机器人名称并完成添加,复制飞书生成的 Webhook 地址。
建议在机器人的安全设置中启用“签名校验”,并复制签名密钥。若不启用签名校验,后续配置时省略 --secret-prompt。
在终端执行一键安装与配置:
curl -fsSL https://raw.githubusercontent.com/GotoLu/cx-notifier-marketplace/main/scripts/install.py | python3 - --channel feishu
脚本会自动检测 Codex/Claude Code、安装插件,隐藏输入 Webhook 和签名密钥,验证配置并发送测试消息,无需克隆仓库。
如果机器人没有启用签名校验,使用:
curl -fsSL https://raw.githubusercontent.com/GotoLu/cx-notifier-marketplace/main/scripts/install.py | python3 - --channel feishu --no-signature
命令不会在终端回显 Webhook 或密钥,配置默认保存在 ~/.config/cx-plugin/config.json 并限制为当前用户可读写。需要每条通知都 @所有人 时,在命令末尾增加 --mention-all;重新配置已有渠道时增加 --replace。执行前可先查看 setup_feishu.py 源码。完整说明和故障排查见飞书机器人配置。
.agents/plugins/marketplace.json # Codex marketplace
.claude-plugin/marketplace.json # Claude Code marketplace
plugins/cx-plugin/ # 两个平台共享的插件实现
.codex-plugin/plugin.json # Codex 元数据
.claude-plugin/plugin.json # Claude Code 元数据
assets/ # 商店图标、Logo 与功能预览
hooks/ # 共享 Hook 配置与 Python 入口
scripts/ # 本地配置工具
tests/ # 自动化测试
scripts/check_public_release.py # 发布隐私与结构检查
scripts/install.py # Codex/Claude Code 一键安装与渠道配置
scripts/setup_desktop.py # 零密钥桌面通知快速配置
安装器不收集或上传使用数据。维护者只通过 GitHub 仓库的
Insights → Traffic 观察 Unique cloners、访问量和 Stars 的变化,用于判断是否有人尝试安装;
这些指标不是精确用户数。GitHub Traffic 只保留最近 14 天,需定期人工记录。
python3 scripts/check_public_release.py
python3 -B -m unittest discover -s tests -v
python3 -m unittest discover -s plugins/cx-plugin/tests -v
隐私检查会拒绝本地配置、缓存、数据库、日志、私钥、常见真实凭据形状、个人主目录和非示例 URL,并校验两套 marketplace 与插件清单保持一致。测试中用于验证脱敏的固定假凭据有精确白名单,不会放宽其他文件的检查。
config.example.json,不包含实际 config.json。0600 配置文件提供。隐私政策 · 使用条款 · 支持 · 安全报告 · MIT License
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Agent harness performance optimization with skills, instincts, memory, and security
Design enforcement with memory — keeps your UI consistent across a project
Detects 37 AI writing patterns and rewrites text with human rhythm across 5 voice profiles