ttyd-upload-locator | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / ttyd-upload-locator

ttyd-upload-locator

maintained by Unson-LLC

star 27 account_tree 0 verified_user MIT License
bolt View GitHub

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

  1. Check the primary upload folder:
ls -lt /Users/ksato/workspace/projects/brainbase/uploads | head -n 20
  1. If the filename is known, search directly:
find /Users/ksato/workspace/projects/brainbase/uploads -name '<filename>'
  1. If not found, search broadly within the workspace:
find /Users/ksato/workspace -maxdepth 6 -name '<filename-or-pattern>'
  1. 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)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 27
GitHub Forks 0
Created Jan 2026
Last Updated il y a 5 mois
tools tools system admin

Related Skills

docker-expert
chevron_right
discord-governance
chevron_right
caffeine
chevron_right
hetzner-provisioner
chevron_right
telnyx-network
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.