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 ページを確認してインストールできます。
SOC 職業分類に基づく
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