agentsclimarketplace

Video to skill

Skill mnvsk97/eyeroll/plugins/eyeroll/skills/video-to-skill

Watch a tutorial or demo video and generate a Claude Code skill from it. Activated when user says "create a skill from this video" or similar.From its SKILL.md

Install
npx -y skills add mnvsk97/eyeroll --skill video-to-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 17 stars17 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 1 command, including `/eyeroll:watch <source> --context "create a skill from this"`.

SKILL.md

1.8 KB, 393 tokens by cl100k_base, as published. Nobody here has run it

Video to Skill

Watch a tutorial or demo video and generate a Claude Code skill from it.

When To Use

  • User says "create a skill from this", "make this into a skill", "turn this into a command"
  • User shares a tutorial video and wants to automate the workflow shown

Workflow

  1. Run /eyeroll:watch <source> --context "create a skill from this"
  2. Check the report metadata before generating anything:
    • Continue when intent is tutorial/how-to, feature demo, or a workflow walkthrough
    • Pause and summarize instead when the video is a bug report, question, docs lookup, or general notes
  3. From the report, identify:
    • What workflow/process is demonstrated
    • What commands/tools are used
    • What inputs and outputs
    • Trigger phrases (when should this skill activate)
  4. Check if skills/ directory exists, read existing skills for patterns
  5. Generate SKILL.md using the template below
  6. Ask the user to review before finalizing

SKILL.md Template

---
name: {skill-name}
description: >
  {What this skill does and when to use it.}
---

# {Skill Name}

{One-liner description.}

## When To Use This Skill

{Bullet list of trigger conditions.}

## Workflow

{Numbered steps the agent should follow.}

## Example Interactions

{2-3 realistic examples.}

## Rules

{Guardrails and constraints.}

Rules

  • Always run /eyeroll:watch first — don't generate a skill without understanding the video
  • Do not force every video into a skill; use the report intent and handoff recommendation to decide
  • Keep SKILL.md under 500 lines
  • The generated skill should be self-contained
  • Ask the user to review before finalizing

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.