Telegram bridge for Codex, Claude Code, and other agent CLIs.
Project description
yee88
Telegram 桥接工具,连接 Codex、Claude Code、OpenCode、Pi 等 AI 编程引擎。
快速开始
# 安装
uv tool install -U yee88
# 首次运行 - 跟随设置向导完成配置
yee88
# 安装 yee88 skill(为 AI 引擎提供 yee88 CLI 能力)
npx skills add yee94/yee88
# 在任意 git 仓库中 - 创建话题并启动
cd ~/your-project
yee88 topic init
yee88
功能特性
- 项目与工作树:同时在多个仓库/分支上工作,分支基于 git worktree
- 无状态恢复:在聊天中继续对话,或复制恢复命令在终端中接续
- 进度流式输出:实时显示命令、工具调用、文件变更、耗时
- 并行运行:跨 agent 会话并行执行,每个会话独立队列
- Telegram 特性:支持语音消息、定时消息等 Telegram 原生功能
- 文件传输:向仓库发送文件,或从仓库获取文件/目录
- 发送文件/图片:通过
yee88 send-file命令发送文件到 Telegram(自动识别图片类型) - 群组与话题:将群组话题映射到仓库/分支上下文
- 定时任务:通过
yee88 cron管理定时提醒和自动化任务 - 兼容现有订阅:支持 Anthropic 和 OpenAI 现有订阅
环境要求
uv包管理器(curl -LsSf https://astral.sh/uv/install.sh | sh)- Python 3.14+(
uv python install 3.14) - 至少一个引擎在 PATH 中:
codex、claude、opencode或pi - Node.js(用于安装 skill:
npx skills add yee94/yee88)
使用方法
cd ~/dev/happy-gadgets
yee88
向你的 bot 发送消息。使用 /codex、/claude、/opencode 或 /pi 前缀选择引擎。回复消息可继续对话。
项目管理
# 注册项目
yee88 init happy-gadgets
# 从任意位置向项目发送指令
/happy-gadgets 重构用户认证模块
# 指定分支,在独立工作树中运行
/happy-gadgets @feat/memory-box 冻结所有构件
配置管理
yee88 config list # 列出所有配置
yee88 config get <key> # 获取配置项
yee88 config set <key> <value> # 设置配置项
定时任务
yee88 cron add reminder "+30m" "该休息了" -o # 30分钟后一次性提醒
yee88 cron add standup "0 9 * * 1-5" "站会时间" # 工作日每天9点
yee88 cron list # 查看所有任务
yee88 cron remove <id> --force # 删除任务
发送文件
yee88 send-file /path/to/image.png # 发送图片(聊天中直接显示)
yee88 send-file /path/to/report.pdf --caption "日报" # 发送文件附件
Skill 安装
yee88 提供 AI 引擎 skill,让 OpenCode、Claude Code 等引擎能够直接调用 yee88 CLI 命令(如定时提醒、发送文件等)。
# 通过 npx 安装(推荐)
npx skills add yee94/yee88
# 或在首次运行时通过 --onboard 向导安装
yee88 --onboard
插件
yee88 支持基于 entrypoint 的插件系统,可扩展引擎、传输层和命令。
详见 docs/how-to/write-a-plugin.md 和 docs/reference/plugin-api.md。
开发
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yee88-0.9.11.tar.gz.
File metadata
- Download URL: yee88-0.9.11.tar.gz
- Upload date:
- Size: 876.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1956f036ef07b860dc2ec9158760d7fe376e5c18048c57579886b7091b3c2fc
|
|
| MD5 |
b6f3e239bdd8c394bbc6218fdbe6941d
|
|
| BLAKE2b-256 |
91698fe3a268eb6a40c86a580d60caf6ef710edb198afde92e69f536beac0230
|
File details
Details for the file yee88-0.9.11-py3-none-any.whl.
File metadata
- Download URL: yee88-0.9.11-py3-none-any.whl
- Upload date:
- Size: 199.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abab93fe6b4b84b55e253582c625aac1584a7c1c20c84c7260c9cfa435cf1db8
|
|
| MD5 |
7a46425c083a4a1c65ed9f109e429582
|
|
| BLAKE2b-256 |
6ffe598b49b20a51ed57a5e6f65540f064327e59c076f63b926a3d051d9f5980
|