name: ttyd-upload-locator description: Quickly locate files (images/screenshots) uploaded via ttyd in the brainbase environment and attach them for viewing. metadata: short-description: Find ttyd-uploaded files fast
ttyd Upload Locator
Use this skill when the user says they attached a file via ttyd but the file path is unknown.
Quick start
- Check the primary upload folder:
ls -lt /Users/ksato/workspace/projects/brainbase/uploads | head -n 20
- If the filename is known, search directly:
find /Users/ksato/workspace/projects/brainbase/uploads -name '<filename>'
- If not found, search broadly within the workspace:
find /Users/ksato/workspace -maxdepth 6 -name '<filename-or-pattern>'
- Once found, attach it for inspection (e.g.,
functions.view_image).
Notes
- ttyd attachments observed in this environment land in:
/Users/ksato/workspace/projects/brainbase/uploads - Prefer listing newest files first (
ls -lt) when the exact name is unknown. - If still not found, ask the user to re-upload or provide a local path.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
27
GitHub Forks
0
Created
Jan 2026
Last Updated
il y a 5 mois
tools
tools system admin
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!