スキル一覧に戻る
Unson-LLC

ttyd-upload-locator

by Unson-LLC

27🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


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.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です