Skip to content

Commit c2598fb

Browse files
therohitdascrhq
andcommitted
docs: add the Videos-tab Shorts note to the bundled skill
Completes the Shorts nuance on this merge-only repo. The README and reference docs already carry it; this adds it to the bundled skill so the agent-facing copy says the same thing. Docs only, no version bump, no republish. Co-Authored-By: CRHQ <noreply@crhq.ai>
1 parent ec84c82 commit c2598fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎skills/youtube/SKILL.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Successful calls cost 1 credit unless a tool states otherwise below. Failed and
9595

9696
- **`get_channel_latest_videos` is free.** Reach for it first for anything about recent
9797
uploads. Use `list_channel_videos` only when the user genuinely wants the whole catalogue.
98-
- Sort a channel's videos by latest, popular, or oldest, for example most-popular first. Sorted pages return about 30 videos (unsorted about 100); each page costs 1 credit. When paging, send the same sort on each request.
98+
- Sort a channel's videos by latest, popular, or oldest, for example most-popular first. Sorted pages return about 30 videos (unsorted about 100); each page costs 1 credit. Sorted results come from YouTube's Videos tab (long-form only); Shorts have their own tab=shorts feed. When paging, send the same sort on each request.
9999
- **Search, then transcribe selectively.** Transcribing a whole page of search results is the
100100
single most common way to waste credits. Pick the best 2-3 hits and pull those.
101101
- **Search inside a channel** with `search_channel_videos` rather than listing every video and

0 commit comments

Comments
 (0)