TierList-Video-Maker

by edison7009Verified

A "money-printer" video-generation skill — one command turns any TierVibe tier list into a narrated video, with every step engineered tighter than the generic generators.

1
Stars
0
Forks
Python
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/edison7009/TierList-Video-Maker

Getting Started

Guides for using skills like TierList-Video-Maker.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

TierList Video Maker

A "money-printer" video-generation skill — one command turns any TierVibe tier list into a narrated video, with every step engineered tighter than the generic generators.

中文(简)见 README.zh-CN.md. 繁中見 README.zh-Hant.md.

Quick demo

1. Make the tier list. With TierList-Maker installed in your AI tool, enter:

/tierlist-maker Make a tier list of America's most popular sports, with detailed commentary.

Result:


2. Make the video. With TierList-Video-Maker installed in your AI tool, enter:

/tierlist-video-maker Turn https://tiervibe.com/t/UxDgrOcQxd into a video

(Chinese: /tierlist-video-maker 把 https://tiervibe.com/t/ZY70IpV0K8 制作成视频

Video showcase:

Why TierList videos are worth making

TierList videos carry depth and a point of view — who's S-tier, who's trashed, who got snubbed — which is inherently controversial and shareable. On nearly every video platform this format routinely pops off, earning plays, followers, and a real path to monetization.

Why this beats other AI video generators

There are already video generators out there, but the output is usually mediocre: the thumbnail gets blown up blurry, cards land in the wrong tier, the intro/outro are silent, subtitles drift from the voice, and a static board plays start-to-finish with no rhythm. This skill does each step properly:

  • Board-first AI vision — the AI reads the whole board first (with tier labels + neighbor cards as context) to identify every card, then cross-checks each high-res card image against it. The board is the source of truth for tier and order — not isolated single-logo guessing, so cards are identified correctly and never misplaced.
  • True high-res board background — Playwright captures the public page's [data-testid="tier-grid"] at ~2560px wide, not a 600px thumbnail stretched blurry.
  • AI-written narration, reviewed before production — not a rigid template read aloud; revise freely, render only after you approve.
  • Multi-language natural-voice TTS — zh / en / ja / ko via edge-tts, cross-platform, with spoken intro and outro (no silent title frames).
  • Subtitles timed to the real audio — the SRT is generated from each segment's measured audio duration, not a fixed 3-second guess, so subtitles stay in sync.
  • Card zoom overlay + scrolling tier-list background — the narrated card centers and zooms while the background scrolls to its row, giving the video rhythm instead of a static board from head to tail.
  • Pairs with TierList-Maker — make a deep, content-rich tier list first, then turn it into a video. Quality starts at the source.

Two steps, that simple

  1. Make a deep, content-rich tier list with TierList-Maker and publish it on tiervibe.com.
  2. Paste the published post's link (https://tiervibe.com/t/xxxxx) to this skill — it turns the list into a narrated video, fully automated.

Only published posts. This skill makes a video from a published TierVibe post. A draft / a post you're still editing has no board image and is not publicly readable, so it can't be turned into a video — publish it on TierVibe first.

About

  • Fetch the tier list data + card images from the TierVibe public read API.
  • Capture a high-resolution board from the public post page (Playwright runs the same html-to-image export the in-page "download whole image" button uses — automated, no TierVibe server call).
  • AI vision identifies each card (board-first: whole board first, per-card cross-check second, board is truth).
  • Narration script — generated, then user-reviewable before production.
  • TTS via edge-tts (multi-language, cross-platform, with spoken intro/outro).
  • Video — scrolling tier-list background + per-card zoom overlay + subtitles (SRT timed to real audio).
  • Works with the agents you already use — Claude Code, ChatGPT, Codex, and any agentskills.io-compatible tool.

Why the board image comes from a browser capture

The TierVibe server only stores a 600px thumbnail of the board, not a high-resolution one. For a sharp 1080p background, this skill reproduces the user-side "download whole image" action in a script: a headless Chromium opens the public read page and runs html-to-image on the tier-grid DOM. The export stays a client-side action — no TierVibe server call is made for the board image — the script is just doing what a human clicking the download button would do.

Requires the TierVibe deploy to have shipped the data-testid="tier-grid" attribute on the read page. If the capture step reports "tier-grid not found", the skill falls back to the 600px server thumbnail.

Quick start

  1. Install the skill (see below), then say: "Make a video from this TierVibe tier list: https://tiervibe.com/t/xxxxx"
  2. Review the generated narration script
  3. Get your video + .srt

Repo layout (dual marketplace)

This repo ships two marketplace catalogs so the same plugin installs on both Claude Code and Codex/ChatGPT-style agent tools:

TierList-Video-Maker/
├── .claude-plugin/
│   └── marketplace.json            # Claude Code marketplace catalog
├── .agents/plugins/
│   └── marketplace.json            # Codex / ChatGPT-style marketplace catalog
├── plugins/
│   └── tierlist-video-maker/
│       ├── .claude-plugin/
│       │   └── plugin.json         # Claude Code plugin manifest
│       ├── .codex-plugin/
│       │   └── plugin.json         # Codex plugin manifest (with logo)
│       └── skills/
│           └── tierlist-video-maker/
│               ├── SKILL.md        # the skill (entry point)
│               ├── references/    # tiervibe-api (canonical API doc)
│               └── scripts/       # fetch / capture / render / tts / generate_video
└── README.md

Install — Claude Code

Add this repo as a marketplace, then install the plugin:

/plugin marketplace add edison7009/TierList-Video-Maker
/plugin install tierlist-video-maker@video-maker

Skill auto-loads on triggers like "make a video from this TierVibe tier list", or invoke as /video-maker:tierlist-video-maker.

Install — ChatGPT

  1. Open ChatGPT → Plugins.
  2. Click the ⬇️ icon (top-right).
  3. Choose Add plugin marketplace.
  4. Paste the repo URL: https://github.com/edison7009/TierList-Video-Maker.git
  5. Confirm; tierlist-video-maker appears in the plugin list — enable it.

Then say "Make a video from this TierVibe tier list: https://tiervibe.com/t/xxxxx" in chat to trigger it. The AI fetches the board + cards, captures the high-res board, drafts a narration script for your review, then renders the video.

Install — Codex (CLI)

The repo ships .agents/plugins/marketplace.json (Codex schema). Add and enable:

codex plugin marketplace add edison7009/TierList-Video-Maker

Scripts

ScriptPurpose
scripts/fetch_tierlist.pyFetch tier list data + download card images + server thumb
scripts/capture_board.pyCapture a high-res board image from the public page (Playwright)
scripts/render_board.pyFallback: rebuild an approximate board from card images
scripts/reconcile_cards.pyBoard-first: cross-check whole-board recognition vs per-card, reorder by board truth
scripts/tts_narration.pyGenerate TTS audio from the narration script (incl. intro/outro)
scripts/build_card_manifest.pyBuild a human-readable card table (file ↔ name ↔ tier ↔ narration)
scripts/generate_video.pyCompose video with scrolling background + subtitles

Dependencies

  • Python 3.10+
  • Pillow
  • edge-tts (auto-installed)
  • moviepy>=2.0 + numpy (auto-installed; bundles ffmpeg)
  • playwright + Chromium (auto-installed on first capture_board.py run; ~150MB browser)

Cross-platform

  • Windows: Microsoft YaHei (msyh.ttc)
  • macOS: PingFang SC
  • Linux: Noto Sans CJK

Icons

The TierVibe logo ships at plugins/tierlist-video-maker/assets/logo.svg (reused from the TierList-Maker plugin — same brand), and the Codex .codex-plugin/plugin.json points interface.logo at it. For the marketplace list UI, set the GitHub/GitCode repo's social preview image to the same logo.

License

MIT

Frequently Asked Questions

What is TierList-Video-Maker?

TierList-Video-Maker is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by edison7009. A "money-printer" video-generation skill — one command turns any TierVibe tier list into a narrated video, with every step engineered tighter than the generic generators. It has 1 GitHub star.

Is TierList-Video-Maker safe to use?

Yes. TierList-Video-Maker passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install TierList-Video-Maker?

Clone the repository with "git clone https://github.com/edison7009/TierList-Video-Maker" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is TierList-Video-Maker written in?

TierList-Video-Maker is primarily written in Python. It is open-source under edison7009 on GitHub, so you can review or fork the full source.

Are there alternatives to TierList-Video-Maker?

Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh TierList-Video-Maker against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

claudian

by YishenTu

An Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault

14,921972TypeScript
IDE Extensions
View details

OpenMythos

by kyegomez

A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.

14,8003,292Python
IDE Extensions
View details

cursor-hooks

by cursor

5

Automate Cursor behavior around agent events with hooks.

12,500890TypeScript
IDE Extensionsclaude-codeai-tools
View details

arscontexta

by agenticnotetaking

Claude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.

3,479220Shell
IDE Extensions
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details