npx skills add https://github.com/boshu2/agentops --skill inbox用途: 检查智能体邮件收件箱中的待处理消息、HELP_REQUEST 以及智能体间通知。
你必须执行此工作流。不要仅仅描述它。
CLI 依赖项: gt — 必需。此技能封装了 gt mail inbox 命令。
/inbox # 检查待处理消息
if command -v gt &>/dev/null; then
gt mail inbox
else
echo "gt CLI not installed. Install with: brew install gt"
exit 1
fi
向用户展示收件箱内容。如果有待处理消息,则显示发件人、时间戳和内容。如果收件箱为空,则确认没有待处理消息。
如果消息包含 HELP_REQUEST,建议进行回复。如果收件箱为空,则确认并建议返回当前工作。
用户说: /inbox
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
会发生什么:
gt mail inbox 以检索待处理消息结果: 用户看到待处理消息并可以对其采取行动。
用户说: /inbox
会发生什么:
gt mail inbox 并发现没有消息结果: 用户确认没有待处理消息并继续当前工作。
| 问题 | 原因 | 解决方案 |
|---|---|---|
| "gt CLI not installed" | gt 不在 PATH 中 | 使用 brew install gt 安装 |
| 未显示消息但预期有 | 消息已被读取或已过期 | 检查 gt mail 以获取完整的邮件历史记录 |
| 权限错误 | gt 未为此工作区配置 | 运行 gt init 来配置工作区 |
每周安装次数
153
代码仓库
GitHub 星标数
222
首次出现
2026年2月2日
安全审计
安装于
github-copilot148
codex148
gemini-cli148
opencode148
claude-code147
amp146
Purpose: Check the agent mail inbox for pending messages, HELP_REQUESTs, and inter-agent notifications.
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
CLI dependencies: gt — required. This skill wraps gt mail inbox.
/inbox # Check pending messages
if command -v gt &>/dev/null; then
gt mail inbox
else
echo "gt CLI not installed. Install with: brew install gt"
exit 1
fi
Show the inbox contents to the user. If there are pending messages, display them with sender, timestamp, and content. If the inbox is empty, confirm no pending messages.
If messages contain HELP_REQUESTs, suggest responding. If inbox is empty, confirm and suggest returning to current work.
User says: /inbox
What happens:
gt mail inbox to retrieve pending messagesResult: User sees pending messages and can act on them.
User says: /inbox
What happens:
gt mail inbox and finds no messagesResult: User confirms no pending messages and continues current work.
| Problem | Cause | Solution |
|---|---|---|
| "gt CLI not installed" | gt not in PATH | Install with brew install gt |
| No messages shown but expected | Messages already read or expired | Check gt mail for full mail history |
| Permission error | gt not configured for this workspace | Run gt init to configure the workspace |
Weekly Installs
153
Repository
GitHub Stars
222
First Seen
Feb 2, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
github-copilot148
codex148
gemini-cli148
opencode148
claude-code147
amp146
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
63,800 周安装