원클릭으로
youtube-transcript
Fetch YouTube video transcripts via TranscriptAPI. Use when: YouTube link, transcript, summarize video, what's in the video.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch YouTube video transcripts via TranscriptAPI. Use when: YouTube link, transcript, summarize video, what's in the video.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | youtube-transcript |
| description | Fetch YouTube video transcripts via TranscriptAPI. Use when: YouTube link, transcript, summarize video, what's in the video. |
| user-invocable | true |
| argument-hint | <youtube-url> |
Fetches YouTube video transcripts with timestamps and metadata.
echo 'your-api-key' > ~/.claude-lab/shared/secrets/transcript-api-key
Or use the auth script:
node $CLAUDE_SKILL_DIR/scripts/tapi-auth.js register --email your@email.com
# Check email for OTP code
node $CLAUDE_SKILL_DIR/scripts/tapi-auth.js verify --token TOKEN --otp CODE
TAPI_KEY=$(cat ~/.claude-lab/shared/secrets/transcript-api-key)
curl -sS "https://transcriptapi.com/api/v2/youtube/transcript?video_url=VIDEO_URL&format=text&include_timestamp=true&send_metadata=true" \
-H "Authorization: Bearer $TAPI_KEY"
https://www.youtube.com/watch?v=VIDEO_IDhttps://youtu.be/VIDEO_IDhttps://youtube.com/shorts/VIDEO_ID| Parameter | Value | Required |
|---|---|---|
video_url | YouTube URL or ID | Yes |
format | text (recommended) or json | Yes |
include_timestamp | true | Recommended |
send_metadata | true (title, author, thumbnail) | Recommended |
| Code | Meaning | Action |
|---|---|---|
| 401 | Invalid API key | Check key file |
| 402 | No credits left | Buy more or new account |
| 404 | No transcript available | Video has no captions |
| 408 | Timeout | Retry once |
| 429 | Rate limited (300 req/min) | Wait and retry |
Fetch a SPECIFIC Twitter/X tweet, article, thread, profile, or timeline by URL/id via the SocialData API. Use when: a Twitter link, read a known tweet, check a profile, read a thread. For SEARCH / discovery / 'what's trending in a niche', use the `x-research` skill (Grok Live Search) instead — this skill is fetch-only.
Agentic skills framework (pcvelz fork): TDD, debugging, planning, code-review, git-worktrees, parallel agents. 15 skills with .tasks.json persistence between sessions.
Generate Excalidraw diagrams from JSON. Pipeline, mindmap, flowchart. Use when: draw diagram, visualize, architecture schema, mindmap.
Create charts, tables, and data visualizations via Datawrapper API
Web research via Perplexity Sonar API -- search, fact-check, analyze trends
Local kanban board for AI agents. Agents create/update/complete tasks, track status visually. Use when: manage tasks, kanban, create task, update status, task board.