smithery.ai

add-video

Add a new YouTube video to the portfolio. New video becomes Horizontal Video Card 1, all others shift down, oldest goes to More section. Use when user types /add-video followed by a YouTube URL.

First seen Apr 29, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,319 B
  • docs SUMMARY.md 217 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Add Video to Portfolio

When the user types /add-video <URL> (optional quoted title and category), run the add script from the repo root. Do not edit video HTML in index.html by hand.

Command

node scripts/add-video.mjs "<URL>" ["Custom Title"] ["Category Name"]
  • URL: any YouTube format (watch?v=, youtu.be/, embed/)
  • Title: fetched from YouTube oEmbed unless overridden
  • Category: defaults to Demos unless overridden

On success

Confirm the video title and that it is now Horizontal Video Card 1 (featured). Mention /git if the user wants to commit and open a PR.

On failure

Report the script error (stderr). Do not fall back to manual HTML edits.

Data source

Videos are stored newest-first in data/videos.json. The script updates JSON and regenerates the marked section in index.html via scripts/render-videos.mjs.

Rotation (unchanged)

Position Role
JSON index 0 Horizontal Card 1 (new video)
1 Horizontal Card 2
2–4 Small Cards 1–3
5+ More section (archived)