ワンクリックで
toss-pull
Pull pending documents from Toss inbox using natural language. Downloads all pending files or lists inbox without downloading.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Pull pending documents from Toss inbox using natural language. Downloads all pending files or lists inbox without downloading.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | toss-pull |
| description | Pull pending documents from Toss inbox using natural language. Downloads all pending files or lists inbox without downloading. |
| tags | ["toss","pull","inbox","files","sharing"] |
Pull pending documents from the Toss inbox or inspect what is waiting.
Trigger when the user says things like:
When the user wants to see what is waiting without downloading, run:
toss inbox
Report the table output: filename, sender, size, message, time.
When the user wants to download files:
# Pull to current directory
toss pull
# Pull to a specific directory
toss pull --to <dest_dir>
If the user specifies a destination (e.g. "save to ./downloads", "pull into /tmp"), extract it and pass via --to.
After pulling, summarize:
If inbox is empty, say so clearly.
User says "list" / "show" / "check" / "what's waiting" → toss inbox
User says "pull" / "download" / "get" / "fetch" / "save" → toss pull [--to <dir>]
toss pull creates it automaticallyreport_1.md)toss login first--to (defaults to .)