AgentStack
SKILL verified MIT Self-run

Video To Skill

skill-mnvsk97-eyeroll-video-to-skill · by mnvsk97

>

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-mnvsk97-eyeroll-video-to-skill

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Video To Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 --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
  1. 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)
  1. Check if skills/ directory exists, read existing skills for patterns
  2. Generate SKILL.md using the template below
  3. 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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.