원클릭으로
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