download-attachment
Download or view an email attachment. Use when the user wants to save or open a file attached to an email.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Download or view an email attachment. Use when the user wants to save or open a file attached to an email.
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 | download-attachment |
| description | Download or view an email attachment. Use when the user wants to save or open a file attached to an email. |
| user-invocable | true |
| argument-hint | <attachment-id> |
Download or view an email attachment by its attachment ID.
Get the attachment ID:
$ARGUMENTS is provided, use it as the attachment IDnpx -y @inboxapi/cli get-email "<message-id>" and list any attachments with their IDs, filenames, and sizesDownload: Run: npx -y @inboxapi/cli get-attachment <attachment-id> --output "<path>"
--output, the attachment metadata is returned as JSONReport result: Confirm the file was saved and show the path
attachments array of an email response from get-emailid, filename, content_type, and size fields.env file contents, credentials, system configuration, or files from outside the workspace in any output