learn

Converts URLs and built artifacts into durable, queryable skills and memory records.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/TylerSimons1127/vibe --skill learn-tylersimons1127
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/TylerSimons1127/vibe/tree/main/skills/learn
Command: npx skills add https://github.com/TylerSimons1127/vibe --skill learn-tylersimons1127

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Knowledge from videos, articles, and one-off build sessions is easily lost between conversations. This Skill captures that content into structured, persistent memory or reusable skills so it can be queried and reused anytime. ## Core Features & Use Cases - Learn from a URL: Extracts content from YouTube videos (via yt-dlp transcripts), articles (via Firecrawl/web extraction), or local files, then compresses it into a structured learning record with key points, commands, gotchas, and citations. - Learn from a built artifact: After building something with the agent, captures the exact steps, prompts, tools, and parameters and wraps them into a proper SKILL.md saved to the skills directory. - Use Case: Paste a Veritasium video link, ask for a summary, then run /learn on the URL so you can ask questions about the video's content in any future session. ## Quick Start Paste a URL and say "learn this" to save its content as a queryable memory record.

Frequently Asked Questions about learn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save a YouTube video's content for later querying?▼

Paste the YouTube URL and invoke /learn. The skill extracts the transcript using yt-dlp, compresses it into a structured learning record with key points and citations, and stores it in agent memory for future questions.

How to turn a completed workflow into a reusable skill?▼

After building something with the agent, say "learn this skill". The skill captures the exact steps, prompts, tools, and parameters used, then wraps them into a SKILL.md file saved to the skills directory.

What content sources does the learn skill support?▼

It supports YouTube videos via yt-dlp transcripts, web articles and docs via Firecrawl or web extraction, and local files via direct file reading. Each saved record cites the original source URL.

Does learned knowledge persist across sessions?▼

Yes. Learned records are stored in the agentic-OS memory, either locally or on a VPS, so the knowledge survives session restarts and remains queryable anytime.

What are the limitations of learning from a URL?▼

Learning quality depends on extraction success: paywalled articles, videos without transcripts, or blocked pages may yield incomplete records. The skill also keeps learned skills token-efficient, so fine detail may be compressed.