一键导入
courier
Telegram-based messaging for Claude workflows. Use when you need to send or receive messages and files between Claude Desktop and Claude Code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Telegram-based messaging for Claude workflows. Use when you need to send or receive messages and files between Claude Desktop and Claude Code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Rank movie showtimes by the user's format preferences and find the best contiguous seats by their saved seat preferences. Use when the user wants to find movie tickets/seats (currently Regal/regmovies.com). Booking is human-in-the-loop — usher proposes seats and a deep link; the user logs in and pays.
Analyze academic papers using the Feynman Technique. Use when you need to create a clear, structured explanation of an academic paper.
Manage experimental spike projects in a centralized, searchable location. Use when you need to create, find, or navigate to spike/experiment directories.
Cross-project task and idea tracker built on beads. Use when you need to capture ideas, tasks, reading lists, or track async work across projects.
Research historical events from local history sources (Chrome, terminal). Use when you need to find what happened, when it happened, or retrace activity.
Deterministic secret storage for guppi skills. Use when you need to store, retrieve, or manage API tokens and secrets across guppi skills.
| name | courier |
| description | Telegram-based messaging for Claude workflows. Use when you need to send or receive messages and files between Claude Desktop and Claude Code. |
| allowed-tools | Bash(guppi-courier:*) |
| version | 0.1.2 |
| author | Sam Dengler |
| license | MIT |
Bidirectional message queue between Claude Desktop (phone/Mac) and Claude Code via Telegram bots. Pull specs and files from Claude Desktop, push results back. Messages land in a per-bot, date-organized inbox that other skills can consume.
guppi-courier add handoffs
guppi-courier receive [--bot NAME] [--output DIR] [--keep]Receive the latest messages from a bot. Text is printed to stdout and saved as .md files. Documents and photos are downloaded with their original filenames. All files land in the bot's inbox (~/.local/share/guppi/courier/inbox/<bot>/<date>/).
Options:
--bot / -b — bot name (default: the default bot)--output / -o — override inbox directory for this receive--keep — don't acknowledge messages (they'll appear again)guppi-courier send [MESSAGE] [--bot NAME] [--file PATH]Send a message or file via the bot.
Options:
--bot / -b — bot name (default: the default bot)--file / -f — send a file as a documentguppi-courier inbox [BOT] [--today]Print the inbox path for a bot. Other skills use this to discover where messages land.
inbox=$(guppi-courier inbox handoffs --today)
guppi-courier peek [--bot NAME]Preview waiting messages without acknowledging.
guppi-courier botsList registered bots and their status.
guppi-courier add NAME [--bot-name TELEGRAM_NAME] [--default]Register a new bot. Prompts for the token, verifies it, and checks for a chat ID.
guppi-courier remove NAMERemove a bot from the registry.
guppi-courier skill install # Register with guppi-cli
guppi-courier skill show # Display SKILL.md contents