一键导入
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.