一键导入
toss-push
Push local files to a Toss recipient using natural language. Extracts files, recipient, and optional message from the user's intent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Push local files to a Toss recipient using natural language. Extracts files, recipient, and optional message from the user's intent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | toss-push |
| description | Push local files to a Toss recipient using natural language. Extracts files, recipient, and optional message from the user's intent. |
| tags | ["toss","push","files","sharing"] |
Push one or more local files to a recipient via the Toss CLI.
Trigger when the user says things like:
Parse the user's message to identify:
report.md, ./data/output.csv)#github_usernameIf files are ambiguous (e.g. "this file"), look at the current working directory context or ask the user to clarify.
Before running, verify each file path exists:
ls <file_path>
If a file does not exist, report it clearly and stop — do not proceed with a broken path.
toss push <file1> [file2 ...] <recipient> [-m "message"]
Examples:
# Single file, alias recipient
toss push report.md xiaoming
# Multiple files, GitHub username
toss push data.csv notes.md #zhangsan
# With message
toss push report.pdf alice -m "check this before Monday"
Show what was pushed:
#, pass it as-is (strip the #); otherwise pass the alias directlytoss login first.md, .txt, .json, .yaml, .py, .ts, .js, .html, .css, .csv, .pdf, .png, .jpg, .jpeg, .zip — others sent as application/octet-stream