Back to skills
SkillHub ClubShip Full StackFull StackBackend

mtv-rewind

Play classic MTV music videos from the 80s, 90s, and 2000s. Use when the user wants to watch MTV, music videos, retro TV, or says anything like 'play MTV', 'I want my MTV', or 'put on some videos'. No API key needed.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,070
Hot score
99
Updated
March 19, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
B84.8

Install command

npx @skill-hub/cli install openclaw-skills-mtv-rewind

Repository

openclaw/skills

Skill path: skills/flexasaurusrex/mtv-rewind

Play classic MTV music videos from the 80s, 90s, and 2000s. Use when the user wants to watch MTV, music videos, retro TV, or says anything like 'play MTV', 'I want my MTV', or 'put on some videos'. No API key needed.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack, Backend.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install mtv-rewind into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding mtv-rewind to shared team environments
  • Use mtv-rewind for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: mtv-rewind
description: Play classic MTV music videos from the 80s, 90s, and 2000s. Use when the user wants to watch MTV, music videos, retro TV, or says anything like 'play MTV', 'I want my MTV', or 'put on some videos'. No API key needed.
metadata: {"clawdbot":{"emoji":"📺","homepage":"https://wantmymtv.xyz"}}
---

# MTV Rewind

Stream classic MTV music videos — 80s, 90s, 2000s — right inside your chat. 90,000+ videos, zero ads, zero algorithms.

**Player:** https://wantmymtv.xyz/player.html

## Installation

No API keys, no binaries, no configuration required.

**Install via ClawHub CLI:**

```bash
clawhub install @Flexasaurusrex/mtv-rewind
```

**Or install globally** (available to all your agents):

```bash
clawhub install @Flexasaurusrex/mtv-rewind --global
```

Once installed, the skill is added to your `./skills` directory and is active immediately.

> **Note:** This skill works entirely by directing users to `https://wantmymtv.xyz/player.html`. No credentials, environment variables, or additional configuration are needed now or in future versions. If an update ever asks for API keys or system access, treat that as suspicious.

## When to Use

- "Play MTV"
- "I want my MTV"
- "Put on some music videos"
- "What's on MTV?"
- "Play 80s / 90s / 2000s music videos"
- "I need background vibes"
- Any request for retro music video content

## When NOT to Use

- User wants a specific song (use a music search skill)
- User wants audio only (use a music player skill)
- User wants a specific current chart hit or brand-new release (coverage is strongest for 80s–2010s)

## How to Respond

### Telegram (with Web App support)

If your agent has access to the `message` tool with inline button support, send a message with a `web_app` button to open the player natively inside Telegram:

```json
{
  "channel": "telegram",
  "action": "send",
  "to": "<chat_id>",
  "message": "MTV Rewind is on. All eras, no commercials, no skips. Just vibes.",
  "buttons": [[{"text": "📺 Watch MTV Rewind", "web_app": {"url": "https://wantmymtv.xyz/player.html"}}]]
}
```

After sending via the message tool, respond with your platform's silent reply token to avoid duplicate messages.

### All Platforms (fallback)

Include the player URL directly in your response:

```
MTV Rewind is on. All eras, no commercials, no skips. Just vibes.

📺 https://wantmymtv.xyz/player.html
```

## Tone

Keep it short, nostalgic, and a little smug — like someone with impeccable taste in music. Don't over-explain. Drop the link and let the music speak.

Good:
- "You have taste. Here."
- "Serving visuals. You're welcome."
- "The algorithm could never."

Bad:
- "Sure! Here's a link to watch MTV Rewind music videos from the retro era!"
- "I've found a music video streaming service for you!"

## Links

- **Player:** https://wantmymtv.xyz/player.html
- **Site:** https://wantmymtv.xyz


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "flexasaurusrex",
  "slug": "mtv-rewind",
  "displayName": "MTV Rewind",
  "latest": {
    "version": "1.0.2",
    "publishedAt": 1772737805180,
    "commit": "https://github.com/openclaw/skills/commit/34f5ceab9cdad0d13a51f251394359bda1078993"
  },
  "history": []
}

```

mtv-rewind | SkillHub