Skip to content

Repository files navigation

@hidden-leaf/youtube-skill

YouTube content extraction and intelligence skill for Claude Code.

Fetches transcripts, video metadata, and channel info with local SQLite caching. Transcript extraction is free (InnerTube) — metadata uses YouTube Data API v3.

Quick Start

npm install @hidden-leaf/youtube-skill

Set YOUTUBE_API_KEY in your .env (see .env.example).

import { createTranscriptSkillFromEnv } from '@hidden-leaf/youtube-skill';

const skill = createTranscriptSkillFromEnv();
const result = await skill.fetchTranscript('https://youtube.com/watch?v=VIDEO_ID');
console.log(result.formatted);

License

Apache-2.0 — Hidden Leaf Networks

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages