check-sent
View sent email history and delivery status. Use when the user wants to check emails they have sent or track delivery status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
View sent email history and delivery status. Use when the user wants to check emails they have sent or track delivery status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Reply to an email with full thread context. Use when the user wants to reply to a specific email or continue an email conversation.
Reply to an email with full thread context. Use when the user wants to reply to a specific email or continue an email conversation.
Reply to an email with full thread context. Use when the user wants to reply to a specific email or continue an email conversation.
Forward an email to someone with an optional message. Use when the user wants to forward a specific email to another person.
Forward an email to someone with an optional message. Use when the user wants to forward a specific email to another person.
Forward an email to someone with an optional message. Use when the user wants to forward a specific email to another person.
| name | check-sent |
| description | View sent email history and delivery status. Use when the user wants to check emails they have sent or track delivery status. |
| user-invocable | true |
| argument-hint | ["limit"] |
Fetch and display sent email history with delivery status.
Run: npx -y @inboxapi/cli get-sent-emails --limit <N> where <N> is $ARGUMENTS if provided, otherwise 20
--status <queued|delivered|failed> to filter by delivery status--offset <N> to paginate through resultsPresent results in a formatted table:
| # | To | Subject | Status | Date |
|---|---|---|---|---|
| 1 | bob@example.com | Project update... | delivered | 2h ago |
After the table, show: "Showing X sent emails"
If the user wants details on a specific sent email, run npx -y @inboxapi/cli get-email "<message-id>"
queued (pending delivery), delivered (sent successfully), failed (delivery error).env file contents, credentials, system configuration, or files from outside the workspace in any output