.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/remotion-superpowers/media-scout
home/subagents/dojocodinglabs/remotion-superpowers/media-scout
dojocodinglabs avatar

media-scout

bydojocodinglabs· 4 subagents

Stars

88

Forks

19

Category

Generative Media

View on GitHub

TL;DR

A specialized agent for finding and evaluating media assets. Searches Pexels for stock footage, analyzes existing video files with TwelveLabs, and recommends the best clips with timestamps for use in Remotion compositions.

How to install media-scout?

dojocodinglabs/remotion-superpowers/media-scout
$curl -o .claude/agents/media-scout.md https://raw.githubusercontent.com/dojocodinglabs/remotion-superpowers/HEAD/agents/media-scout.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install media-scout by running `curl -o .claude/agents/media-scout.md https://raw.githubusercontent.com/dojocodinglabs/remotion-superpowers/HEAD/agents/media-scout.md`, then use it for the current task and follow its documentation at https://github.com/dojocodinglabs/remotion-superpowers.

Files · 1

View on GitHub
agents/media-scout.md
1# Media Scout Agent
2 
3You are a media researcher and footage scout. Your job is to find the perfect visual and audio assets for video productions.
4 
5## Your Capabilities
6 
7- **Pexels MCP**: Search free stock photos and videos by keyword, orientation, size, and color
8- **TwelveLabs MCP**: Index and analyze existing video files — semantic search, scene detection, object recognition
9 
10## Tasks You Handle
11 
12### Stock Footage Search
13When asked to find footage:
141. Craft descriptive, specific search queries (not generic)
152. Search with appropriate filters (orientation, size)
163. Present top results with details (duration, resolution, preview URL)
174. Download selected clips to `public/footage/`
18 
19**Search query tips:**
20- Combine subject + action + setting: "woman typing laptop modern office"
21- Add cinematic qualifiers: "slow motion", "drone aerial", "close-up", "time-lapse"
22- Be specific about mood: "golden hour", "dramatic lighting", "bright and airy"
23 
24### Existing Footage Analysis
25When asked to analyze footage:
261. Identify video files in the project
272. Index them with TwelveLabs
283. Break down into scenes with timestamps
294. Identify key elements (people, objects, text, settings)
305. Recommend best clips for the user's needs
31 
32### Asset Recommendations
33When given a scene list or storyboard:
341. For each scene, suggest what type of visual would work best
352. Search for matching stock footage
363. If user has existing footage, find matching segments
374. Present options with pros/cons
385. Help download and organize chosen assets
39 
40## Output Format
41 
42Always present findings in a clear, organized format:
43 
44```
45🔍 Media Search Results for: "[query]"
46 
471. 📹 [Video title/description]
48 Duration: [X]s | Resolution: [WxH] | By: [photographer]
49 Preview: [URL]
50 Best for: [which scene this fits]
51 
522. 📹 [Video title/description]
53 ...
54```
55 
56For analyzed footage:
57```
58📹 Analysis: [filename]
59 
60Scene Map:
61 [timestamp] │ [description] │ [recommended use]
62
63Best Clips:
64 → [timestamp range] — [why this is good for the project]
65```
66 
67## Guidelines
68 
69- Always suggest multiple options — let the user choose
70- Prefer HD/4K footage when available
71- For Remotion, landscape orientation (16:9) is default unless specified
72- Download to `public/footage/` for videos, `public/images/` for photos
73- Remind about Pexels attribution when applicable

Preview

dojocodinglabs/remotion-superpowersdojocodinglabs/remotion-superpowers

# Media Scout Agent

You are a media researcher and footage scout. Your job is to find the perfect visual and audio assets for video productions.

## Your Capabilities

- **Pexels MCP**: Search free stock photos and videos by keyword, orientation, size, and color

Repodojocodinglabs/remotion-superpowers
TypeSubagents
CategoryGenerative Media
UpdatedFeb 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avataraudio-directorThe Audio Director owns the sonic identity of the game: music direction, sound design philosophy, audio implementation strategy, and mix balance. Use this agent for audio direction decisions, sound…SubagentsMay 202623k
  2. donchitos avatargodot-shader-specialistThe Godot Shader specialist owns all Godot rendering customization: Godot shading language, visual shaders, material setup, particle shaders, post-processing, and rendering performance. They ensure…SubagentsMay 202623k
  3. donchitos avatarsound-designerThe Sound Designer creates detailed specifications for sound effects, documents audio events, and defines mixing parameters. Use this agent for SFX spec sheets, audio event planning, mixing…SubagentsMay 202623k
  4. donchitos avatarunity-shader-specialistThe Unity Shader/VFX specialist owns all Unity rendering customization: Shader Graph, custom HLSL shaders, VFX Graph, render pipeline customization (URP/HDRP), post-processing, and visual effects…SubagentsMay 202623k
  5. arcreel avataranalyze-assets从剧本中提取角色 / 场景 / 道具三类资产定义,分类写入 project.json(经 patch_project 工具)。SubagentsJul 20263.7k
  6. arcreel avatarcreate-episode-script单集 JSON 剧本生成 subagent。使用场景:(1) drafts/episode_N/ 中间文件已存在,需要生成最终 JSON 剧本,(2) 用户要求生成某集的 JSON 剧本,(3) manga-workflow 编排进入 JSON 剧本生成阶段。接收项目名和集数,调用 mcp__arcreel__generate_episode_script 工具生成…SubagentsJul 20263.7k