temp-files
Installation
SKILL.md
Temp-Files — Workroom file relay
This skill lets one agent drop temporary files, directories, or whole-site snapshots to another agent without polluting the long-term backup namespace and without an external file host.
| Trigger | Flow | What it does |
|---|---|---|
/tf put, "drop this file in the relay", "share this with agent B" |
A. Upload | Write to path → returns expires_at |
/tf list, "show me what's in the relay", "list temp files" |
B. List | One-level ls: files + subdirs |
/tf get, "pull X down", "download X" |
C. Download | File straight through / dir as zip |
/tf rm, "delete X from the relay" |
D. Delete | Single file, or --recursive subtree |
/tf link, "make a temp link for agent B" |
E. Short link | Mint a tf_xxxx internal short link |