Process visual, YouTube, and audio inspection requests in lixSearch. Use to find or generate images, understand an image, inspect YouTube metadata, or transcribe a YouTube video.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add elixpo/elixpo_chapter --skill handle-media --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Handle Media?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/elixpo-handle-media)More formats (shields.io, HTML) on the badges page.
---
name: handle-media
description: Process visual, YouTube, and audio inspection requests in lixSearch. Use to find or generate images, understand an image, inspect YouTube metadata, or transcribe a YouTube video.
---
# Handle Media
Choose the narrowest media operation that satisfies the request.
## Tool selection
- Find images: `image_search`
- Turn an image into a search query: `generate_prompt_from_image`
- Answer about an image: `replyFromImage`
- Inspect a YouTube video: `youtubeMetadata`
- Extract spoken content: `transcribe_audio`
## Execution rules
- Run metadata and transcription concurrently when both are requested.
- Run independent image analyses concurrently.
- Avoid transcription when metadata answers the question.
- Preserve returned media URLs exactly.
- Apply per-operation timeouts and allow partial success.
## Runtime contract
agent: media
tools: [image_search, generate_prompt_from_image, replyFromImage, youtubeMetadata, transcribe_audio]
timeout_seconds: 45
max_concurrency: 3
output: media_bundle
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.