一键导入
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 .)