← スキル一覧に戻る

find-screenshot
by isymchych
Personalized operating system
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: find-screenshot description: Find and attach the newest screenshot PNG in ~/temp/screenshots. Use when a user asks to locate, show, or attach the latest screenshot or wants the newest PNG from the screenshots folder.
Find Screenshot
Workflow
- Confirm scope: newest
.pngin~/temp/screenshotsby modification time. If the user asks for a different directory or pattern, ask for confirmation before proceeding. - Run the script to get the latest screenshot path.
- If the script reports missing directory or no PNGs, say so and ask the user what to do next.
- Attach the image using the
view_imagetool, then reply with the path and note that the image was attached.
Command
Run:
deno run --quiet --allow-read=$HOME/temp/screenshots --allow-env=HOME,USERPROFILE $CODEX_HOME/skills/find-screenshot/scripts/find_latest_screenshot.ts
It prints the absolute path on success and writes errors to stderr on failure.
Resources
scripts/
find_latest_screenshot.ts: resolve newest PNG in~/temp/screenshots.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です