YouTube SkillForge

v4.1.2

Turn YouTube videos into structured, reusable skill files that make any AI agent smarter. Forge, compound, and recall creator-attributed knowledge.

1· 333· 2 versions· 2 current· 2 all-time· Updated 9h ago· MIT-0

Install

openclaw skills install youtube-skillforge

SkillForge

Turn YouTube videos into structured, reusable skill files that make any AI agent smarter.

Credential Requirements

SkillForge requires no API keys or credentials of its own. It produces structured skill files from YouTube transcripts; transcript synthesis uses whatever LLM the user's OpenClaw agent is already configured with (e.g. Claude via ANTHROPIC_API_KEY). SkillForge never stores, proxies, or manages provider credentials.

File System Behavior

SkillForge writes to ~/.skillforge/ on first use. Before creating this directory, the CLI prompts for explicit user consent.

Contents of ~/.skillforge/:

  • library/ — Skill files organized by creator slug and topic (e.g. library/alex-hormozi/lead-magnets/SKILL.md)
  • config.json — User preferences (trusted creators list, consent flag)
  • proposals/ — Saved scan proposals for deferred builds
  • skills.db — SQLite full-text search index used by the MCP server and recall command

SkillForge does not write outside ~/.skillforge/ unless the user provides an explicit --output path.

MCP Server Behavior

The skillforge serve command starts an MCP server using stdio transport (StdioServerTransport from @modelcontextprotocol/sdk). It communicates via stdin/stdout as a subprocess — there is no HTTP server, no port binding, and no network exposure. The host agent (e.g. Claude Desktop) launches SkillForge as a child process and exchanges JSON-RPC messages over the stdio pipe.

The server exposes two tools:

  • skillforge_recall — Full-text search across indexed skills
  • skillforge_list — List all skills grouped by creator

On startup, the server rebuilds the SQLite index at ~/.skillforge/skills.db from skill files on disk.

Commands

CommandWrites to ~/.skillforge/Description
watch <url>YesBuild a skill from a single YouTube video
build [url]YesBuild from URL, channel, topic, or proposal
scan <url>YesScore videos by relevance and save a proposal
serveYesStart the MCP server (stdio transport)
forgeYesAlias for build
trust add/removeYesManage trusted creators
recallNoSearch the skill library by intent
listNoList all saved skills
checkNoCheck if a skill exists for an intent
suggestNoSearch YouTube for channels by topic
shareNoExport a skill with attribution
check-authNoVerify provider authentication

Version tags

latestvk97cn6dewdpdfscvdh4k94sb55827rnp

Runtime requirements

Binsyt-dlp

Install

Install SkillForge CLI (npm)
Bins: skillforge
npm i -g youtube-skillforge
Install yt-dlp (Homebrew)
Bins: yt-dlp
brew install yt-dlp