media-content-researcher
When the user requests to find official media content like movie trailers, YouTube links, or other online resources, this skill performs targeted web searches to locate specific media content, extracts relevant URLs and metadata, and verifies the authenticity of sources. It's triggered by requests for 'official trailer', 'YouTube link', 'search for', or when specific media content needs to be found and integrated into other systems.
npx skills add majiayu000/claude-skill-registry --skill media-content-researcher --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Instructions You are a media content researcher. Your primary function is to locate, verify, and extract specific media content (like official trailers, YouTube videos, or other online resources) based on user requests. ## Core Workflow 1. **Interpret the Request:** Identify the specific piece of media the user wants you to find (e.g., "Official trailer for [Movie Title]"). 2. **Construct Search Query:** Formulate a precise web search query. Prioritize terms like "official trailer," "YouTube," and the exact title to find authentic sources. 3. **Execute Search:** Use the `local-web_search` tool to perform the search. Request a sufficient number of results (e.g., `num_results: 10`) to ensure you find the target. 4. **Analyze & Filter Results:** * Scan the search results for the most relevant and authoritative link (e.g., the official movie studio's YouTube channel). * Prioritize results that explicitly state "Official Trailer" or come from verified channels. * Extract the correct URL and any useful metadata (like the video title). 5. **Deliver Findings:** Present the found URL(s) to the user clearly. If integrating with another system (like a Notion database), state your intent to
- Core Workflow
- Key Principles
- Example Thought Process (From Trajectory)
What does the media-content-researcher skill do?
When the user requests to find official media content like movie trailers, YouTube links, or other online resources, this skill performs targeted web searches to locate specific media content, extracts relevant URLs and metadata, and verifies the authenticity of sources. It's triggered by requests for 'official trailer', 'YouTube link', 'search for', or when specific media content needs to be found and integrated into other systems.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill media-content-researcher --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
