transcriber
Fetch and store transcripts from YouTube videos for deep content analysis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch and store transcripts from YouTube videos for deep content analysis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | transcriber |
| description | Fetch and store transcripts from YouTube videos for deep content analysis. |
The Transcriber skill allows the agent to download the text transcript (closed captions) of YouTube videos. This is essential for converting video tutorials and discussions into searchable and indexable text for the Croissant metadata engine.
Transcripts are stored locally in ./data/transcripts/ as plain text files named by their YouTube Video ID.
Fetches the transcript for a single video ID/URL or automatically processes the youtube_search_results.json if no arguments are provided.
Usage:
# Transcribe a specific video
python3 transcriber/scripts/transcribe.py <VIDEO_URL_OR_ID>
# Batch transcribe the results from the last Youtuber search
python3 transcriber/scripts/transcribe.py
Extracts high-fidelity metadata (Title, Description, Views, Upload Date) in Schema.org JSON-LD format.
Usage:
python3 transcriber/scripts/get_metadata.py <VIDEO_URL_OR_ID>
Output:
Metadata is saved to ./data/metadata/<VIDEO_ID>.json.
Example:
python3 transcriber/scripts/transcribe.py https://www.youtube.com/watch?v=6cWcZ2G53gE
Specialized in the MLCommons Croissant metadata specification. Can generate, validate, and serialize dataset metadata into compliant JSON-LD.
Universal Numeric Fingerprint (UNF) generator. For strings, it splits into words and sorts them alphabetically to provide order-invariant fingerprints. Supports dataframes and files too.
Send results and data files to stakeholders via email.
The Visual Systems Architect is an expert in translating complex technical requirements and infrastructure setups into structured, visually intuitive architectural diagrams (Mermaid.js).
Secure GitHub Orchestrator for Croissant Toolkit. Connect any repository, discovery skills, and audit ODRL sovereignty status.
ODRL Secure Login Interface. Uses authorization keys from ~/.odrl/authorize.did to automatically unpackage protected skills from the vault.