원클릭으로
media-discovery
Media discovery: GIF search (Tenor), YouTube transcripts/summaries, and Spotify playback.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Media discovery: GIF search (Tenor), YouTube transcripts/summaries, and Spotify playback.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
macOS-specific automation: iMessage/SMS messaging and desktop control (screenshots, clicks, keyboard input).
Messaging platform integrations: email (IMAP/SMTP via Himalaya), X/Twitter (xurl CLI), and Yuanbao groups (@mentions, DMs).
Control creative software programmatically: ComfyUI (AI image/video generation via REST/WebSocket API) and TouchDesigner (real-time visual programming via MCP).
Systematic engineering disciplines: debugging (root cause investigation), TDD (test-first development), and exploratory QA (web app testing).
Creative coding: p5.js sketches, Manim animations, Pretext text layouts.
Create, read, edit .pptx decks, slides, notes, templates.
| name | media-discovery |
| description | Media discovery: GIF search (Tenor), YouTube transcripts/summaries, and Spotify playback. |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["media","GIF","YouTube","Spotify","search","transcripts"]}} |
Unified skill for media discovery and playback: GIF search, YouTube content processing, and Spotify control.
Search and download GIFs from Tenor via curl + jq. No API key needed for basic search.
Search:
curl -s "https://tenor.googleapis.com/v2/search?q=QUERY&key=API_KEY&limit=5" | jq '.results[] | {title, url, media_formats}'
Download: Use the media_formats.gif.url from search results, then curl -sL URL -o output.gif.
Convert YouTube transcripts to summaries, threads, blogs, and other content formats.
Workflow:
Use when: User asks to summarize a YouTube video, convert a transcript, or extract content from a video.
Control Spotify playback: play, search, queue, manage playlists and devices.
Use when: User wants to play music, search for tracks/artists, manage playlists, or control playback on Spotify devices.