What problem does it solve?
Turning an online tutorial, documentation page, or instructional video into a reusable, well-structured Skill file normally requires manual reading, screenshot curation, and formatting. This Skill automates that entire pipeline: it scrapes the page or extracts video frames, filters relevant images, and writes a standards-compliant SKILL.md with optional verified helper scripts.
Core Features & Use Cases
- Web-to-Skill Conversion: Scrapes tutorial pages with Playwright, downloads and deduplicates images, and produces a structured SKILL.md with steps and screenshots saved under references/.
- Video-to-Skill Extraction: Downloads videos from Bilibili, YouTube, Vimeo, or Xiaohongshu, extracts up to 90 frames with ffmpeg, and converts key frames plus steps into a Skill file.
- Automatic Script Generation: Detects when a task requires code, then writes, verifies, and finalizes companion Python scripts in scripts/ before generating the final Skill.
- Use Case: A user says "turn this Bilibili video tutorial into a Skill" — the pipeline downloads the video, samples frames in batches, selects key screenshots, and writes a complete SKILL.md with image references.
Quick Start
Generate a Skill from this tutorial URL and save it with its images and any needed scripts.