← Back to Skills Marketplace
YouTube SkillForge
by
koren-source
· GitHub ↗
· v4.1.2
328
Downloads
1
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install youtube-skillforge
Description
Turn YouTube videos into structured, reusable skill files that make any AI agent smarter. Forge, compound, and recall creator-attributed knowledge.
Usage Guidance
The skill appears coherent for turning YouTube content into local skill files, but before you install: 1) Verify the npm package publisher and view the package source (check for unexpected postinstall scripts or network calls). 2) Confirm you trust the package owner — registry metadata has no homepage/source URL. 3) Expect the CLI to create ~/.skillforge/ (it says it will prompt for consent) — inspect that directory and its files after first run. 4) Understand that transcript synthesis uses whatever LLM keys your agent already has (e.g. ANTHROPIC_API_KEY); the skill doesn't ask for new credentials but will rely on existing agent-provider credentials. 5) Prefer installing yt-dlp from a trusted package manager (Homebrew) and consider running the CLI in a sandboxed environment initially. If you want higher assurance, request the skill's source code or an official homepage before adding it to production agents.
Capability Analysis
Type: OpenClaw Skill
Name: youtube-skillforge
Version: 4.1.2
The skill appears benign. The `SKILL.md` transparently describes its functionality, explicitly stating it does not handle user credentials and that its internal server uses stdio transport with 'no network exposure'. File system writes are confined to `~/.skillforge/` and require user consent. There are no indicators of prompt injection, data exfiltration, malicious execution, persistence mechanisms, or obfuscation in the provided files. The dependencies (`yt-dlp` and its own npm package) are standard and align with the stated purpose.
Capability Assessment
Purpose & Capability
The skill converts YouTube videos into skill files; requiring yt-dlp and offering a node CLI is appropriate and proportional. The listed binaries and install steps align with the stated purpose.
Instruction Scope
SKILL.md stays mostly within scope: it documents writing only to ~/.skillforge (with a consent prompt), rebuilding a local SQLite index, and running an MCP stdio server. It also notes that it uses whatever LLM the host agent already has configured (e.g. ANTHROPIC_API_KEY) — this is plausible but worth noting because the skill will rely on the agent's provider credentials even though it doesn't request them directly.
Install Mechanism
Install spec uses an npm package (youtube-skillforge) and Homebrew formula for yt-dlp, both reasonable. However the registry metadata lists no homepage/source URL and the skill's registry owner is opaque; you should verify the npm package publisher and any postinstall scripts before installing.
Credentials
The skill declares no required env vars and doesn't ask for credentials. It will, however, invoke the host agent's configured LLM (which may require provider keys already present in the agent environment). That use is consistent with the described behavior but users should be aware their agent's provider keys may be used to synthesize transcripts.
Persistence & Privilege
always:false (not force-included) and the skill writes only to its own folder (~/.skillforge/) per the docs. It runs as a subprocess over stdio and does not require network-facing servers. These privileges are reasonable for the stated functionality.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-skillforge - After installation, invoke the skill by name or use
/youtube-skillforge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.1.2
Security compliance: accurate metadata (stdio MCP transport, no API keys required, yt-dlp binary declared, first-run consent flow)
v4.1.1
youtube-skillforge 4.1.1
- Updated documentation with detailed instructions, usage examples, and feature highlights in SKILL.md.
- Clarified installation steps, including dependency on yt-dlp.
- Provided example outputs for clearer understanding of extracted skill structure.
- Emphasized support for any public YouTube video and seamless skill merging from the same creator.
Metadata
Frequently Asked Questions
What is YouTube SkillForge?
Turn YouTube videos into structured, reusable skill files that make any AI agent smarter. Forge, compound, and recall creator-attributed knowledge. It is an AI Agent Skill for Claude Code / OpenClaw, with 328 downloads so far.
How do I install YouTube SkillForge?
Run "/install youtube-skillforge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is YouTube SkillForge free?
Yes, YouTube SkillForge is completely free (open-source). You can download, install and use it at no cost.
Which platforms does YouTube SkillForge support?
YouTube SkillForge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created YouTube SkillForge?
It is built and maintained by koren-source (@koren-source); the current version is v4.1.2.
More Skills