Stats
Actions
Tags
From custom-skills
Use when the user wants to discuss or process online content such as videos, podcasts, or web pages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/custom-skills:mediaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read the appropriate file based on the user's request, then follow its instructions.
Read the appropriate file based on the user's request, then follow its instructions.
| Request | File |
|---|---|
| YouTube URL + wants a summary, notes, or key takeaways | rules/youtube-summary.md |
| BiliBili or podcast URL (any intent); or YouTube URL without available subtitles; or any media URL where the user wants to load the full transcript into context for discussion or Q&A | rules/transcript.md |
| No URL provided — user wants to discuss what's open in their browser ("what's on this page", "check my browser", "read the current tab") | rules/browser.md |
npx claudepluginhub twio142/skills --plugin custom-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.