用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AIOSAI/AIPass --skill inbox-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Multi-bot Telegram bridge — routes messages between Telegram and Claude tmux sessions
Password-lock the machine's screen while every process keeps running
Update branch memory files after completing work. Saves session history, key learnings, and collaboration observations to .trinity/ files.
基于 SOC 职业分类
正在显示 SKILL.md
| name | inbox_check |
| description | Check ai_mail inbox status across AIPass branches |
| version | 1.0.0 |
| tags | ["communication","mail","status"] |
| requires | {"pip":[],"bins":[],"config":[]} |
| has_handler | true |
Scan AIPass branches for .ai_mail.local/inbox.json files and report unread message counts. Useful for quickly seeing which branches have pending mail without visiting each one.
| Action | Description |
|---|---|
summary | Unread counts per branch (default) |
all | Full message listing for every branch |
| branch | Show inbox for a specific branch by name |
drone @skills run inbox_check summary
drone @skills run inbox_check all
drone @skills run inbox_check flow
All actions return structured dicts:
{"success": True, "output": "...", "error": None}
.ai_mail.local/inbox.json from each branch directory"status": "new" are counted as unread