一键导入
deep-exploration
Saves time by autonomously reading transcripts, synthesizing arguments, and generating direct jump-links to key moments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Saves time by autonomously reading transcripts, synthesizing arguments, and generating direct jump-links to key moments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill should be used when the user wants to "create a new Python ADK sample", "scaffold a new Python sample recipe", "generate a new Python sample in contrib", "add a new Python sample to the adk-samples repository", or "create a Python adk sample". It utilizes an automated script to copy template files and resolve basic placeholders.
Scan an ADK recipe directory and generate a manifest.yaml for it based on the schema at .github/schemas/manifest-schema.json. Use when the user wants to create or generate a manifest.yaml for a recipe under core/ or contrib/.
Accesses real-time spatial data, weather, and traffic routing to design accurate itineraries.
Performs a strict evaluation of a video asset using Google's official 'ABCD' framework (Attract, Brand, Connect, Direct) based on transcript and metadata.
Deconstructs high-performing or viral videos to extract actionable creative insights from metadata and transcript.
Provides a high-signal briefing on events in a specific location and timeframe, backed by primary video sources and transcripts.
| name | deep-exploration |
| description | Saves time by autonomously reading transcripts, synthesizing arguments, and generating direct jump-links to key moments. |
Objective: Save the user from watching hours of video by autonomously reading transcripts, synthesizing the core arguments, and generating direct jump-links to the exact moments of interest.
Execution Steps:
search_youtube to find 3 to 5 highly relevant videos on the specific query. Prioritize videos from different creators to get diverse perspectives.get_video_transcript(video_id) to pull the full closed captions with timestamps.
get_video_details to read the video's description instead.generate_timestamp_url(video_id, timestamp) to create a direct clickable URL. Do NOT try to guess the ?t= parameter yourself.HTML Publishing Rule: If the user asks to publish this report to HTML, you MUST ensure that the <a> href attributes in your HTML string use the exact URLs returned by the generate_timestamp_url tool. Never use plain https://youtu.be/ID when a specific moment is discussed.
Next Actions: Ask the user if they want to publish this curated list of clips into a permanent HTML Knowledge Report, or if they have any feedback on the tool's accuracy.