TierList-Video-Maker

作者 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.

1
Stars
0
Forks
Python
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

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

快速入门

使用 TierList-Video-Maker 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "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

常见问题

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

claudian

by YishenTu

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

14,921972TypeScript
IDE 扩展
查看详情

OpenMythos

by kyegomez

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

14,8003,292Python
IDE 扩展
查看详情

cursor-hooks

by cursor

5

通过 Hooks 自动化 Cursor Agent 事件相关行为。

12,500890TypeScript
IDE 扩展claude-codeai-tools
查看详情

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 扩展
查看详情

开发者还喜欢

基于喜欢此 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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 服务器apisai-tools
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情